Zacharias Knudsen

Results 62 comments of Zacharias Knudsen

I've rebased on master. Looking forward to any feedback :-)

Thanks for the feedback! Sorry for the delay, I just came back from paternity leave. I'll start to look into your suggestions as soon as possible.

Hi again, I think I've managed to get rid of `malloc`ing the C structs, using wrapper classes and `std::vector` instead. I would love to move this PR forward! @nikitamikhaylov I'll...

I've rebased. Fuzzers are still failing, with error `Bad cast from type DB::ColumnConst to DB::ColumnArray`. I'll try to investigate, but any help is appreciated :-)

Yes fuzzers are still failing! I'm trying to figure out what the problem is. :-) I'm not super experienced with debugging fuzzer failures though, I'm sorry progress is slow. I'll...

That's fantastic @nikitamikhaylov! I had a hard time bringing this over the finish line, so I know a lot of people who will be very happy to hear this :-)

Hi @jmealo, thanks for investigating! Can you tell if this only [happens on an M chip](https://github.com/zachasme/h3-pg/issues/155)? Or is it a general Mac issue? I'll have to figure out what pgxn...

Thanks! Also I forgot about this PR: #140. I need to figure how these three issues are connected, and whether it depends on pg version and/or Mac chip. I don't...

Hi @jmealo @shaunakv1 Can you confirm if the latest release `4.1.4` resolves this?

That's great! I've never had to use uninstall either, so I didn't know it was missing. Might try to add that. Thanks for testing, @jmealo