Matt Mastracci

Results 166 comments of Matt Mastracci

I built a very simple example that roughly corresponds to the additional overhead we are seeing in Deno. While the absolute number is quite small, it's about 5-10% of the...

At least on Mac, I suspect we would need to upstream changes to the iana-time-zone crate to open the CoreFoundation framework on first use. It's likely we'll do that as...

@schettgen Does installing the official node package work for you? This one might be difficult for us to fix for a bit as it might require some research -- we...

I see the same thing on Mac. It happens after VSCode has been running for a while. The only real setting I've tweaked is that I've set my scrollback to...

Here's some debugging info, hopefully it helps. I dumped the styles from the div that holds the terminal window: https://gist.github.com/mmastrac/faa9001068b56a3f05787100e15b94f8 ``` ``` And from the `xterm-rows` div, styles https://gist.github.com/mmastrac/457fd04902bc62120f2c25f676446ea6: ```...

The problem appears to be this style. If I toggle the `letter-spacing` style rule, the terminal appears to be fixed: I'm not sure why, but only the terminals that are...

@nonprenom I'm not using any sort of remote desktop. It just appears that a terminal "rots" after being in the background long enough (maybe the laptop going to sleep?).

> What do you mean by terminals in accessible mode? It appears the affected terminal is switching from a canvas/GPU renderer to an HTML renderer. There are a few accessibility...

@Tyriar Let me know if you'd like me to set a breakpoint somewhere and monitor a running instance. For now I'll try to set a breakpoint on that line and...