FC (Fay) Stegerman

Results 247 comments of FC (Fay) Stegerman

I found more bugs with dict comparisons. The latest version should fix those. Would probably be good if someone can run the test suite to make sure nothing breaks.

Deployed our ansible config with these changes. LGTM :)

I also looked at the code using this as best I could. I can't rule out it'll break something. And someone should definitely run the test suite. But it looks...

So unless something breaks as a result of actual changes now being recognised as such when they were not before -- which means it relied on broken behaviour -- I...

FWIW we've been using this in production since I opened this PR and have had zero issues whilst the bug (unable to clear notifications as setting the list to `[]`...

> Does the below code work for you too to reproduce? Not for me (`rustc 1.48.0`, `node v12.19.0`). But the `node` for loop + `bat` does.

> I guess the XML will be fixed automatically (guessing at checksums being stored there). The XML is different b/c upstream's APK has one more locale than the one from...

Try using keyword arguments as per [the documentation](https://uptime-kuma-api.readthedocs.io/en/latest/api.html#uptime_kuma_api.UptimeKumaApi.add_tag): ```py api.add_tag(name="TEST", color="#FF0000") ```

@jroddev Unfortunately, the regex `([0-9]\\x2E[0-9]+\\S*)` doesn't match e.g. `10.2` correctly (it'll see `0.2` instead), since it only matches a single digit before the dot. Also, 71 apps in f-droid use...

> Do you have any insight about the release name vs release tag_name in terms of reliability? IMO it would be very unusual for the tag name not to contain...