alfechner

Results 30 comments of alfechner

Bringing `rsync` into play is very interesting. Yes something like that. There is no aspiration to keep Android File Transfer platform independent, it's meant to run on exclusively on Linux,...

@yurikoles yes, kind of. I don't want to manually collect all images and videos from all the different apps all the time. I look for a reliable and easy to...

To continue on that: I basically need a way to dynamically add rule fields to the configuration. To my understanding the rule operators and rule values can be customized via...

Update: I overwrote the `SelectField` using the config. Now I'm able to query for available `MetaData` via an auto `AutocompleteField`. However, I don't see any way to dynamically update the...

Yep, this is what I'd need. In the end it's not unlikely that the files which should be ignored from git and Prettiner are partially different. Using `.gitignore` for Prettier...

Seems like the once for python functions work as expected.

I have the exact same issue using a `.bandit` config file and this `pre-commit` config: ``` repos: - repo: https://github.com/PyCQA/bandit rev: 1.7.6 hooks: - id: bandit args: ["--ini", ".bandit"] ```...

I have the exact same issue. This is my work around for now: ```python json.dumps(pipeline.to_dict(), default=str) ```

We set `reset_values = true` and that works fine for us. My understanding is that the default behaviour of Helm is to [consider this flag `true` if it's not set](https://medium.com/@kcatstack/understand-helm-upgrade-flags-reset-values-reuse-values-6e58ac8f127e)....

@PowerSurj what's the issue with using `reset_values`?