apparentorder
apparentorder
Currently, any HEAD request on a post's (slug) URL will return HTTP/404 Not found. This seems to be related to the request routing code, e.g. ``` $router->map('GET','/[:slug]/', function($slug) { ```...
Hi, I'm posting this more as a "knowledge base entry" than anything else, because I managed to get everything working again. I hope it helps someone who gets stuck in...
Cheers, Terragrunt's handling of remote_state_s3 permission problems could be improved. Especially for first-time users with pre-existing terraform state: We use a separate IAM Role for accessing terraform state files; this...
* add missing Logger.Debugf() in checkIfVersioningEnabled() * in check*(), don't return nil when the AWS API call returned an error
When curl-rust is using the bundled libcurl, it will silently limit the expiry time (unix timestamp) of received cookies to i32::MAX (2147483647), for example: ``` < Set-Cookie: LSID=DQAAAKEaem_vYg; Expires=Thu, 13...
When the TCP connection to the IRC server goes away silently (because of network issues, drowned servers, surprise packet filters and so on), JustIRC does not notice this, as it...
- connect() now accepts the keepalive and force_ipv4 options - use our own version of socket.create_connection to enable this closes #5.