Vladislav Botvin

Results 39 issues of Vladislav Botvin

Now **quokka** support only Babel and TypeScript. What if to make common case? Example configuration: ```json { "compiler": { "path": "...", "options": {} } } ``` I think **quokka** simply...

feature request

Some functions like `firstValueFrom`, `lastValueFrom`, `first`, `last` and maybe some other is unsafe from `EmptyError` Need to have rule, that will force you to define `defaultValue` for functions like above...

Another implementation examples * https://node.testcontainers.org/features/containers/#reusing-a-container * https://java.testcontainers.org/features/reuse/

help wanted
good first issue

I think, passing `context` as second parameter is wrong. API can't be scaled. For example, I want to support SharedArrayBuffer and need to pass it as third parameter for existing...

Due to massive npm ecosystem hacker attack what was near time ago and when many popular packages was infected with viruses etc Would be nice to setup some cold period...

Suggestion to move **ajv**, **avsc** and **protobufjs** from `dependencies` to `optionalDependencies`. And pass to user possibility to install only required dependencies. For example, if I use only Avro, I don't...

Until here's no official support for ESLint 9, it's should not throw peer dependency error for ESLint 9 users