Paul
Paul
I set `"theme.icon_glyph_set": "ascii_hollow"` and change these glyphs `○▷ ▽ >` with ` ` in: https://github.com/ms-jpq/chadtree/blob/4449c9df100c345e8120453bf5dc88cd4340e0db/artifacts/artifact.json#L743 This requires your own fork. But it works:
I see that there's already a PR for that. I have myself been experimenting a bit with himalaya as a backend for a slim and simple multiplatform client. It works...
I'm excited to play with the new server/cache system! Let me make some progress on the `egui` port and put together a proper repo. I'm interested to see how this...
Right. There's not way to distinguish Tab and Ctrl-Tab in a TTY. But Ctrl-PageUp works. Which is also what Firefox uses (along Ctrl-Tab). Usually, the recommended work around is to...
> Would that make sense to have the embedders do themselves the mapping from their input stack to DOM Keys instead? Absolutely.
@modal17 absolutely. Let me know if you have any questions.
Do DOM key events cover enough to print all that is needed for an IME? I'm thinking about Chinese characters, or dead keys combo. For example when I type: `Option+e...
Could that be because of the overscroll effect?
Servo might need something like that at some point. We would like the UA to tell the web app "it's time to enter immersive mode". I'm not sure if the...
I _think_ compiling with `-fno-zero-initialized-in-bss` fixes the issue.