Andreas Thomas

Results 454 comments of Andreas Thomas

haha I was about to mention go with cobra for example I love using that api is ready btw, check the readme for the api contract

Is that copied straight from the UI? You're missing some quotation marks

Please see the top of the readme, I'm not longer able to maintain this and am focusing my efforts on other open source projects

it's not even connected to stripe and never was. It's just a pretty pricing section, I make $0 from this.

https://github.com/chronark/highstorm/blob/ecda88079aa207fd380bd64c7bee98fe60d9711e/apps/web/lib/trpc/routers/apikey.ts#L69 It appears this needs to be `sha256 ` instead of `SHA-256` according to https://nodejs.org/api/crypto.html#cryptocreatehashalgorithm-options I can fix it on the weekend :) or PRs are welcome of course

so I tried this again and it worked on vercel with both of them, which is pretty weird what node version do you run locally?

good catch @HamedOsama if that key in the screenshot is active, you should reroll it asap

It retries once already, but only on 429 errors. We can improve that, but I don't see a good solution for buffering long outages within this lib. We're going to...