Results 251 comments of Thomas Heller

You should be able to set `:background {:persistent true}` in your `manifest.edn` to override the default. I'll see about adding extra scripts for the polyfills. You might be able to...

Yeah I need to revisit the whole `:chrome-extension` thing. This will be a whole lot easier now that `:loader-mode :eval` exists. Should take away a lot of pain points. I'll...

@isker the main issue is the unwritten documentation. Otherwise it seems solid enough but I currently don't have enough time to do the final polish and write the documentation so...

@ro6 I didn't start anything yet no. Docs source is https://github.com/shadow-cljs/shadow-cljs.github.io, contribs are very welcome.

shadow-cljs supports selecting the JS runtime yes. Unfortunately no tool supports that so it isn't very accessible right now. About the other issue please open a new one.

See https://github.com/thheller/shadow-cljs/issues/776 I'll see if I can get that back to working shape this weekend.

`:ns-regexp` works for `:npm-module`. Well, it was broken for a bit but was fixed a couple releases ago. I have no opinion on Storybook otherwise. I have not used it...

Can you please provide a full example? > have a mix of :ssl false and :ssl true inside :dev-http I don't understand what you mean by this. In general browsers...

In what way does SSL for the test "complicate test execution setup"? SSL is also used by the primary webserver for shadow-cljs which handles the websockets for REPL/hot-reload. So even...

I still don't know what your actual problems are. A reproducible example would help a lot here. The primary shadow-cljs HTTP currenlty only runs in full-SSL or no-SSL-at-all mode, there...