Fina
Fina
Is it possible to set it up so that the nightly container is updated on a schedule automatically? I often like to switch to a nightly runtime when close to...
The included TLS features are only required for wss connections to the mailbox server which not required by the protocol and only really useful for wasm builds. Closes #216
- Adds cli integration tests to spot any regressions in help as recommended in the clap migration guide - Updates to clap 4 - Tweak the arguments to make the...
Separates the parsing code from codegen, and unifies the parsing code to just one implementation. This should make it easier to work on it in the future, in case we...
Adds a very detailed example of virtual methods and interfaces. We already had one in gtk4, but not here. I also couldn't find any example for properly chaining up interface...
Class structs should have a bound on `Copy`, because that's what GObject is doing internally. If we were exposing `base_init` this could be avoided. See https://github.com/gtk-rs/gtk-rs-core/pull/1378#discussion_r1585972731_
Further enhancements to the interface support were determined in #1384 to achieve feature parity between interfaces and objects. * An equivalent to `glib::subclass::basic::ClassStruct` for InterfaceStruct * An addition to `ObjectInterfaceType`...
P2P mode
Currently the code seems to send all files via a relay. Would it be within the scope of this project to implement a peer to peer mode? It would probably...
gtk::DragIcon::for_drag returns a gtk::Widget. Usually we return the concrete type in such methods.
We claim to be hosting a public STUN server in this document: https://github.com/magic-wormhole/magic-wormhole-protocols/blob/01b7c46ffaec4c12866f99bb2596fd4e49db460a/transit.md#traversing-nat But alas, this server never got operational. Would it be possible for us to either implement a...