Peter Strömberg
Peter Strömberg
Further narrowing it down: ``` PS C:\Users\Peter Strömberg> java -jar deps.clj.jar -M -r -Sdeps '{:deps {viebel/klipse-repl {:mvn/version \"0.2.3\"}}}' Clojure 1.10.3 user=> *command-line-args* ("-Sdeps" "{:deps {viebel/klipse-repl {:mvn/version 0.2.3}}}") user=> PS C:\Users\Peter...
Some further narrowing, with very active coaching from @borkdude. This program: ```java public class PrintArgs { public static void main(String [] args) { for (String arg: args) { System.out.println(arg); }...
I have the same issue. I've been able to see and run my tests for years, and for months using the current version, but now I can't. EDIT: It works...
We fixed this in Calva.
@dotellie I don't know if you ever solved this or if you're still interested 😄 But anyway, did you find this guide? https://macroquad.rs/articles/ios/ It's a bit outdated now, but the...
Interesting. What versions of macOS and XCode are you using? I'll include my versions in my update. I tried to web search for `--scent` and `.scent` files, btw, and pulled...
PR sent: * https://github.com/not-fl3/macroquad-website/pull/10
I don't quite know what happened. I synced my fork and that seems to have closed the PR...
Now reapplied my changes. Translations only in the `en.yml` file.
Seems like a nice service we can provide to create that file. We should probably also fix so that the REPL can help with docstrings and stuff in Babashka projects.