Rok Kralj
Rok Kralj
https://www.phoronix.com/scan.php?page=news_item&px=Wakefield-OpenJDK-Java-Wayland https://wiki.openjdk.org/display/wakefield So, until all this is implemented, you can list "Java" as "NO"
As discussed on google groups, many modern linux systems have migrated from old SystemVinit to SystemD, which makes our install script outdated This is the commit that autodetects which one...
### Describe the bug 1. set tab size = 3 2. open any Scala source and click on a symbol that occurs more than once in the file ### Expected...
OS: Linux Gentoo I have setuid on my swaylock binary: ``` ~ ls -la /usr/bin/swaylock -rws--s--x 1 root root 87504 Jun 25 12:14 /usr/bin/swaylock* ``` However, when attempting to use...
java.lang.IllegalArgumentException: requirement failed: if set max-content-length must be > 0 This should simply require all requests to have empty bodies (for example, a server that only serves GET requests.)
Hey, I was thinking it would be good to have an optional (separate module), Scala 3 only, macro pickling module. It would preferably function similar to uPickle, so handle default...
Pretty much supported in all browsers: https://caniuse.com/mdn-api_element_replacewith DOM Standard: https://dom.spec.whatwg.org/#interface-childnode MDN: https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceWith
There appears to be two API, synchronous and the more modern, Promise-based one. We shall support the latter. Can be done post-2.0, once this api is more than 95% supported....
I think we should split the file containing data and indices into separate files. Benefits: 1. You can always regenerate the index, but data, once lost, it's forever. Having just...
## Compiler version 3.2.0, regression ## Description Because `TupleMirror` uses `runtime.Tuples.fromProduct`, Scala.JS brings `Tuple1` ... `Tupe21` into the source code, and that ends up consuming around 50KB of minified (fullOpt)...