bbb651 🇮🇱

Results 123 comments of bbb651 🇮🇱

After changing the command `./run.sh @@`, I got the another variation of the error: ``` Initial test was not interesting. Try the following: tmp="$(mktemp -d)" cp main.lua "/tmp/.tmpJ5XX7S" cd "${tmp}"...

Sorry if I was unclear, I was suggesting allowing doc-comment on parameters: ```wit create_buffer: func( /// buffer to create id: new_id, /// buffer byte offset within the pool offset: s32,...

I'm a native speaker, but take these comments with a grain of salt as I haven't done software translations before and I use English on my devices so I'm not...

I found the [a page about markdown formatting](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) in the docs, it seems to be a lot more up to date than their specification, apparently they are called alerts. They...

I made a plugin that parses them and renders them like normal blockquotes but inserts `alert` and `alert-*` classes that can be used for styling, I'll clean it up a...

Some other examples of popups: - Channel description ![image](https://github.com/user-attachments/assets/9e5c807a-6ffa-4e21-8afb-00ae63548238) - Notifications settings ![image](https://github.com/user-attachments/assets/1d154cb7-4499-4c1b-aca4-36cc46da7ca1) - Privacy settings ![image](https://github.com/user-attachments/assets/11d70f79-56bf-4de4-b58d-fb5afd9ae209) - Invite to server (names devtooled out) ![image](https://github.com/user-attachments/assets/eb9d13d1-fb03-406a-bdca-c9be51e5493a) ![image](https://github.com/user-attachments/assets/47983535-c231-4aa1-a00a-f39e37a8c789) - Add status ![image](https://github.com/user-attachments/assets/7a25a0ce-9c29-4368-8b18-b08b6d0fc020)...

The `cosmic-settings` part is still missing, I'm not sure how to get it to actually use my local version of `cosmic-settings-daemon`, `[patch.'https://github.com/pop-os/cosmic-settings-daemon']` seems to only work for transitive dependencies, `cosmic-settings-config...

It's unimplemented in winit: https://github.com/rust-windowing/winit/issues/1881 (so it's blocked on it) It should have Platform-specific notes though (both in winit and iced)

This is entirely up to gtk to support, eww is currently on gtk3, but even gtk4 only [supports](https://docs.gtk.org/gtk4/css-properties.html) css-backgrounds-3 where this is part of [css-backgrounds-4](https://drafts.csswg.org/css-backgrounds-4/#background-clip).

It's should be simple to change it to `cosmic::font::FONT_MONO_REGULAR` (which is Fira Mono), I don't think it'll look out of place compared to the default font (Fira Sans). Although when...