Yuval Shavit

Results 11 comments of Yuval Shavit

Almost, but not quite. :-\ What I really want is a way of essentially doing that interactively. For instance, I might want a view initially that looks like `--first-parent`, but...

As a plus, it'd be nice if this could include the application's classpath, or at least a custom-provided one (the antlr-denter case mentioned in #137 would require that).

`` is very common in Java, and would be great to ligaturize.

I actively think these shouldn't be ligatures. The ligatures are cool because they take multi-character strings that we think of as a single thing, and turn them into a single...

In Java at least, it's not at all atomic. Even if you have a volatile field, `var += value` is non-atomic and can miss updates.

I just spent a bit of time looking into this. tl;dr, `poll()` doesn't work for stdin on macOS after the call to `remap_dev_tty_to_stdin()`. On macOS, redirecting tty to stdin closes...

Hm, actually that doesn't help at all; the fundamental problem remains, which is that `poll()` doesn't work on `/dev/tty`. So in the case where the json comes in through stdin...

I still need to do a keypress (or mouse action) before the refresh happens. I'm on macos 11.7.8.

This works for me with actix-web (that is, I do not get the error). It didn't at first (I _did_ get the error), but after updating to the latest Intellij,...

Would you want case-insensitive variants for all the functions, or would it be enough to just have it on `PUSH`? If just having it on `PUSH` is enough, that'd be...