Volodymyr Huzar

Results 4 comments of Volodymyr Huzar

Another issue I have discovered, that when you have a mix of `:ssl false` and `:ssl true` inside `:dev-http` hot-reloading for ones with `:ssl false` doesn't work, and "shadow-cljs -...

I see that my wording of mixing is a little bit confusing. Maybe my example is very specific but let's look at it. ``` {:dev-http {8021 {:root "target/test" :ssl false}...

Thanks, I like your idea of using a separate web server, which we actually have already, so it can be just a matter of configuration. > In what way does...

I am just curious is it really `karma-runner` issue? Couldn't it be `puppeteer` issue? In my case, `puppeteer` solution works fine locally (MacOS) but I have the same problem with...