Thomas Gilgenast

Results 4 issues of Thomas Gilgenast

Following the example from [the fire guide section on argument parsing](https://github.com/google/python-fire/blob/master/docs/guide.md#argument-parsing), it seems like when passing a list of strings to fire, none of the elements of the string can...

bug

# Bug Report update: inconsistent hash calculation ## Description When running `dvc update` on an unchanged `.dvc` target, dvc computes a different hash (even though the file has not changed)...

A: data-sync
bug

Hello! I am a huge fan of tox and greatly appreciative of the work it takes to develop and maintain it - thank you! ## Issue Recently I have been...

help:wanted

With a `.yamllint.yml` like ```yaml --- extends: default rules: quoted-strings: quote-type: double required: only-when-needed ``` and a `test.yaml` like ```yaml --- key: "foo/bar/\ baz/qux" ``` I get the desired behavior...