Nazarii Romankiv
Nazarii Romankiv
Hi, @calebboyd, it looks like you will be the right person to ask? I have been playing with this package sometime later and I have a question. Why is it...
**Is your feature request related to a problem? Please describe.** I want to use state of scene to save data, but because it originally typed as object typescript does not...
Hi! It would be great if this lib could expose async api, because sometimes it can block js significantly.
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes have been...
## What did you implement: Closes #553 There was no bindings definition for durable functions, so this resulted into problems in case we want to use serverless azure functions and...
## Pull request checklist Please check if your PR fulfills the following requirements: - [x] Build (`npm run build`) was run locally and any changes were pushed - [x] Tests...
Parse tries to convert float number as BigInt. It is a bug because it should not try to cast Float numbers to BigInt SyntaxError: Cannot convert 0.8120414029545044 to a BigInt