Paolo Borelli
Paolo Borelli
I am using tagit inside a jquery-ui dialog: if the user types a tag without pressing space or anther trigger key and then presses the "save" button of the dialog,...
Currently introspected enums do not easily convert to variants as they just expose their `u32` representation. For instance this would be useful when storing enums in `gsettings`
This came up in the bindings of `gio::SimpleProxyResolver`. See for the PR that adds them with a manual override for the `ignore_hosts` param: https://github.com/gtk-rs/gtk-rs-core/pull/458
When adding the Windows CI (with VisualStudio, non mingw), I noticed that the ABI tests fail. At a first glance this is because the do not find a C compiler....
The abi tests are now conditional to the abi-tests feature, when that is enabled, the C code for the abi tests is now built at compile time, using the cc...
The C api is confusing since it plays two roles, one is a refcounted view allocated on the heap, while the other one is a builder allocated on the stack....
`VariantDict` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` It would be good to be able to print the content of the dict
gio `test_path` test fails on Windows, because it ends up comparing the "shortened" `C:\\Users\\RUNNER~1` with the full one. In https://github.com/gtk-rs/gtk-rs/pull/256/ I disabled that assertion, but a real fix would be...
Move the detection of a default constructor function in the analysis. Move the logic about using Object::new into object.
When updating soup3-rs to glib-rs 0.17 and the new gir, there is a regression in the autogenerated bindings of `websocket_connection_new`. In partcular gir generates `extensions: Vec[WebsocketExtension]` and then tries to...