Alexandre Archambault
Alexandre Archambault
Don't know if that's what @lwronski is thinking about, but I think we'd want to use the `--predef-code` option of Ammonite (which is mentioned on its website). It basically allows...
It works for me locally (macOS too, but Intel one). Do you use [oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh)? I'm using it, I'm wondering whether some of its setup (beyond the `compinit` stuff you mentioned)...
Ideally, we should ensure it works even without oh-my-zsh…
[Coursier mirrors](https://github.com/coursier/coursier/blob/d5ad55d1dcb025084ba9bd994ea47ceae0608a8f/doc/website/blog/2019-07-05-1.1.0-M14.md#mirrors) ought to work from Scala CLI, and do just that (if the mirroring repo is a Maven one, at least).
Up to now, what we had in mind is supporting something along those lines: ```scala //> using sources "core/", "extras/" ``` (This would add the `core` and `extras` directories accessible...
To add to @Gedochao's comment, Scala CLI uses a fork of Bloop as it connects to it using a named socket (so a socket file on disk, basically) rather than...
That said, I agree that `--bloop-bsp-protocol tcp` should make Scala CLI use the current default (TCP) Bloop server. I'm not sure why it doesn't. That's probably a bug or an...
Re-opening as https://github.com/VirtusLab/scala-cli/pull/1070 is only a workaround for that particular repro, the underlying issue isn't solved.
I agree this would be convenient, but it's kind of tricky to achieve in practice. Trickier than `toString`, `equals`, `hashCode`, etc., which already do that. Because users may decide to...