Andrew Hayzen
Andrew Hayzen
FYI as some of the graphs I was looking at doing might not go onto flathub.org, i added support in my tool to generate them. I have made a simple...
@TingPing that's not on the public facing one though ? (That's on the developer dashboard right ?) Eg https://snapcraft.io/core only shows users by distribution (logarithmic). And yeah we don't know...
@joaquimrocha I have done the changes, now CVEChecker uses package-name from checker_data. I would like the package name to be auto determined in the future from the URL for archive...
@joaquimrocha Hey, I've added a basic test case to this now (as we add more functionality to the CVEChecker itself the tests can be expanded). Please re-review when you have...
@joaquimrocha yeah this pull was just a proof of concept of extracting the version numbers etc using TingPing's original script and integrating into your tool :-) Not submitting them to...
For Ord and Eq we should be able to make a single C++ template like `bool operatorEq(const T& a, const T& b)` and reuse the single C++ template for all...
I had this same issue and solved it in the following way. If you have a class for the form that inherits from `WagtailCaptchaEmailForm` eg ```python class FormPage(WagtailCaptchaEmailForm): pass ```...
Then I guess the question becomes where is the 3.0.1 tag? There is a beta version, but https://joplinapp.org/help/about/changelog/server suggests there should be a 3.0.1 stable tag? Or maybe all of...
OK, I have figured this out by execing into the running container and looking at the logs. The following happens with the newer versions of bitwarden ``` Unhandled exception. System.InvalidOperationException:...
Good point, this was made before `distrobox assemble` existed, I've been planning to update the readme as the vscode part i don't use anymore so is untested etc. So I'll...