Yuval Naveh
Yuval Naveh
I'm getting the same issues. An internal retry mechanism seems to be the right solution. Relying on ioredis is problematic since ioredis is not part of the solution. Currently implementing...
Hi Jim, At the moment I'm not actively maintaining the project. Wav did work in the past but not all wave files are the same and some failed to play....
tsdoc looks very promising but not having 'require' rules is a show stopper for me It means developers can go about writing logic which is undocumented and eslint will not...
The only workaround I found was to use ``` process.exitCode = 1; // or any other value ``` instead of the exit(1) function, since it allows a graceful shutdown. I...
I have the same exact issue
Hi @kursataktas Thanks for your prompt reply. For GraphQL the HTTP response code won't help because it is 200 even if the inner resolvers return errors. A custom regular expression...
Does lodash team have plans to update the 6 years old logic with the new version that includes the fix?
I have the same issue.
Yes Simply put, an async function is called without an await in front of it, and as a result it runs in the background
thanks, but I don't use typescript.