Robert

Results 36 comments of Robert

Hey there, I'm facing the same issue since upgrading our databricks runtime from 10.4 to 11.3. I tried setting `ABORT_DETACHED_QUERY` to `FALSE` as you suggested, but unfortunately my queries are...

I just validated that `pipx` exposes `gui_scripts` via `pipx install novelwriter` -> `novelwriter`. Should just be a matter of improving the docs.

> So, having some global `--offline` flag to explicitly declare offline usage would be awesome. Of course, I understand that a minimal set of command line options is desirable from...

> If implemented, it may be helpful to document something like `skip maintenance tasks (which may require a network connection)` or something similar in the option's help text. I suspect...

Hi @marcosalberto, could you please provide the version of pipx you are on? Edit: I just saw your PR. Does setting `--global` right after `pipx` instead of after `ensurepath` fix...

Thanks for providing that way of doing it @scruffaluff. That works perfectly fine if you're happy to reinstall all your pipx packages :) The other option is described in this...

Hi @garthk, Agreed to the first 3 points. Actually we should be able to create a full example of the script to run to move the `pipx home` right there...

I reckon this is due to https://github.com/pypa/pipx/pull/1237, now no longer being able to resolve the relative path to the constraints file correctly. Did a quick test and just forcing `run_dir`...

The main reason we can't support paths with spaces on mac is that `shebangs` don't support spaces in the interpreter path. All applications installed via pipx are installed via pip,...

I fixed this by running KeyV2 through the latest AppImage developer snapshot of OpenSCAD (2023.09.30.ai16393 (git f41aefc37)). Hope this helps.