Alexandre Archambault

Results 139 issues of Alexandre Archambault

It seems it's do-able, see [this question](https://stackoverflow.com/questions/65386043/unit-testing-zsh-completion-script) and [this one](https://unix.stackexchange.com/questions/668618/how-to-write-automated-tests-for-zsh-completion).

This PR makes py4j give more explicit names to the threads it creates (like `py4j-…` rather than the default `Thread-…`), which makes it easier to inspect JVM processes where py4j...

Some Arch Linux users have been having issues with those recently. Disable CRC checking by setting either: - COURSIER_VENDORED_ZIS or SCALA_CLI_VENDORED_ZIS to true in the environment - the Java properties...

With Ammonite having dropped `2.11` support, almond [sticked to `1.6.7` when on scala `2.11`](https://github.com/almond-sh/almond/blob/b711f116759c393f94e63febbac0bab99977496a/project/Deps.scala#L11). With https://github.com/lihaoyi/Ammonite/pull/990 (coursier used via [coursier-interface](https://github.com/coursier/interface) rather than by the main coursier API), the Ammonite API...

Currently seeing plenty of issues when running the latest almond (master, but it seems to occur for 0.4.0 too) in nteract 0.14.2: - statuses seem not be picked when the...

In the [Scala CLI](https://github.com/VirtusLab/scala-cli), but also in the [coursier](https://github.com/coursier/coursier) or [Almond](https://github.com/almond-sh/almond) builds, we've been seeing consistently issues with incremental compilation. IIRC, these were things like whole module being re-compiled upon...

This adds a "traceback" message in the `PythonException`s thrown by ScalaPy. I find those useful (if not required 😅) to debug errors originating from Python. Note that this introduces some...