Till Bungert

Results 10 comments of Till Bungert

Should be rather easy once #26 is merged, either as a handler in your configs or in the project, if @petertriho wants to include this.

Good idea, added!

I completely forgot about that, I will have to conditionally add some flags. Shouldn't be difficult, I'll update later today.

I have tested implementing some improvements. Checking if we are in cell we already highlighted before clearing the interface and rehighlighting does improve the performance massively as long as output...

https://user-images.githubusercontent.com/4084982/150780769-41dffaeb-aac5-4767-b61a-7b3899c2d53c.mp4 To be fair, I am working with a software engineerical mess of a 2500 line script with a cell with 350 lines so this is probably an edge case....

I got some time next week, so I'll see what I can do. I do agree that having to write vimdocs sounds like a pain and markdown transpilation is probably...

My proposal would be simply to add a configurable cell delimiter, to not add highlighting for this, and only change `MagmaReevaluateCell` to add a extmark cell with all lines inbetween...

I have something working in lua in my [dotfiles](https://github.com/tbung/dotfiles) but didn't have the time yet to clean it up and translate it to python due to work. I might get...

I use this crate in my personal and professional work as well and will try to contribute as much as I can. As I am somewhat new to rust it'll...

I am not currently working with RevNets so I don't think I'll implement it any time soon, PRs are always welcome though (I saw you PR regarding PyTorch 0.4 and...