Sebastian Dröge

Results 139 issues of Sebastian Dröge

See https://github.com/gtk-rs/gtk-rs-core/issues/766

Fixes https://github.com/gtk-rs/gtk-rs-core/issues/766 ---- Depends on https://github.com/gtk-rs/gir/pull/1380

This would be consistent with how `set_property()` and similar API work nowadays. 99% of all cases are just unwrapping on failure anyway as it's a programmer error and not a...

good first issue
glib

It's redundant because you can always get `Self::Type` via `self.instance()`. It would reduce quite a bit of noise and also reduces some confusion, but OTOH makes it less visible how...

good first issue
glib

This will probably need changes in gtk/gstreamer too

`std` doesn't have almost anything of that, and the crate implementing all that seems is using icu, which is huge and annoying to build. The utf8 APIs should probably take...

enhancement
glib

See https://github.com/gtk-rs/gtk-rs-core/pull/760 for an example where this fails. In this repository there are some submodules that are configured with `update = none`, i.e. `git submodule update --init --recursive` is not...

See title. This would be very useful to handle types that can't be expressed as a single contiguous byte slice

Fixes https://github.com/rutgersc/m3u8-rs/issues/55