ranfdev

Results 94 comments of ranfdev

I'm new to this thread, so sorry if I've missed something. Since a list model contains a list of GObjects, it's just a list of pointers. They're cheap to clone....

By the way, if anyone is interested, I've created a crate to do this: https://github.com/ranfdev/ev-stream-gtk-rs.

I'm working on it

About the formatting: With more testing, I found out that rustfmt seems to not care about the definition of the macro; it only cares about how the macro gets used....

`default_value` is also used outside of the builders. See `ParamSpecInt`. Unless we change it everywhere, we should keep it as it is. `readwrite` comes from `ParamFlags::READWRITE`. Same logic applies here....

I have the same issue... I've copied and ran your example repo (https://github.com/jaclarke/edgedb-fresh), then I've setup the edgedb instance (I have some problems with `edgedb project init`, so I have...

I'll refactor some things...

I'll see if I can fix the issues tomorrow

Replicating this pull request can be a great starting point https://github.com/ranfdev/Geopard/pull/63

This project is not GNOME only, in fact I tested it on KDE plasma 5 and It works flawlessly. Never tested on plasma 6 though, simply because my distro doesn't...