bbb651 🇮🇱

Results 123 comments of bbb651 🇮🇱

I started working on this, I'm currently ignoring `SwitchAction`s and changing `Bind` to always hold a `Vec` of actions (I'll look if this has any meaningful performance/memory impact in the...

I think using tree-sitter as a parser can be a good approach - It [already exists](https://github.com/tree-sitter-grammars/tree-sitter-yuck) and needs to exist for good editor support (e.g. zed and neovim), it handles...

Applets are general purpose widgets (behind the scenes they use the same api as normal windows, i.e. `xdg_shell`), there just doesn’t happen to be many applets that are interactive in...

Yes I understood what you meant, what I’m trying to say is that it’s not a technical limitation with applets themselves there just aren’t applets that work like that currently,...

For both of them, is there a reason `Option` is still needed into the return value if you have access to `Shell`? It's strictly more powerful because you can publish...

There are some toolkit/app specific environment variables/flags/settings to override scale, but there's no general way to override it per app because the default way they get the scale value is...

I assume that’s either for cosmic apps or the cosmic compositor, there’s no way for the compositor to pick up an environment variable given to an application to have per...

GFM (GitHub Flavored Markdown) supports the `` html tag. You can [do some fun things](https://github.com/zed-industries/zed/issues/14830#issuecomment-2240949169) with it.

@skylerberg did you manage to get it to work? I couldn't figure out why it didn't for me and how to debug across components, and I've stopped daily driving the...