Alexandre Archambault

Results 139 issues of Alexandre Archambault

Illustrating this with the latest Scala CLI ([`0.1.14`](https://github.com/VirtusLab/scala-cli/releases/tag/v0.1.14)), whose `run` sub-command accepts a `--python` option that sets things up using [python-native-libs](https://github.com/scalapy/python-native-libs): ```text $ scala-cli run -S 2.13 --python

Would you be ok moving the implicits `py.SeqConverters` and `py.PyQuote` to a separate `py.Implicits` or `py.implicits` object? That way, users could conveniently import them with `import me.shadaj.scalapy.py.implicits._` (or even just...

Things I tweaked / fixed for the demo of my Scalacon talk.

**What version number is to be released?** v0.1.17 **What is the estimated date for this release?** 2022.10.27 **Release procedure** Please refer to the [Release Procedure doc](https://github.com/VirtusLab/scala-cli/blob/main/.github/release/release-procedure.md). **Release notes** Please remember...

internal

**Version(s)** `0.1.16` **Describe the bug** Running commands such as ```bash $ scala-cli

bug

**Version(s)** `0.1.12` **Describe the bug** Using bash process substitution with Scala Native doesn't work (Scala Native complains about missing definitions when linking) **To Reproduce** ```text $ scala-cli run --native -S...

Scala.js
Scala Native