Arthur Darcet
Arthur Darcet
Thanks for you detailed response! Here are some answers to your points I am definitely not enthusiastic about supporting old versions of Python either, and I was not suggesting supporting...
f-strings are available in pypy3 since 5.8, so this won't be an issue. I'm not exactly sure how we can specify in the setup file that the project requires python...
+1 to what @nathanclayton proposed - this is what lxml is doing in Python. as a work around, you can use `namespace-uri() = '…' and local-name() = '…'`
@suntong of course: `"//*[namespace-uri()='http://xmlns.xyz.com/process/2003' and local-name()='ProcessDefinition']/*[namespace-uri()='http://xmlns.xyz.com/process/2003' and local-name()='activity']/*[namespace-uri()='http://xmlns.xyz.com/process/2003' and local-name()='type']"`
same, seeing this in a new cluster running on kubernetes with the default values from the "click to deploy". All three nodes of our cluster are showing this error, and...
I would love to see this, and while I don't have any experience coding in frigate (I just started playing with it), I would love to help if someone can...
I agree that this must be an Apache configuration issue, but I think i'm really not far from the stock ubuntu configuration (after at least two dist-upgrade, so I can't...
I added a test to handle requests with no `SERVER_PROTOCOL` key in the `$_SERVER` array.
I'm pretty sure a `BANANA/9000` request would not be routed through apache to php, but i agree a sanity check can't hurt
Actually it does, the php builtin server would close the connection and log `[Thu Sep 4 18:09:11 2014] ::1:58846 Invalid request (Malformed HTTP request)`