Thomas Heller
Thomas Heller
Maybe. See my comment from above. My first attempt at fixing this issue was exactly that. Ran into quite a few quirks, so ultimately shelved it. One of the limiting...
Yes, this is something I eventually want to have. No idea on the config format though. I kinda like the flexibility of the Clojure API, so going back to a...
Which CLJS library expects this? If you are using this in your own code you should require this directly and now use cljsjs shims.
I do not know if there is any other library out there using `vl`, so the only reasonable thing to do here is to export both.
Note that you can just do this in your own code. Doing this in shadow-cljsjs really isn't required.
Sorry the examples in this repo are fairly outdated as I don't use them to experiment with anymore at all. The only active code that uses this is the [shadow-cljs...
I updated both todomvc examples to the current library state. - `:todomvc` is really basic working directly on the state via an atom, no fancy stuff. - `:todomvc-split` built uses...
This is a problem with the generated code. ``` (def app (wrap-resource identity "public")) ``` Previously I guess this was relying on broken behavior, where the presence of an `index.html`...
This has to be the most infuriating thing I have ever encountered. I can't code in IntelliJ anymore, feels like every other second something is stealing my focus. Using the...
I found https://github.com/microsoft/wslg/discussions/523, and created the `$HOME/.wslconfig` (windows home, `C:\Users\..\.wslconfig` not in linux) with ``` [wsl2] guiApplications=false ``` That at least seems to bring some relief.