Peter Strömberg
Peter Strömberg
These changes are made: 1. `"cljsType": "none"` added to backend only jack-in. **The lack of this is today stopping jack-in in Calva**. 1. Custom commands added for starting the system...
**Is your feature request related to a problem? Please describe.** I learn by doing. The current main site for Polylith, which I assume is [polylith.gitbook.io](https://polylith.gitbook.io/), tells me the **what** and...
It's like `#p` but instead `tap>`s the value. I'm a bit undecided how to annotate it, but decided that a vector containing the same info that `#p` pretty prints might...
To give Joyride scripts ”standard” testing facilities. NB: This needs sci.configs to make `clojure.test` available. * https://github.com/babashka/sci.configs/issues/6
In #38 it is brought up that when loading files we read them us the node `fs` module, which we can't do if Joyride should work in remote scenarios (which...
Hello, thanks for this template! I'm sending a vector with hundreds of thousands `[x, y]` coordinates from the server to the client. It takes several seconds. I'm quite new to...
This issue on Calva https://github.com/BetterThanTomorrow/calva/issues/1273 notes that you get an error when evaluating the `comment` word. I think the solution is to try clarify that this is expected behaviour. Maybe...
Relates to: * #8 In case that indeed is a bug. 😄 Note: For some reason the tests wouldn't compile with the version of **midje** configured in `project.clj`. If I...
I don't know if this is a bug or just out of scope of the library: ``` clojure (supdate #{} [identity]) => () ``` I was expecting: ``` clojure (supdate...
Addressing: * #19976 I've added a note on the **Follows and Followers** screen to make it easier to discover how to find users to follow. It looks like so: ...