Smitty
Smitty
Supporting `ENUM` types would cause problems when an enum is the return value. For `state_agg()` /`duration_in()`/`interpolated_duration_in()` we would just need to alter them to take an `ANYELEMENT` (or we could...
I'd be happy to help test/review any PRs here.
@rlefevre There's been many improvements to the library since it was hardcoded in a few years ago.
I am also getting this error, here is what I see: 
@julianxhokaxhiu: I don't think @fasterthanlime works at Itch anymore.
I've run the tests with various pgrx versions, and weirdly I can replicate the serialization test failure on both pgrx 0.10.0 and 0.11.4. I'm going to try testing with more...
Bizarrely, I can replicate the test failure locally even when running on the main branch, but not on the Actions CI on main. I'm not sure why there would be...
Yes. I want to get full details of every transaction in the mempool, so I can do things with those transactions. For example, I might want to check if a...
> > Or, I might want to produce blocks as a witness, without running a node. > > This kind of defeats the purpose of the blockchain. What if all...
@corkyk A witness without a node would be a witness that pulls transactions from a RPC node, ensures the transactions are valid, puts them into a block, signs the block,...