dekeonus
dekeonus
what is the purpose of `easyrsa3/x509-types/COMMON-SECTIONS` ? **easyrsa** currently has no means to handle raw extensions. If raw extension support was added it would need to be specifically added to...
It might be a nice-to-have if `publish_ca()` had some means to prep for a ca-bundle: i.e. that successive `easyrsa publish-ca` from the rootCA through subCAs would enable one to have...
to easily get cert without text, one could extend `publish_file()` to have an optional (either arg 3 or 4) _notext_ option. (and a corresponding case / if-else [ "file_ext" =...
@hyacin75 > > Can anyone shed any light on what happened here? > The original implementation did not _renew_ rather it created an entirely new private + public keypair &...
when performing the downgrade to `gtk4-1:4.16.12` *chatty*, *Calls*, *gnome-contacts*, *gnome-control-center* all fail to launch due to missing symbols. Trying to wind back the gtk4 & friends updates to get everything...
I have a suspicion this is because of > Note that processes running under User Access Control tokens create files as the BUILTIN\Administrators SID (S-1-5-32-544), rather as a user account....
in contrast to @Fijxu I'm not seeing any of the static content load in the browser (neither Firefox-143.0 nor Google-Chrome-140.0.7339.207 on linux). Even the favicon fails to load. This seems...
After further examination, the issue I'm having is that the redirect to the static assets is not correct. I restarted (after reconfiguring) invidious to serve directly (rather than by reverse...
Sorry for the noise, my issue was insufficient sed in the gentoo build script. However, that said, it does raise the issue of less than ideal operation. In gentoo's case...
NOTE: I haven't tested these suggested changes beyond building. looking at the build dependencies (platformio/dependencies.py imported in setup.py) RDEPEND has outdated deps: - `dev-python/aiofiles` is no longer needed (was used...