bbb651 🇮🇱
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  - Notifications settings  - Privacy settings  - Invite to server (names devtooled out)   - Add status ...
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...