João Costa
João Costa
I'm trying to build a SDL application with `/subsystem:windows`, but I don't think this is currently possible. For context, what I would like to do is to set the subsystem...
Scala Native GCs provide multiple settings (such as heap size) that can be overriden at runtime using env vars. However, it appears that there's no way to override the defaults....
See the builds from https://github.com/JD557/minart/pull/322 All native builds failed with the segfaults until I disabled LTO on the tests. Some notes that might be relevant: - I could not reproduce...
## steps - Have a user dir with non-ASCII characters (e.g. `C:/Users/João`) - Launch `sbt` (with java 9 or higher) ## problem - The launcher presents a "The directory or...
Fix #1024 This seems to be enough and, from my tests, both code compiled with Scala 3 and Scala 2.13 now works as expected. I'm not sure if there's anything...
### Describe the bug Scala JS always uses CrossVersion.for3Use2_13, even for libraries that only work with Scala 3. ### Scastie snippet link _No response_ ### To Reproduce 1. Create a...
Fixes the (natural) Minor Scale (See #103) I'm actually not sure if this PR can be merged as is (e.g. will this break old files when loaded?), but I think...
**Version(s)** 1.2.0 **Describe the bug** When `scala-cli setup-ide` fails with: ``` [error] scala-cli can not determine where to write its BSP configuration. Set an explicit BSP directory path via `--bsp-directory`....
The `SDL_WINDOW_FULLSCREEN_DESKTOP` flag had a typo (missing last `0`). It now works as expected.
The homepage has two CTAs ([Open Source](https://scala.epfl.ch/#open-source) and [Education](https://scala.epfl.ch/#education)) pointing to anchors that do not exist, leading the user nowhere.  I believe this was supposed to unhide some elements,...