Daniel Imms

Results 601 comments of Daniel Imms

Open to PRs, you can repro this in the demo by adding `box-sizing: border-box` to `#terminal-container`. The fix will probably need to check for `border-box` on the container, if it's...

Just time is blocking it, I have too many more important things to look at so I doubt I would be able to get to it. This needs some investigation...

Oh ok, so it's partially supported then. I thought I saw them advertising emoji support as one of the shiny things in WT 🤔

This would probably be pretty easy to do, just add scrollback to our alt buffer. Though I think right now hasScrollback might be used to mean is alt buffer in...

@jerch sounds good, it's just one bit and we've got extended attributes working pretty well now

Could you provide a test case we could write to the terminal to use for this? I'm curious what other popular terminals (VTE, iterm2, Terminal.app) support this. If the support...

This sounds like a case of the world moving forward and your legacy tools written 20-30 years ago should use legacy tools that support their quirks (back to the 1...

We should go through the glyphs one by one and consider both contrast and clipping for each 😅

This is fixed in webgl now. Can repro in dom on macOS using `Hack Nerd Font` ([source](https://www.nerdfonts.com/font-downloads)) and this char `` (`\uf302`, `nf-linux-apple`) ![image](https://user-images.githubusercontent.com/2193314/169888302-20c0e85e-064a-4f06-841b-7ce3e5ed7f17.png) `echo -e '\x1b[43m \x1b[0m'` Note that...

This is basically done, I'm going to wait until next month to push it though considering the amount of changes that are already in this month.