João Costa

Results 47 issues of 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...

component:tools
os:windows
arch:wasm

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....

component:build
feature

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...

Bug
help wanted
area/runner-script
area/windows

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...

bug
needs-triage

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`....

bug
IDE
bsp

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. ![image](https://github.com/scala/scala.epfl.ch/assets/1187242/782b5038-4b4d-4b2d-a830-466ab35777e9) I believe this was supposed to unhide some elements,...

help wanted