Eduardo

Results 5 comments of Eduardo

With the little I experienced, I think the correct direction is this: [WineASIO](https://github.com/wineasio/wineasio) is something Bottles should implement (read its README.md), but: - I'm not sure JACK works with Flatpak,...

Since [declarative] 0.4 it is possible to use `#[view]` without content to make a `mod`, `impl` or `trait` a scope of views (they are created with `view!`) without the need...

I guess you can [give a name] to the parent widget and in the CSS select it with `#parent_widget_name image { }` Or [give a class] to the Gtk.Image and...

@schungx I'll just say that the string `"this_is_a_very_funny_key"` (24 bytes) will be “allocated” on the heap by `SmartString`, but not by `CompactString` or `Option`, which is great. 🙂 If Rhai...