Arthur Gautier

Results 221 comments of Arthur Gautier

@KonstantinShemyak I never contributed to this project, I'm afraid I can't help you with that :( I was in need of x509 chain validation and merely passing by :)

I got a crash when running swaylock with asan: ``` Feb 05 17:37:53 vic swayidle-start[22715]: ==22715==ERROR: AddressSanitizer: heap-use-after-free on address 0x61300002ffe0 at pc 0x00000040cd29 bp 0x7ffcde6ad240 sp 0x7ffcde6ad238 Feb 05...

Thank you for fixing this! For reference ([rfc6265](https://tools.ietf.org/html/rfc6265#section-4.1.2.2)): > If a cookie has both the Max-Age and the Expires attribute, the Max- > Age attribute has precedence and controls the...

last commit is changing semantics of the maxAge parameters regarding the expires. This would confuse users of this lib when upgrading and might break code, I would suggest dividing by...

`CREATE TABLE` and `DROP TABLE` are only available as `QueryEvent`. Sadly there is no schema/table those events and we can filter them only by parsing sql. This is not something...

Yes, well you're right. I mixed up `only_schema` and `only_tables` here

Looks good to me, just need to make sure this is not a patch-level release. And it's shown in the changelog.

The problem is float precision. Feel free to provide a PR for that.

I'm not sure to get your question, but the error in the your first message comes directly from your mysql server and basically says your server doesn't have the specified...