dwlsalmeida

Results 15 issues of dwlsalmeida

Unless we hook a delete call for the shortcut when LabelInfo objects go out of scope, we will not be able to add a new shortcut for the same QKeySequence.This...

Whenever I issue this command the buttons keep showing (even though all windows are minimized). Clicking on close, maximize or minimize in this case does absolutely nothing

Rust support is apparently broken, as per https://github.com/rust-lang/rust/pull/96238 It seems like the Rust compiler has stopped inserting the mcount instrumentation at all, which can be verified by something like: `rustc...

bug
critical
help wanted
language support

Signed-off-by: Daniel W. S. Almeida First steps for #1974 This is not ready yet. ~~Current code crashes with java.lang.IllegalStateException: Unable to retrieve AudioTrack pointer for write() . I will investigate.~~...

In Progress

Hi, I am working on this. **It is 100% work-in-progress still**. I am testing my changes through a RTX2060 + the proprietary NVIDIA blob on Linux and comparing the results...

Hi, I was trying to use cbindgen in a meson project, and noticed that it is not possible currently. Mainly, cbindgen expects to be able to call `cargo expand`, it...

mysql_connect has been deprecated since PHP 5.5. Please switch to PDO or mysqli

This PR adds film grain support to the VA-API code. It does so by first adding a new type of handle, and then making use of that handle in the...

The actual code does not seem to match the docs: ``` /// Allows us to manipulate the frames list like an iterator without consuming it and resetting its /// display...