Mattias Wadman

Results 839 comments of Mattias Wadman

Hey, i made some changes to help and help tests https://github.com/wader/fq/pull/430 for you i think it's just to run `make doc` again and possible add a help test, see some...

Nice to see some progress. Does it make sense to review more or should i wait a bit?

I noticed that github seems to not recognize your email, maybe want to configure git?

Would it be possible to include how the binary files in testdata were generated? that would make it easier to update and add things in the future. For the sqlite...

Was fiddling around a bit with the infomask thing. Maybe it could be decoded something like this to make most of the bool have a bit range? ```go func decodeInfomask(heap...

I noticed that all flavours uses postgres14/common14 at the moment, should it be moved to just common? or is there some reason it should be in 14?

> I think it's possible to use docker. But i used another tools: packer, terraform, ansible, custom utils. > All database files were generated by pgbench. Okok if not too...

Hey, sorry i haven't review much. Is there something you'r waiting for me to help with? The `decodeInfomask` thing would be nice if is was possible to decode so that...

@mizhka Great, review help is very welcomed 👍 and I really appreciate all the work @pnsafonov has put into this. It's a quite big decoder and the format itself has...

Hello, at the moment fq has not been optimized to use less memory, focus has been to make it work at all :) The main reason it uses lots of...