Alex Kraft

Results 52 comments of Alex Kraft

Same problem, it's hard to reproduce and sometimes disappear, this large piece of code reproduce it reliably My default indent 2, and mostly hitting Tab indent by 2, but, sometimes...

**Solution**: Add env variable `export DENO_DEPS_PATH=/Applications/misc/python/lib/python3.12/site-packages` Add this variable to `sys.path` ``` const sys = python.import('sys') sys.path.append(process.env.DENO_DEPS_PATH) ``` Then `python.import` works well