FineFindus

Results 92 comments of FineFindus

> I haven't really followed Gnome for a while and have no idea what is the recommended way of creating bindings for foreign projects. I trust you to make the...

Sorry for the long silence. I did a little side quest to add support for [generating interfaces in different files in zbus](https://github.com/dbus2/zbus/pull/499), for easier maintenance of the different interface files....

Sorry again for the long silence, the [Client](https://storaged.org/doc/udisks2-api/latest/UDisksClient.html) is now functionally fully ported to Rust🎉. This means that most functions have been ported to C. I excluded some that did...

> Hmm, the library will return strings according to your process active locale. Is there something extra to be translated with Rust bindings? Not necessarily extra, the gettext bindings for...

The translations are now [implemented](https://github.com/FineFindus/udisks-rs/tree/feat/gettext) and work (and are compatible with the translations from the C version). Two quick questions: As far as I know, libraries that use gettext need...

Gentle ping for the questions in the previous comment. Since the last update, we have merged the first [Rust code into GNOME Disks](https://gitlab.gnome.org/GNOME/gnome-disk-utility/-/merge_requests/99). :tada: I'm a bit confused about how...

No problem and thanks :) It also seems to work without any initialization, so it seems like there isn't a problem (just wanted to make sure, if there isn't anything...

> The extractor needs small changes to also extract SABR streams in the functions called by [getItags()](https://github.com/TeamNewPipe/NewPipeExtractor/blob/dev/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamExtractor.java#L1201), and that should be quite simple. I've been working on implementing that, however...

Interestingly enough, I was not able to replicate your first observation. Maybe the previous page intercepts the gesture? I'm able to scroll the previous page when the back gesture fails....

Thanks for the suggestion! Could you tell me a bit more about where these formats are used and how popular they are? I would like to avoid adding support for...