Jonathan Dahan
Jonathan Dahan
Okay I ordered one, should be here in a few days, will see what the differences are
Got mine in too, what commands would be helpful? lspci? lsusb? opening it up and taking pictures?
    
hmm these aren't as good as the ones you already have
It does look like there is something like DFU mode if you hold esc while plugging in the usb c. Not sure if we can inspect that, maybe with a...
17% of time was spent in `__zplug::log::write::info`, so I did `touch $ZPLUG_LOADFILE` and now only 4.7% of time is in `__zplug::log::write::info`, see `__zplug::io:file::load()` for more details
yeah I wish zle supported push/pop instead of having everyone manually deal with the chain
Handling inter-function dependencies is out of scope for geometry. I'd rather have code duplicated than shared, functions should be self-contained. As far as I understand it, you are saying that...
Hmm, I tested latest but its still not picking up when I go from insert to command mode by pressing escape.
Ok I think I figured it out, the gating does not work with dynamically adding and removing geometry_vi. If we move it to the zle bound functions then I think...