goodboy
goodboy
This get's a big 👍🏼 from me; i think it should be configurable though.
@jiangrzh we've had [brief discussion](https://github.com/codypiersall/pynng/issues/4) over at @codypiersall's new [pynng](https://github.com/codypiersall/pynng). Sounds like @gdamore is interested in easing the pains of this integration in `nng` itself as well :+1:
Updating the shebang line in `entrypoint.sh` to `/user/bin/env bash` then gives: ```sh >>> xxh mini +s xonsh Enter passphrase for key '/home/goodboy/.ssh/smbz_ed25519': Enter passphrase for key '/home/goodboy/.ssh/smbz_ed25519': /home/lord_fomo/.xxh/.xxh/shells/xxh-shell-xonsh/build/entrypoint.sh: line 119:...
On a somewhat related note. I think it would also be super great to have a small tut in the docs for how one might setup a user specific environment...
Huh, to pair with this it also seems type annotations of the following form also cause a parse error? ```python def func( arg: str, ) -> tuple[ str, str, ]:...
ended up going with a slightly different approach in #113 by letting the user just define a `rg -e PATH` generator cmd to be able to dynamically generate the paths...
Huh interestingly I seem to be getting some weird relative path thing when trying to "preview" the context of a given match?  it seems to be slapping the home-dir...
@jamesmcm Yo! No, *thank you* so much for the in depth response and clarification. Sorry i've ghosted; I WILL be coming back to this as soon as I can, just...
@anki-code another thing that might be nice is documenting *when* you should add `_load_xcontrib()` to a `.xsh` file
> Try setting ranges of your plot I was going to say some of this might be the axis contents generation. Another thing to try is #1418 which for me...