bbb651 🇮🇱
bbb651 🇮🇱
I just realized `Event::Resize` is also missing pixel sizes (there's a variety of xterm sequences for that, also there's `TIOCGWINSZ` with the `ioctl` syscall and `SIGWINCH` signal on unix). Are...
Correct me if I'm wrong, but I think for calorie tracking what matters is *biological sex* rather *gender*? I think it should be renamed to reflect that, but I don't...
A really compelling use case for this is translation of manga (and comics in general, `Japanese -> English` is just the most common), there have been a bunch of browsers...
Great! I’ll probably only be able to make substantial contributions in about a month, I might tackle some smaller additions like a dark mode for the extension pages in the...
The app does indeed take up ~350MB in the worst case (I intentionally scrolled through all comics to make them available offline, would be nice to have as a feature):...
> I think you are creating the file at same level as `foo` directory that's why this issue is coming. To create a file inside a directory, you have to...
Can confirm this is an issue with wasmer (and wasmtime), as it works as expected with [iwasm](https://github.com/bytecodealliance/wasm-micro-runtime) and [wasm3](https://github.com/wasm3/wasm3) (I'm starting to have a concerning amount of wasm runtimes installed...
I have `lv3:caps_switch` set in `input.keyboard.xkb.options` to remap caps lock to an additional modifier key, and weirdly `ISO_Level3_Shift+ISO_Level3_Shift` is a valid keybind (I never realized this wasn't allowed with other...
This also happens on Vesktop (`1.5.3`, Electron `31.1.0`. I couldn't reproduce this on chromium without electron, e.g. brave PWAs work as expected). This seems relevent from [xdg_toplevel.configure](https://wayland.app/protocols/xdg-shell#xdg_toplevel:event:configure): > The width...
Relevant: [projectfluent/fluent#312](https://github.com/projectfluent/fluent/issues/312), [tree-sitter/tree-sitter-fluent](https://github.com/tree-sitter/tree-sitter-fluent) (pretty outdated, ~~it's used in github and it errors fairly often~~ it's actually using the TextMate one, I thought it only used tree-sitter TIL). I'm interested in...