Dmitry
Dmitry
What do you think about adding `@BluebirdMethod` decorator for async functions? We could still use all the ES6/TypeScript features and get all the benefits of bluebird. I really like your...
### Description Here is the error message ``` TS2769: No overload matches this call. The last overload gave the following error. Argument of type 'typeof IgpapiHttp' is not assignable to...
### Description It is often needed to pass one-time options to an instance as a temporary dependency. ### Proposed solution ```ts container.get(SomeClass, {providers: [{id: SomeToken, value: {option: 123}}]}) container.get(SomeClass, {providers:...
Would be nice to have dictionary support.
This modals has content-jumping problem when open/close. A known solution for this problem is `padding-right: 17px` for body when open. A better way is to set `.modal-open` class to body....
Is it possible to integrate all the @nestjs/graphql ecosystem into postgraphile? I want to use my `@Resolver()`s with `@AuthGuard()`s along with postgraphile and get one merged schema as output.
Can i use it in my app to realize personal wallets for my users?
Without this change i get ``` TS7016: Could not find a declaration file for module 'hpagent'. '/Users/bowzee/WebstormProjects/trading.bot/node_modules/hpagent/index.mjs' implicitly has an 'any' type. Try `npm i --save-dev @types/hpagent` if it exists...
# Bug Report This bug exists in my project, not only playground, but playground seem to also have bugs, because i can't even seem to reliably reproduce it in the...
In your [documentation](https://zod.dev/ERROR_HANDLING?id=zodissuecode) said > This is the error code throw by refinements (unless you are using `superRefine` in which case it's possible to throw issues of any `code`) But...