Colby Thomas

Results 8 issues of Colby Thomas

## Problem **There is probably a valid reason for why the terminal is not thread-safe, but humor me with the conversation...** I have a bit of an interesting use-case for...

enhancement

Hey Kent! Been going through your course and am really loving it. I was writing a test today to check the accessibility of a form I new wasn't accessible to...

### Version Information Server Version: CLI Version (for CLI related issue): ### Environment v2.11.1 running in docker on an EC2 instance ### What is the current behaviour? Tonight I switched...

k/bug
t/gql-services

### Problem I understand that `xall` is meant to SAVE and quit, but I find myself accidentally modifying No Name buffers often, which causes `xall` to fail, and makes me...

enhancement

`cmdline_output_to_split` is only passively referenced in the [Views](https://github.com/folke/noice.nvim#-views) section... cmdline_output | split | split used by config.presets.cmdline_output_to_split -- | -- | -- ...but not called out as an available option...

### What version of Elysia.JS is running? 1.0.20 ### What platform is your computer? Darwin 23.2.0 arm64 arm ### What steps can reproduce the bug? The steps for this bug...

bug

If I have an atom defined like this ``` export const nameAtom = atomWithValidate("", { validate: (name) => { try { name.parse(name); return name; } catch (err: any) { throw...

### Requested feature I'd love it if we could have the option to hide file icons in the buffers component ### Motivation Just don't like seeing them!

new feature