Sam Holmes
Sam Holmes
### CHANGELOG Does this branch warrant an entry to the CHANGELOG? - [ ] Yes - [x] No ### Dependencies none ### Requirements If you have made **any** visual changes...
Version ``` ❯ zellij --version zellij 0.40.1 ``` Config bindings ``` tab clear-defaults=true { bind "H" { MoveTab "Left"; } bind "L" { MoveTab "Right"; } } ``` # When...
**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** 1. Run metro bundler `yarn start --resetCache` 2. Send a suspend the program...
This library is incorrectly exporting the type from `ws` which has all the extra Node.js type information. Instead this lib should export the WebSocket API from the standard and shim...
Version: Deno 2.0.4 macOS: 14.2.1 # Repro steps 1. `deno` in Alacritty 2. `process.stdout.on('resize', () => { console.log(`${process.stdout.columns}x${process.stdout.rows}`) })` 3. Resize Alacritty window # Expected Printed console output with the...