Youfu Zhang
Youfu Zhang
https://github.com/bottlepy/bottle/blob/357a0cb39cb8337f8467f5396e4b7caaa7e4f25c/bottle.py#L4247-L4273 I think it should be `return template(tpl_name, **defaults)` instead of `return template(tpl_name, defaults)` for the `result is None` branch.
I noticed that the artifacts of latest glibc-2.30 release is significant larger than previous releases. Some .so libraries should be symbolic linked instead of copies. ``` $ tar -tvf glibc-2.30-r0.apk...
``` / # cat /etc/alpine-release 3.16.0_alpha20220328 / # ls -l /etc/shadow -rw-r----- 1 root 148 422 Mar 28 19:19 /etc/shadow / # rm /etc/shadow / # apk --no-cache fix alpine-baselayout-data...
remove AKI issuer from every X.509 types remove AKI completely for self-signed root CA fix #417 This change was commited 8 months ago in my local repo. Tested in Web...
I would like to use easy-rsa to manage some general purpose PKI. This change makes it conform to common practice. supersedes #187
**Is this a bug report, feature (enhancement) request or question? (leave only one on its own line)** /kind enhancement **Description:** I think it worth mention in README, that Docker Hub...
**Describe the bug** My enterprise developer account is recognized as "Free Developer Account", and AltStore shows only 10 App IDs available w/ 7 days expiration.
Maintainer: @feckert Environment: whatever Description: If GNU netcat is installed, `-w` option is detected and the script treat it as busybox nc compiled with extensions. However the `-w 1` parameter...
```go // KeepAlivePeriod sets the period between TCP keep alives. // If zero, a default is used. To disable, use a negative number. // The keep-alive is used for both...