David Zuber

Results 4 comments of David Zuber

Hi, I'm currently also debugging my startup times. Have you tried putting this line `zmodload zsh/zprof` at the top of your `.zshrc` and then checking the output of `zprof`? Especially...

Hi, thanks for raising an issue. I did not know about this particular feature yet. However, it is not quite clear to me what specific issue you are experiencing with...

Oh wow, this looks pretty cool. I never finished porting the DAG drawing algorithm, which would allow for even crazier things. Thanks, for the demo and links. I'll have a...

Phew, have to port ~500 lines of pretty crazy clojure. https://github.com/drcode/vijual/blob/master/src/vijual.clj#L488 to https://github.com/drcode/vijual/blob/master/src/vijual.clj#L1018 Will take me a bit to get back into it and get through it. I'll keep working...