Andrew Phillips

Results 8 comments of Andrew Phillips

That is true. Any ideas how it can be made safer? My use case is I'm working on a package that creates a bridge web server for the Anki desktop...

I made a PR [here](https://github.com/alexmojaki/birdseye/pull/95). Seems a bit hacky though, as it'll require anyone else who runs into the issue to be aware of the implementation.

Working great, thanks! Though I didn't really notice an issue with the traceback TBH.

Oh I see. I thought it was just a normal limitation. Yes I do have full tracebacks now, thanks. ``` > File "/home/skeledrew/Projects/pyls-livepy/.nox/make_pyls_livepy_test_env/lib/python3.7/site-packages/pyls_livepy/tracer.py", line 58, in run_trace exec(code_obj) └ File...

An awesome little tool, but I found I wanted the search to be a bit more powerful, so I added regex search functionality.

Been using Heliboard and loving it for a couple months now, but the lack of Japanese support has been problematic (I've been learning the language for a few years now)...

Just an additional note that it isn't necessarily ".sh" scripts, in case it's relevant. A script created as `@ echo 'echo "$@"' > my_cmd` also uses the native shell. Thanks.

It should have a system-specific fallback, and/or be user-customizable. For me, running an executable script without a shebang usually (I've accidentally tried with a few Python scripts, which understandably fails)...