Beau McCartney

Results 11 issues of Beau McCartney

### Describe the bug After closing a discord window, tiling behaves as if there's still a window, though its invisible. The invisible window can be cycled to, gets a border,...

bug

Opening a scratchpad when windows are vertically split simply resizes one of the windows without opening a scratchpad repro: - open a file in nvim - ctrl-w v to split...

if you start and scratchpad autostarts, the scratchpad doesn't die even if it doesn't have enough room as specified by scratchpad_minwidth. resizing the window even a bit will cause the...

useful for virtual memory tricks involving mapping multiple VPNs to the same physical page I added a wrapper similar to the wrapper for the open syscall. Because both wrappers want...

## Context Odin: dev-2024-03:7d6e9ef39 OS: Windows 11 Home Basic (version: 22H2), build 22621.3155 CPU: AMD Ryzen 9 5950X 16-Core Processor RAM: 32666 MiB Backend: LLVM 17.0.1 # Bug on windows...

stale

**Describe the bug** Sourcing the completion script in fish allows me to tab-complete gum subcommands but then I can't complete files or directories after. **To Reproduce** Steps to reproduce the...

### Did you check existing requests? - [X] I have searched the existing issues ### Describe the feature in the old syntax, I could list a few formatters to try...

enhancement

### Neovim version NVIM v0.10.0 Build type: Release LuaJIT 2.1.1716656478 Run "nvim -V1 -v" for more info ### Language affected Astro ### Query _No response_ ### Strategy _No response_ ###...

bug

or obviously more generally any non x64 target

repro below - compiles and runs repro: ```go package repro main :: proc() { ptr := &vm_page_mask fmt.println(vm_page_mask) ptr^ -= 1 fmt.println(vm_page_mask) } foreign import mach "system:System.framework" foreign mach {...