-
Notifications
You must be signed in to change notification settings - Fork 3
api.typings.org is down for today #104
Comments
Unfortunately I’ve been maintaining this out of pocket for years beyond what I expected so far, and I’m on vacation without a laptop for the next week. If it’s down it will probably be staying down. Here was the last time there was an outage: #103, same reply. Apologies for the outage but it’s not something I actively support anymore, and hasn’t been for years. Update: It was caused by Heroku doing an ad-hoc DB upgrade that broke the connection, I have now gone ahead and deleted the instance entirely as a cursory glance didn't make it a clear fix like last time they made updates. |
Thank you Blake, for providing To anyone relying on it right now, you can easily commit your typings folder and remove any call to In a second time, you should migrate to @types https://github.com/typings/typings?tab=readme-ov-file#deprecation-notice-regarding-typescript20 |
My company is also struggling with this. I'm scrambling right now to use @types. |
@mjcrockett we could fix our build doing the workaround suggested by @shajz. |
ok, thanks all. I just committed our types to repository without install action, as I understood it automatically discover types to download from API backend, but not so important for us. |
Just a heads up, but in addition to @shajz’s recommendation, the registry is just a pointer to actual file locations. You can just go to the JSON files here: https://github.com/typings/registry/tree/master and copy and paste the URLs from the registry into your typings.json file so it doesn’t hit the registry at all during install. That way there’s no changes needed except changing the locations in the file. I would still recommend migrating away, it’s been over 7 years since I deprecated typings and since the last registry update so it's been a while since you got updated TypeScript definitions. |
No description provided.
The text was updated successfully, but these errors were encountered: