ttshivers

Results 45 comments of ttshivers

I do see the point about the tags actually being a valid semver but not in the way it's intended. Is there any way to get more information from dependabot?...

The issue that is causing this is actually the first line of the ids: ydb2r1b3qpoc1d1cd2c6t1k2p2c8m5**c3m6**gm7hm8k1m3lm4l1t8w1g1w4g3p The indicators c3 and m6 are not accounted for when the dictionary that you return...

I am trying to set up a local and offsite backup solution that operates on independent schedules/frequencies. Let's say for example, I might have daily local backups, but only weekly...

I was able to get it working, but I had to do a few more things than just renaming the source container. This is what I did: - Created the...

This issue also applies to DASH playback and is incredibly annoying when dealing with high bitrate streams as it will happen within a few seconds.

I like this. What is the `|| true` for?

What if instead of `... || true`, it was something like `git diff-index --quiet HEAD || git commit ...`, so that real errors do cause a fail. Source: https://stackoverflow.com/a/8123841

> Other minor thoughts on this one: > > * Possibly keep title generic > * Append comments/body when updating existing PR > > Those might be more hassle than...

Ah, there is an issue with this atm. The `node` ref is on the fork, not on the main repo. The PR action uses the repo checked out as the...