Thibs
Thibs
Hi @RabidFire , did you have some time to run some tests?
@abonander it seems that if I push more than 1 time per day-ish, it won't run tests automatically (too heavy I suppose), so it needs approval from maintainer (the link...
Well thanks that makes perfect sense. I just updated GA workflow to properly remove the previous container so the port is free to spawn the next container. Tests should run...
@rustbot label +L-suggestion-causes-error
Indeed I totally agree, good catch thanks! :wink:
@abonander done with rebasing 😉
The EC key variant was not handled, this has been fixed, thanks! Also, I changed the target branch to merge this PR into `0.7-dev`, it will be easier to review...
I'm not a cert expert, but your [client key](https://gist.github.com/EnigmaCurry/487afa7603a9ef24d40f415b6aaa3324#file-cc-client-key) seems to be in PKCS#1 format (the header is starting with `BEGIN RSA PRIVATE KEY`, not `BEGIN PRIVATE KEY`, in PKCS#8...
@EnigmaCurry , you may also want to try `runtime-tokio-rustls` feature instead of `runtime-tokio-native-tls`, as Rustls supports PKCS#1 format. It avoids the conversion if you didn't want to use `openssl` at...
Hi @ovasquez , thanks a lot for being this responsive! Unfortunately the new release didn't solve this issue. I dig further and found it is coming from this line: https://github.com/ovasquez/mkdocs-merge/blob/main/mkdocsmerge/merge.py#L68...