Daniel Kahlenberg

Results 102 comments of Daniel Kahlenberg

>Make sure it work on Termux firstly, referencing what the owner said in the file readme.md of his repo I can't find this in Readme, also why should that be...

I am a little bit closer now. If we would use the java class for KotlinShell we could use [something like](https://stackoverflow.com/a/24068096/3320256): ``` user=> (org.jetbrains.kotlinx.ki.shell.KotlinShell/main (into-array ["test"])) ``` What remains as...

Have similar issue with packaging [dasel](/TomWright/dasel).

Similar issue (`Cannot find package "." in`) when packaging https://github.com/mickael-menu/zk. The customVendorSrc (#22) there would be https://github.com/aymerick/raymond/.

Adding nix-casync to the affected go software.

I tried First adding `pkgs = specdris` to patricia-nix.ipkg and then running `nix-shell '' -A idrisPackages.patricia --command "bash install-dependencies.sh && idris --testpkg patricia-nix.ipkg --idrispath dependencies/specdris/src` and it kind of ran...

Should be [sufficient](https://docs.replit.com/repls/nix): ``` # file replit.nix { pkgs }: { deps = [ pkgs.julia_16-bin ]; } ``` `.replit`: ``` run = "julia -e 'println(\"Hello\");" ```

Could you still reopen ? With the current main the process seems to wait now > DEBUG - Spawning a child `node2nix`...

I'm trying to delete remaining `result` folders in my clone but get `: Read-only file system`. Will test that as soon as I figured out the other issue.