Alisson Cavalcante Agiani

Results 188 comments of Alisson Cavalcante Agiani

It's something like this: ```js schemaComposer.createEnumTC(`enum TodoEnumFields { _id description createdAt updatedAt } `) const schema = schemaComposer.buildSchema() ``` Is it wrong?

this is cool but I think it should be merged to Remeda

It can be solved on your side, you close connections going to proxy servers that doesn't support HTTP/2 or higher.

I'm using latest jest-cucumber from master branch and can confirm I'm able to inject Vitest using createDefineFeature!

@halvardssm sure, look at this repo, I've created an example demonstrating it: https://github.com/thelinuxlich/svelte-atdd-vitest-playwright

I'm facing this issue right now, all my projects use `type: "module"` in package.json and kanel refuses to run :(

I was able to get around this issue using the programmatic API, I wonder if it shouldn't be documented as the default way, since ESM users will just grow more...