Gavin Kistner

Results 56 issues of Gavin Kistner

The [documentation for `@resolve` decorator](https://hamilton.apache.org/reference/decorators/resolve/) includes this example code: ```python @parameterize_values( series_sum_1={"s1": "series_1", "s2": "series_2"}, series_sum_2={"s1": "series_3", "s2": "series_4"}, ) def summation(df: pd.DataFrame, s1: str, s2: str) -> pd.Series: return...

triage

Running `hamilton --help` results in an error. # Current behavior ## Stack Traces ``` ╭────────────────────────────────────────────────────────────────────────────────────── Traceback (most recent call last) ──────────────────────────────────────────────────────────────────────────────────────╮ │ /private/tmp/test/.venv/bin/hamilton:8 in │ │ │ │ 5 from...

bug
triage
CLI related

The VS Code extension keeps popping up an error ~dialog/toast with the message `Request textDocument/documentSymbol failed`. # Current behavior * Using my large, proprietary codebase, edit some files, error dialog...

triage
vscode

### Description ```python foo: list[str] = ["a", "b"] bar: list[str | float] = foo + ["c"] # incorrectly shows a type-widening error here baz: list[str | float] = ["a", "b",...

rejected upstream
type checking / linting
typeshed

I'd love to have settings that control the appearance of the nodes/edges when highlighted or muted. Could be preferences, could be a stylesheet that the preferences open. Instead of manually...

Often when I'm looking at the upstream/downstream for a node I'm only interested in a single level. I'd like an option to specify (at a minimum) 1 level vs all...