João Costa

Results 90 comments of João Costa

Hey there, > I was wondering if contributions are currently accepted? I haven't thought too much about that, but I would say small contributions are OK. I wouldn't recommend sending...

Hey there, I'm not sure if you ended up picking this up. Either way, I was playing around with some rasterization algorithms, and I think I'm quite happy with how...

From https://github.com/SAWARATSUKI/KawaiiLogos/discussions/106#discussioncomment-9571024, it seems like the font is [Yuruka Std](https://en.fontworks.co.jp/fontsearch/yurukastd-ub/?word=Yuraka%20Std) which, AFAICT, is a paid font (I'm not sure how one buys a copy/license, though... all the sites are quite...

I was playing a bit with this and I think the bottlenecks are in the `ArrayBuffer` and in either string hashing or string interpolation (based on some separate tests, converting...

I did some more investigation regarding `ArrayBuffer` and, while I could not fix the issue, I think this might point to a deeper problem in interflow. The `ArrayBuffer` implementation has...

Current state of things on my Windows x86 Machine: ``` ---- Java -------------------------------------------------------------- Java (Scala 3.4.2, JVM (17)): #2500 - World Tick (L: 0,387; A: 0,525) - Rendering (L: 0,262;...

For the future ones coming here: `s/Discourse/Discord` I was a bit confused because there are two Scala Discourse servers (https://contributors.scala-lang.org and https://users.scala-lang.org), but none of them is specific to scala...

Note that this can be fixed by calling [`SetConsoleOutputCP`](https://learn.microsoft.com/en-us/windows/console/setconsoleoutputcp). This works fine: ```scala import scala.scalanative.unsafe.* import scala.scalanative.unsigned.* @extern() def SetConsoleOutputCP(wCodePageID: UInt): Boolean = extern // UTF-8 = 65001 - https://learn.microsoft.com/en-us/windows/win32/intl/code-page-identifiers...

Any updates on this? On this note, I noticed that 0.6 is not published on Docker Hub.

I wonder if https://github.com/VirtusLab/using_directives/pull/58 could help here 🤔 (Although it might just go into an infinite loop)