François Laignel

Results 34 comments of François Laignel

@zhifu3158: there is currently no Chinese translation for `media-toc`. The problem @skydig encountered was due to the localization dependency `gettext-rs`, which needs special libraries and executables to be installed on...

@skydig: you should be able to open a wave file thanks to the package `mingw-w64-x86_64-gst-plugins-good`. In a `mingw-w64` prompt, you can check if the wave decoder is available using the...

@skydig: I looked again. After unzipping the file you attached, I get a 229kB file named `lr.wav`. Several third party tools I have at hand account for a 1s and...

Can you try downloading the file from the link you provided in [this comment](https://github.com/fengalin/media-toc/issues/155#issuecomment-1033796039) and check again. I believe it is truncated somehow. Like I said: once I unzipped the...

Thanks! With your last link, I could unzip the full length file and it opened properly in `media-toc`. I noticed a regression though: the waveform is not properly refreshed when...

GStreamer metada serde implemented in https://github.com/sdroege/gstreamer-rs/pull/106. This lead to additional options like keeping a stack of modifications for undo/redo.

I'm not sure I have the big picture in mind as I have only followed `gtk-rs` remotely since a year or so. The only case I can think of would...

IMO, if we decide the `try_*` are useful, this is because we take advantage of the internal type check that panics in the non-try variant so that users get the...

> I think the bigger question here is: Is there any use case where it makes sense to handle the Err case without a panic where it wouldn't have been...

Indeed, I totally missed the initial alignment constraint. Given that the caller's "storage" allocator must be properly parametrized, I tend to shift position for the constructor slice type. Maybe we...