Pieter Viljoen
Pieter Viljoen
Similar workflow, would also like changes between this and last release in branch, i.e. last release vs. last prerelease.
Thx, I'd add that the value is in consistency when there is a pre-release available, i.e. I use simplified github flow with main and develop, new work goes on develop,...
> I don't think you can construct this query with jsonpath either so dynamic json isn't an option for this. Not sure which "jsonpath" is being referred to, but from...
@eggplants could this be resolved in a similar way as you do for GHCR?
@eggplants, how would I do something as follows, or so I need to wait for the shields.io implementation: ```   ```
Ah, glad I found this report. I've been troubleshooting why my my app is detecting some content as interlaced due to the absence of a ScanType value. It started happening...
I ran through some of my samples with `idet`, and I don't think I reliably use the data for decision logic. E.g. if the percentage of interlaced frames > 0.0...
On a "clean" WSL2 Ubuntu, or Ubuntu LTS, or Debian, there is no path in `cat ~/.bashrc`. After installing GYB the PATH environment is expanded without quotes and a GYB...
How do I use it?
I get a runtime exception: ``` // Parse the commandline arguments // https://github.com/gsscoder/commandline Parser parser = new Parser(with => { with.CaseSensitive = false; with.HelpWriter = Console.Error; }); ParserResult result =...