Results 251 comments of Thomas Heller

I cannot help you debug your server-side issues, so random things you'll have to sort out yourself. As I said the server is solely responsible for CORS headers, the client...

Sounds reasonable but I'm uncertain whether this is something shadow-cljs should be doing? I'm assuming time machine "remembers" this setting, so you calling `tmutil addexclusion .shadow-cljs` once, additionally maybe your...

Native code complicates distribution by a whole lot, so not a fan of that. For the `.shadow-cljs` folder I guess its not a problem to add this, although calling it...

Ok, I recently moved to a mac mini and just now setup time machine. So, I'm going to spend some time on this. Here is how far I got with...

The native approach is out as well I guess. ``` WARNING: A restricted method in java.lang.foreign.SymbolLookup has been called WARNING: java.lang.foreign.SymbolLookup::libraryLookup has been called by TimeMachineExclusion in an unnamed module...

Which version did you use in all of this? There were some buggy versions a while ago where the `/dashboard` was buggy and never got beyond `Loading ...`. This is...

This is the code opening the Browser and then printing the URL should that fail. https://github.com/thheller/shadow-cljs/blob/653dfa0cea96c496acc9a204ce644de284d69c50/src/main/shadow/cljs/devtools/api.clj#L526-L531 I suspect that it is just silently failing and not throwing an Exception. Thus...

The default for `:esm` is to bundle all dependencies, mainly so it can run in browsers. For node you can either opt to bundle nothing and just let node load...

This is all documented under the [:target :esm](https://shadow-cljs.github.io/docs/UsersGuide.html#target-esm) docs. Specifically [here](https://shadow-cljs.github.io/docs/UsersGuide.html#_third_party_tool_integration), although that should probably mention `node`. The docs are here if you want to make a PR: https://github.com/shadow-cljs/shadow-cljs.github.io

I pretty much consider this irrelevant given the context this is used in. The maven s3 extension is used to gain access to private maven repos hosted on s3. Given...