Malte Rohde

Results 57 comments of Malte Rohde

Haven't seen it once on my local machine so far :shrug: It's probably a timing issue, as the `Inspector.targetCrashed` message is a notification, possibly arriving after the `printToPDF` error response.

Test disabled for now, remove the `@tag :skip` to see it fail on CI again

@igormq Thanks for the kind words and sorry for the delay. `SELECT` statements kind of fall in the same category as `TRUNCATE` ones: So far we've avoided them because they're...

Just some ideas/thoughts: * Probably store the queries in a new table `statements`, so the name also makes sense for `TRUNCATE` * I'd prefer to extend the existing trigger function...

Hey @igormq - just curious, how did you proceed with your read auditing requirement?

Hi @metabren, may I ask what gs spits out for you? It's completely silent for us. `stderr_to_stdout` would work, sure. But maybe hidden behind a `:discard_stderr` option akin to the...

@metabren the warnings make total sense considering the 1.4 compatibility level, right? :) I remember that we used to need this 1.4 compatibility level as otherwise it wouldn't generate valid...

@metabren :information_source: released v1.16.0 with removed `-dCompatibilityLevel=1.4` switch I'm going to close this for now, hope that's ok. Feel free to open a PR for a `discard_stderr: false` equivalent for...

Going to close this for now. @CharlesOkwuagwu please re-open if you have further questions.