Nik Peric
Nik Peric
If you're trying to access the cljs nrepl with shadow you should do: `lein repl :connect 7002` Or, if using an IDE that lets you connect to an nREPL, you...
I don't think you can connect directly, I forgot all the steps before, but there was always that need to switch to the cljs repl since the nrepl starts in...
There's nothing sqlite specific in the module that needs to be a separate library. Postgres and MySQL have some conveniences for dealing with structured data. To be honest, I'm not...
The others can be added as modules, no reason not to
I think this might be down to the underlying JGit library that clj-jgit is using. I'll see about upgrading it and testing with ed25519. There was a historical issue with...
Will need to investigate some more, looks like not such a simple fix... To summarize so far: kit-generator uses an old version of clj-jgit (0.8.10) due to issues with the...
Is the kit.git-config.edn still pointing to the old key? This should be the default config from the template which points to an RSA key: ``` {:name "~/.ssh/id_rsa" :passphrase "" :options...
Think found the issue... Does this key generation work for you? `ssh-keygen -t rsa -m PEM` I can also reproduce it now by generating a new key. Apparently the header...
Np, thanks for reporting/helping troubleshoot it 👍 Will leave the ticket open until we resolve the issues
I think the intent was to permit multiple repositories as sources for modules. @yogthos can you confirm?