Paolo Borelli

Results 16 issues of 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`

easy

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

bug

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....

ffi

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....

enhancement
glib

`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

enhancement
glib

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...

bug
ci
gio
windows

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...