Sophie Herold
Sophie Herold
Despite using the `Properties` macro I still need `.connect_closure("notify::x"` for `SignalGroups`. It would be nice to make this a bit more robust to refactoring. The simplest way would be to...
#### Reading chunks after IDAT Turns out that at least ImageMagic put the eXif chunk behind IDAT, not following PNG 1.3. So we will not catch those with `read_until_image_data` used...
Would it be possible to add CICP support while this feature is 'only' part of the Working Draft? https://www.w3.org/TR/png-3/#cICP-chunk
The output of NetworkManager and NetworkMonitor portal on D-Bus do not agree. Example with the "metered" status: #### NetworkManager ```sh dbus-send --print-reply --system --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.DBus.Properties.Get string:org.freedesktop.NetworkManager string:Metered method return...
Separation between messages created by client and proxy was ensured by requiring the client to use monotonically increasing serials and adding an offset to distinguish the client message from proxy...
As it turns out, setting `LD_PRELOAD` on the host systems [breaks my app in Flatpak](https://gitlab.gnome.org/World/pika-backup/-/issues/129). This caught me by surprise because I think of Flatpak as being quite independent of...
I'm generating a C library via Rust cargo. The header file is written manually and it also contains all the gir annotations. To run `gnome.generate_gir`, I need a library object....
PostgreSQL arrays can have a lower bound different from 1 http://www.postgresql.org/docs/9.4/static/arrays.html. Such arrays are also returned by some fields in the pg system catalogs. Example to produce such an array:...
I wrote some texts more or less as placeholders. Would be nice if someone who is good with English words could check the start page. #207
This image can be displayed elsewhere but not with image-tiff https://gitlab.gnome.org/sophie-h/glycin/uploads/e845da2ace4d300e2aeebfb9159232c2/test.tif ```rust Err( IoError( Custom { kind: InvalidData, error: InvalidCode, }, ), ) ``` (invalid code in LZW stream) Original...