The King of Half-Baked Projects
The King of Half-Baked Projects
I made something using regions and highlights, maybe this is useful to someone. The code is quite error prone and unperformant and it still has some bugs, but overall it...
Thanks for letting us know, I'll keep and eye on it and might use it :D
Yeah, that's what I have done so far, but it kinda wastes vertical space, so I thought this might be very handy. I am not sure whether many people would...
I recommend a custom component. I had a lot of problems that I had to hack around. Performance was bad too. **EDIT** I am not talking about reindentation, but general...
So, it has gotten worse? Because `after` shows more ns/operation and such
Potentially something like this could also be used to avoid comitting buggy changes, e.g. automatically run a test suite before committing. E.g. using a `Check-commit` hook. This could provide some...
I wonder ... does it support any git provider site? For example I am using https://git.sr.ht , however it can't seem to find this https://godoc.org/?q=git.sr.ht%2F%7Ebiosmarcel%2Fanimaid%2Fanimaid
Here: https://git.sr.ht/~biosmarcel/animaid or https://git.sr.ht/~biosmarcel/go-webclock (this actually has no exported symbols, probably useless)
I am somewhat unsure on this now. I don't really know a sensible limit. There are people that can type very fast, meaning they can technically smash out about 4...
I am currently working on the selection component over at https://github.com/scribble-rs/multi-item-picker Will probably take me a while to get it working well.