Nick Janssen

Results 9 comments of Nick Janssen

Hi @dub4u, sorry for my late answer. I could not replicate the issue on my mac and it's likely an ubuntu issue. I will play around later with a docker...

I tried again, but it still keeps working even after making changes for 20 times. Can you give me an exact way to replicate your issue? Can you do it...

It appears the `wav` and `speaker` packages only work on Mac. This is semi-fixed in 0.5.0 where sound is disabled by default, but it would be better if there was...

What build tasks do you require for your server? I'm curious, in my experience build tasks are not often needed for servers as you just need to run them. I...

Right, but what kind of build tasks would you need for your module? Could you be more specific and give an example? It's meant specifically for frontend apps, and it...

Very interesting, didn't knew this was possible. Will check it out!

Same problem here @jamesknelson EDIT: looks like `navigation.getSteadyValue` should be `navigation.getRoute` now! https://github.com/frontarm/navi/commit/5a87acd0b7d4d43c4c4aae7315474bf794fdfb8a

Been struggling with this for a long time. I've noticed something interesting: when you launch using `headless: false` and then open the network tab while Chrome is running, the page...

Thanks @nitinhayaran, now it works for me as well keeping the original folder structure. ``` sync: [{ src: 'dist/prod/**/*', dest: '/', rel: 'dist/prod' }] ```