Szymon J.

Results 6 issues of Szymon J.

**Describe the solution you'd like** In `CMakeLists.txt`, I think it could be possible to now use `https://github.com/doitsujin/dxvk` as opposed to `https://github.com/Joshua-Ashton/dxvk-native`, seeing how DXVK Native has now been included in...

enhancement

This is an initial PR of a potential series of PR's coming as I started to mess about with this project on my own Switch. This PR fixes an issue...

Looking at the Fiddle docs here: https://docs.ruby-lang.org/en/master/Fiddle/Pointer.html We can see an example incorrect usage resulting in a memory leak: ```ruby # No free function and no call to free -...

Sometimes, the `@hConsoleHandle` variable can be outdated. As such, Readline should follow what Reline has done here: https://github.com/ruby/reline/pull/734 and implement a retry mechanism for the relevant function calls that have...

## Description Calling to `IRB.start` results in IRB leaking out Reline changes globally. ## Minimal Reproducible Example ```ruby require 'reline' require 'irb' ::Reline.autocompletion = false line = ::Reline.readline('PROMPT >> ',...

# GCC Running command: ```bash meson setup build -Drequire-nvidia=true -Drequire-amd=false -Drequire-python-hwdata=true -Ddaemon=true -Dplugins=true --prefix=$(pwd)/inst -Dlibdir=lib ``` Then I do `cd build`, followed by `ninja`. ``` ➜ tuxclocker git:(4c2ca06) gcc -v...