darix
darix
sorry don't have the package for that. I went with upgrading the 29.x to 32.x with our package.
well i usually do the watch -> custom -> [release, security] on github for everything I package. and I need your software for qmk so i can reconfigure my keyboard...
Also ... maybe there is a GH pipeline that could automate the pypi thing from a tag? :)
This was with 0.2.2 tarball. we have a little "source service" that generates a tarball with the vendored dependencies, which in turn also runs the audit check. the package is...
I am not sure all your dependencies have newer versions available. but at least checking the dependency tree and see if the vulnerabilities reported can be triggered via rosenpass would...
while I think this change is a good step in the right direction ... might i suggest a follow up PR which basically adds some exception handling so that it...
> This was a first and fast approach to solve the issue of not creating notifications. > > I put this PR in draft, and will think in a better...
``` diff --git a/build.rs b/build.rs index 5419a99b..f860c401 100644 --- a/build.rs +++ b/build.rs @@ -93,17 +93,20 @@ impl BuildConstants { } } -fn git_short_hash() -> std::io::Result { - let output_result =...
why doesn't the main readme mention that you need a CLA to contribute?
please do not rely on git command to get that information packagers usually do _NOT_ work from git working copies so that would just fail. but we can provide the...