Sebastian Herrlinger
Sebastian Herrlinger
Yes, that would be it basically.
I am not using a debugger at the moment, so I can't really help with the breakpoint problem, although I suspect the solid plugin compilation messing up the line numbers,...
Cool, I'll review in a bit. Is that segfault reproducible somehow in a test?
Hey, thanks for contributing! I see your concerns. I need to test this. For me the loop() method is basically the render method, just running one cycle. Extracting that would...
The `TextBufferView` is a low level API that wraps the FFI bindings and I made the guard throw so it can be caught, instead of causing a segfault when accessing...
Opencode needs to re-map the undo for the Textarea to not collide with other mappings.
`ctrl+z` should not be mapped by default anymore
The default-parsers is auto generated. Need to adjust the generator, but formatting is unnecessary as it would be overwritten again.
The testing setup currently isn't actually mocking process.stdin, the input mocks for key/mouse are writing to the actual process.stdin
I am open to it. FFI was just really convenient and is faster than NAPI, but yes I gave it some thought already. Might happen at some point, just not...