David Brouwer
David Brouwer
When I just tried to use the cli again I got a core dump, I'm not sure if its specific to my system, but if I use `go install` to...
I haven't acutally used to cli yet, but reading through it the plain text credentials bare some concern to me. As a future feature request it would be great if...
I'm curious if there's a way with the current tools to quickly change a variable ypte with all its references, e.g. to a pointer type. Similar to how you can...
I really enjoy using DAP UI, and one of the things that I think is absolutely genius about this plugin is the way you manage layouts. So much so I...
v2.9.17 ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x1a0 pc=0x78d187] goroutine 30 [running]: github.com/nats-io/nats%2ego.(*js).subscribe(0xc0000e18c0, {0xc005a22170, 0xb}, {0x0, 0x0}, 0xc0060be100, 0x0, 0x0,...
Running benchmark tests, the output is always colored according to the `passStyle` property, regardless of failure or pass or info. ```yaml passStyle: foreground: "#FFC0CB" ``` 
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md). -...
If I use ctrl-c to go out of insert mode, I occasionally get this error ```console Error executing lua callback: Keyboard interrupt stack traceback: [C]: in function 'sign_getplaced' ...start/todo-comments.nvim/lua/todo-comments/highlight.lua:87: in...
Recently I've been using the query window a lot, and there are two things that would improve my experience; 1) resizable query window on mouse drag - drag down to...