mspielberg
mspielberg
By default ncurses waits a full second after the escape key is pressed before returning it from wget_wch(), to see if the remainder of an escape sequence is present. This...
Spawned from discussion in #4707. This patch embeds context to help front-ends establish the relationship between the text content in the draw message and the originating buffer. In particular: the...
Currently each Face communicated to the json-ui carries only appearance information, leaving semantic ambiguity due the inevitable overloading of the limited number of color combinations available, e.g. PrimaryCursor vs. SecondaryCursor....
Currently the only externally accessible commands for EVAL and friends take Seq[String] for keys and arguments. String can only contain valid UTF-8 sequences, which makes it impossible to send arbitrary...
This eliminates a dependency on coreutils for systems that do not have it installed by default, e.g. BSD variants including macOS.
Running RUE 5.5.1 in UMM 0.31.0.0, and I am not seeing the "Failed to initialize REPL environment" error in the logs, but I *am* getting the "CS0060: Inconsistent accessibility" errors...
Compiling the following source file takes an unacceptably long time to typecheck (~90 seconds for a 32-line file with one declaration): ```java import java.util.Map; public class MyTest { private static...
My environment uses [Proxy Auto Configuration](https://en.wikipedia.org/wiki/Proxy_auto-config), where the proxy to use depends on the target URL. There appears to be an NPM module for supporting this so hopefully it is...