Jony Hudson

Results 91 comments of Jony Hudson

Oh, yes, that's not very good! I'm not really sure what the solution is, as I think the underlying problem is that JSON has no way of representing NaN or...

Huh, I guess I'd never tried to do that, because I agree, it does feel wrong! Should be an easy fix ...

Hi. Thanks for this, and sorry for the slow reply. It looks like a good idea, and I will merge this in once I have time to make the next...

This is a bit of a drive-by, as I know almost nothing about rust, cargo, or pgx! But maybe it'll be helpful anyway ... I came across this error trying...

Ahh, interesting. Thanks for taking the time to write the explanation :-) If I remove the additional `clang_arg` and try adding either `.blocklist_file("libintl.h")` or `.blocklist_file("c.h")` I find that neither of...

I see the same thing if I try in a debian container. This reproduces for me: ``` podman run -it --rm debian # In container: apt-get update apt-get install -y...

Hey, just a very quick comment to say that the above all sounds reasonable, and I'll update the PR when I have a chance - been a bit busy lately....

This is going to be be difficult to make work with multi-core operation.

Need to figure out a way to do this, at least in test fixtures, as it's painful having to track down bugs by hand. A fallback option would be to...

Just dropping a link to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267550 in case it's of use to anyone.