David Hotham

Results 80 issues of David Hotham

Thanks for `clumsy` - very cool. Here's an enhancement that I needed to make the latency more variable: if you like it, you're welcome to it! I see that #30...

The motivation here is that I want to be able to apply quite low amounts of lag, and variation in lag - and in the current code the value of...

I fixed some build warnings while working on #33

eg start with ```python foo = [x for x in [1,2,3] if x < 3] ``` and try to rename `x` as `y`. Get ```python foo = [y for y...

bug
low-prio

Example per https://github.com/cquery-project/cquery/issues/824#issuecomment-433700930. `REQUIRE` eventually expands to something including `ExpressionDecomposer` (among others) and so that gets returned. This is at best super-unintuitive - if I'm on `REQUIRE` and I goto-definition,...

I sort of see what that dcc8eb28 is aiming for, but I don't think that the resulting code looks right! If we go through the branch with the removed `return...

Fixes #517, #915. I don't know that I'm completely convinced by this myself: - the tag stack maybe doesn't behave quite exactly as expected: when you try to go forward...

**Describe the bug** The `__eq__` implementation for `Token` gives non-transitive results: ie one can construct an example where `a == b`, and `b == c`, but `a != c`. **To...

discussion

**Describe the bug** The helm operator's helm chart adds double quotes around password strings - which gives them a different meaning than was intended. **To Reproduce** values.yaml: ```yaml helm: versions:...

bug
blocked needs validation

Values in the generated repositories.yaml are now correctly quoted Fixes #629. Output from the `values.yaml` given in that issue is now: ```yaml apiVersion: v1 generated: 0001-01-01T00:00:00Z repositories: - name: fluxcd...