Ryan Houdek

Results 181 issues of Ryan Houdek

Zooming in via CTRL + plus(Shift + equals) doesn't work, while CTLR + equals does work. This is contrary to the Chrome App version which supports both

## User Story As a developer of the FEX-Emu emulator, when debugging some issues on the FEX-Emu side, I had noticed that every curl instance has a set timeout of...

type: bug
type: feature request
distro: Ubuntu
command: install
command: start
command: debug
feature

These were added in Kernel 4.6 and they are quite similar to preadv and pwritev but adds a flags argument to tweak the behaviour. The newest flag is `RWF_APPEND` which...

## Expected Behavior Not to intersect with the lower 32-bits. This causes applications like wine running under emulation to not load due to intersecting memory ranges. Maybe think about compiling...

area/loader
status/needs-review
kind/build-system

Something changed somewhere and now they are broken again. They cause a SIGQUIT fairly early after creating their window.

Doesn't work yet.

Only something to worry about once our performance is good enough for newer AAA titles. Apparently Doom Eternal uses the CRC instruction specifically. The string compare ops likely won't map...

good first issue

https://github.com/FEX-Emu/FEX/blob/b5ae9e4c976fd2c542502e48c3e734c7bdd0e089/External/FEXCore/Source/Interface/Core/ObjectCache/Relocations.h#L72 Currently relocations use a union which causes them all to be 48 bytes in size. We can save a bit of allocation overhead by not using a union. Thunks...

Support allocating this out of a reuse pool. This way threads that aren't actively compiling code aren't causing memory overhead. Have them relinquish their resources to the pool after using...

What is the extra slot used for? (I.e. why not just `MAX_SIGNALS` elements?) _Originally posted by @neobrain in https://github.com/FEX-Emu/FEX/pull/1613#discussion_r823493879_ This is an antipattern seen through our signal handling due to...