manuman94

Results 20 comments of manuman94

Hi! It would be great to power my RGBW lights with node-lights. Before adapting the library to be compatible, do you think it would be easy to only send 0...

Yes! It would be nice for creating project templates. For example: "uploads" directory should be empty initially but must be there.

Ok! I solved the problem using the "message" parameter in the configuration options. My fault for not reading all the documentation. Sorry, and thank you!

Hi @masad-frost, thank you so much for your workaround. We are migrating from Jasmine to Jest lots of projects that use both done callback and async functions so your method...

Greetings. This is happening to me too! Any idea on how to fix it? I would try if you give me some guidelines. Thank you!

Hi! I'm waiting for the fix too. I use Windows at home, but my pipelines are launched on linux so I can continue working without any problem. I would like...

I was experiencing this issue but when I installed "imagemagick" started working. As Github page says: GraphicsMagick installed (Mac: brew install graphicsmagick, Debian/Ubuntu: sudo apt-get install graphicsmagick, Windows: See here)...

Thanks for that workaround @mindplay-dk ! We hope that Playwright will have this method without "tricks" soon hehe

In my case it was that I installed @types/axios by error. The package is unmantained, so don't use it. Removing it from package.json and "npm i" did the trick