Tijmen Zwaan

Results 8 comments of Tijmen Zwaan

I'd like to add that there's many browsers that already have similar functionality built in. I never even noticed the images not working, since I'm using brave browser.

I'm not familiar with the code, so I don't know if this is possible, but you could have a double tap of 4-4 be the required input for fullscreen logs...

This is definitely the _one_ feature I'm missing that I would use pretty much every day. Manually typing `git rebase --onto etc...` is quite a hassle. Other than that, lazygit...

I was not aware of the `--update-refs` functionality. Definitely going to check that out. That will likely remove a lot of the pains I was having. Edit: for context, at...

The tool should be able to analyze any N to M balancer or lane balancer. This looks like a bug. IllegalConfiguration is raised when 2 belts are facing eachother, for...

Ah, yes, I haven't actually implemented filters yet (as far as I remember). Though I don't think it should be crashing because of it (but clearly it does).

That's the RenameFile model, which is used when sending a workspace edit from the server to the client: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.18/specification/#renameFile Not the FileRename model, which is used to send a notification...