Tage Johansson

Results 10 issues of Tage Johansson

Hi, and thanks for this fantastic project! I've been using Thorium with the NVDA screen reader to read e-books for a while. But I now decided to try and read...

This issue is closely related to #2303 . Let say we have the following unit struct and internally tagged enum: ```rust #[derive(Deserialize, Debug)] struct ErrorStruct; #[derive(Deserialize, Debug)] #[serde(tag = "result")]...

This pull request fixes two bugs: - The size of a plane created by [`frame::Audio::plane()`](https://docs.rs/ffmpeg-next/latest/ffmpeg_next/util/frame/audio/struct.Audio.html#method.plane) for a packed audio frame with more than one channel was incorrectly set to the...

Hi! It would be nice to have methods like shrink_to and shrink_to_fit implemented. As I understand, it is not difficult at all to implement such methods since the under lying...

I see there are much more languages available on libretranslate.com than supported in this crate. Is there any reason for that, or would it be possible to add support for...

## Changes Setting the environment variable `TYPEGUARD_DISABLE` disables Typeguard and has the same effect as running Python with the `-O` flag. I wanted to compile my Python program with [Nuitka](https://nuitka.net)...

Whenever I encounter some math NVDA becomes silent and I get the following error in the log: ``` ERROR - scriptHandler.executeScript (11:02:16.339) - MainThread (17184): error executing script: with gesture...

It seems like the dependency of loom is required, which adds a lot of unnecessary dependences to my crate. I suppose that loom is only meant for testing, right? If...

enhancement

Dear Leptos Developers, I don't find a `new_local()` method on `Memo`. Is this intentional or could this be easily fixed? Thanks, Tage

feature request