João Costa
João Costa
I think this can be closed now (it was closed by #2809)
The build is failing because I renamed `EncodedResourceInputStream` to `EmbeddedResourceInputStream` (as there is no encoding going on anymore). This appears to be a safe change, since that class is marked...
I was just leaving a comment for "future me", but I'll take a look, thanks.
I believe that the answer will be the same as #454 and #547 > We'd welcome a PR for this! Intending to have some rough developer documentation up soon, but...
As a temporary solution, you can use something like https://github.com/s3fs-fuse/s3fs-fuse to mount a S3 bucket as a disk partition on your instance and store the notebooks in that partition. Everything...
I'm getting a similar issue on CI: Redacted logs: ``` cd examples/release ls | grep .scala | xargs scala-cli compile [...] shell: /usr/bin/bash -e {0} env: CI: true JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.382-5/x64...
Could it be this: https://wiki.openjdk.org/display/zgc/Main#Main-SupportedPlatforms > Requires Windows version 1803 (Windows 10 or Windows Server 2019) or later.
Note: Looks like Scala Native only supports Windows 10+/Server 2016+ https://github.com/scala-native/scala-native/pull/2281#discussion_r641495522
> I do not have a uni-processor linux or macOS system readily available and I do not want to take the recursive edit to figure out the boot option to...
For future reference, here's how I built the docs on Windows without WSL: ``` python -m venv .venv .venv\Scripts\activate cd .\docs\ pip install -r requirements.txt sphinx-build -b html -d _build/doctrees...