Tommy D. Rossi
Tommy D. Rossi
Using it for https://notaku.so, already powering hundreds of websites for our users, awesome developer experience!
@leerob can you take a look?
@jdalrymple cool name
Does Mojo already have a way to express coercion in std code? Maybe you could add a `__coerce__` method that can convert from one type to another and let the...
The problem is in `isAlreadyNested`: https://github.com/saulhardman/postcss-hover-media-feature/blob/master/index.js#L43 Maybe a quick fix would be to limit how many times run the while loop and stop
Thank you for the quick reply 🙏 Here is a reproduction: https://stackblitz.com/edit/node-jzchab?file=package.json After you run `npm run repro` postcss will run forever
What version of node are you using? Try using node 12 or higher
Yes, first I need to implement caching to make it faster between runs and think of a good way to get globs from a list of paths
Can you add an example here? https://github.com/remorses/genql/blob/master/integration-tests/schema.graphql And a test here if possible https://github.com/remorses/genql/blob/master/integration-tests/tests/execution.ts To run test go inside integration-tests and run `pnpm gen && pnpm test`
Even just the graphql schema is enough, I can add tests myself