Results 20 comments of Fina

I have this problem too and with Firefox on Linux it looks really bad. This is because it uses a very thin font weight combined with very light gray. To...

I am using gettext to translate errors to user facing error messages in their preferred language. It would be necessary to be able to implement Display for this.

As gettext can't parse attribute macros and I am also drilling very deeply into some errors this isn't really feasible. I might just work around it by implementing a separate...

Those are the relevant settings including my LAN interface configuration to better understand where some of those IPs are coming from in my modified configuration. I can't say if it...

> However using given allowed IPs of a peer section and adding them verbatim as Address entries for the peer does not seem right to me True. That was an...

> > This would in theory allow for TreeModel subclassing. > > Is that something you plan to work on? Most of the code is already in #169, it could...

> I don't really know how this API is supposed to be used in C when implementing your own tree model, but like this the implementation is unsound in Rust....

I would be interested in being able to receive text messages that were sent from the python client. Once in a while someone tries this and is presented with an...

I think I have a way forward: - Mark it as unsafe in `gio` - Add a safe wrapper to `gtk::Application` that checks for main thread and panics otherwise

I propose renaming `property_if_any()` to `property_if_not_empty()` to clarify its purpose and to be more similar to the common `is_empty()` collection method.