Dustin Deus

Results 409 comments of Dustin Deus

Hi, what kind of cache are we talking about? What's the issue here? I use tools like https://github.com/azz/pretty-quick/blob/master/README.md to speed up the formatting process. I could imagine a simple package...

@ColinSullivan1 cool if you need any help dont hesitate to ask me. After this I can start with issue https://github.com/nats-io/node-nats/issues/108

@ColinSullivan1 you can use https://github.com/substack/node-mkdirp it common to use this for cross platform support.

E.g ``` "test:unit": "./node_modules/mkdirp reports/" ... ```

@ColinSullivan I would agree when it works on a Windows CI but with this decision you ignore windows users. I created a nats project on windows and my test suite...

Hi @ColinSullivan1 sounds good but one advise I wouldn't use this driver when it breaks on my machine. I can estimate this issue but lots of people dont. I will...

This is very bad-practice. `unsafe-eval` should never be required. I run into this today as well. Can we prioritize it please. I'm on Next `14.1.0`.