Trevor McKay

Results 3 issues of Trevor McKay

I hacked together a quick method to automatically detect Neuron directories (relative to the cwd), using `plenary.scandir`. ```lua local nf = require'plenary.scandir'.scan_dir('.', { search_pattern = "neuron.dhall", hidden = false, depth...

OS: macOS Monterey 12.5 VSCode version: 1.70.1 CodeLLDB version: 1.7.4 Compiler: `rustc` nightly and `gcc` 11.1.0 Debuggee: `riscv64-unknown-none-elf` on QEMU riscv64-virt 7.0.0 Cannot attach to remote GDB server of QEMU....

cause:LLDB

I think this can be relatively easily supported by porting the FOV code from SekiroFPSUnlockAndMore. It looks like the logic is contained here: - https://github.com/uberhalit/SekiroFpsUnlockAndMore/blob/d6312c6b0af0bcdf987568e1490b7d842548ae99/SekiroFpsUnlockAndMore/GameData.cs#L145 - https://github.com/uberhalit/SekiroFpsUnlockAndMore/blob/d6312c6b0af0bcdf987568e1490b7d842548ae99/SekiroFpsUnlockAndMore/MainWindow.xaml.cs#L440 - https://github.com/uberhalit/SekiroFpsUnlockAndMore/blob/d6312c6b0af0bcdf987568e1490b7d842548ae99/SekiroFpsUnlockAndMore/MainWindow.xaml.cs#L967 I'll...