my1e5

Results 40 comments of my1e5
trafficstars

Just tried the same steps with `0.6.3` but I'm getting a different error now. ``` $ uvx marimo --yes edit c:\Users\my1e5\Projects\Test\marimo-test --host=localhost --port=2818 --headless --no-token --sandbox --watch Running in a...

I think the issue might be a mixture of the `--sandbox` flag and a difference between using forward/backward slashes. I just tested these different`uxv marimo` commands on their own. My...

@charliermarsh > Right now, we'd install Python if you did something like uvx --python 3.11 posting, or had a .python-version file in the directory I think I'm experiencing a bug...

Duplicate of https://github.com/astral-sh/uv/issues/5903

@franzhaas [versioningit](https://github.com/jwodder/versioningit) works with setuptools and also hatchling.

I want to give a mention to [Nuitka](https://github.com/Nuitka/Nuitka) which is serving me well. It's as straightforward as running ``` uv add --dev nuitka ``` ``` uv run python -m nuitka...

@matterhorn103, I guess what I mean is that Nuitka is perhaps quite an opinionated way of packaging your Python code into an executable - as it is essentially an alternate...

Duplicate of https://github.com/astral-sh/rye/issues/695

Was this fixed by https://github.com/predict-idlab/tsdownsample/pull/80?

If you have a specific configuration you want to use, you can set up a command. For example ``` $ uv init foo && cd foo && echo $'\n[tool.pyright]\nvenvPath =...