Gavin Kistner
Gavin Kistner
click v8.2.0 gets installed. I'm not trying to invoke from inside Python. Here's a full trace of the repro steps: ```txt gkistner@gkistner-mlt:/tmp $ ls t4 ls: t4: No such file...
Confirmed that it works for me if I used only `uv add "sf-hamilton[cli,visualization]"`. Now tracing to see if it's the lack of `cli` in my command, or the presence of...
Adding `cli` to the list of extras, e.g. `uv add "sf-hamilton[cli,lsp,sdk,ui,visualization]"` fixes the problem. Is it a bug that it is not included by others, or a mistake by my...
More info: **Works**: ```sh mkdir test && cd test && uv init uv add "sf-hamilton[cli,lsp,sdk,ui,visualization]" ``` **Fails**: ```sh mkdir test && cd test && uv init uv add "sf-hamilton[lsp,sdk,ui,visualization]" uv...
Here's my best understanding of the setup: * Hamilton requires `"click>8.0.0"` (only [in contrib/setup.py](https://github.com/apache/hamilton/blob/main/contrib/setup.py#L71)) * Hamilton requires `typer` (no version specified) [in ui/backend/setup.py](https://github.com/apache/hamilton/blob/main/ui/backend/setup.py#L13) and [pyproject.toml for `cli`](https://github.com/apache/hamilton/blob/main/pyproject.toml#L37) extra. * `typer...
@elijahbenizzy As this was your work, can you comment on whether I'm wrong about this?
At a minimum, you can lean on the VS Code theme styles and supply either the option of "de-emphasize" (opacity:0.2) or "emphasize" (use an internal stylesheet that changes a few...