Daniel Hahler
Daniel Hahler
@aliev A debug option is a good idea, this could be used to not catch the exceptions then. @mjbrownie Good, I will give it a shot later today.
@aliev True. I have a stash laying around where I basically moved the Python code into `pythonx/htmldjangocomplete.py` and then just use `py from htmldjangocomplete import htmldjangocomplete`. That should provide the...
@aliev Might be worth a separate PR then?! btw: https://github.com/mjbrownie/django_completeme (mentioned in this repo's README).
I just noticed that my patch will cause the plugin to resume on mouseenter/-leave, if "pause on hover" is being used, after the "pause" action has been called manually. In...
Thanks, @milin. I've since moved (and written most of) https://github.com/Tarrasch/zsh-autoenv by now. It even uses parts of smartcd's ideas/lib.
Related: my PR to add (zsh's) chpwd to the config tool, and prefer it: https://github.com/cxreg/smartcd/pull/26 @mpapis > this will be compatible with all other software implementing the same mechanism So...
Great. Then smartcd could use the same/better implementation for both bash and Zsh, dropping/deprecating the cd/pushd/popd approach. @cxreg do you agree?
> it's part of the interface I think it's more an issue of security, i.e. exporting makes it available for subcommands, which might possibly leak data. The reason for doing...
Makes sense. The help could be moved to smartcd maybe. Here is my approach of integrating it into another autoenv tool: https://github.com/blueyed/zsh-autoenv/blob/varstash/lib/varstash (Diff: https://github.com/blueyed/zsh-autoenv/commit/6b7ed4bc634bf21a4899550cbd6f535da9171c14#diff-3623c02ba3be96da0202de2c4ebc3edb). btw: have you looked into my...