Zachary Blackwood

Results 48 comments of Zachary Blackwood

@MindTooth Among other things, `uvp` creates a `pyproject.toml` file which keeps track of anything that you use `uv add` to install while in the directory. `uv` just creates a virtual...

> What happens if the python version changes (e.g. project moves from 3.9 -> 3.10). > > I believe the `layout_python` creates multiple venvs (one per python version). The code...

@zimbatm I tried to create test and man entries, but I'm not sure if I did them correctly. I especially wasn't sure about the correct way to write the tests....

@dpprdan I added support for additional arguments to uvp after a `--`, what do you think of that pattern?

@lsmurray Good catch! I had it working properly before, but was trying to make sure it switched to the correct python version if you changed to a different one. Now...

One thing for your consideration, @hansthen -- there's a new version of components coming soon https://github.com/streamlit/streamlit/pull/11354 It offers some really nice features which could make this component a lot better,...

> Spent a bit of time figuring out the bad commit upstream with `git bisect`, and it seems to be this one: [streamlit/streamlit@ea17620](https://github.com/streamlit/streamlit/commit/ea17620f5f148aaefe5d7d83d5f3cce665151b95) > > It seems to be a...