Mattias Wadman

Results 831 comments of Mattias Wadman

@tlehman Hi, i think what is missing is an import in `format/all/all.go` that is what causes init to be called so that the format gets registered. The documentation is lacking...

👍 My usual workflow is to run/iterate with `go run fq.go -d dv some/file` etc (`-d ` to get a result even on failure and `dv` to get stack trace...

That is a good idea, i should come up with some format that can show most decode api concepts 🤔 maybe should be directly linked to from the readme for...

Hi, here is actually a start of FLV decoder but I don't remember how far I got. Maybe could be a start if you want to work on it. You...

Some part of the RTMP decoder #214 could probably interesting for FLV decoder, amf0, sample format etc. Maybe could split out and share some things?

Hi, it depends a bit what the usage is. The main usage of fq it to provide detailed access to a binary format so formats that have "user facing" (rows...

Ok! then a fq decoder could be a good fit i think. Is it something you would be interested to work on? I wonder how hard it would be to...

Hey, got a bit curious how btree traversing in jq could work so had to just try. Very much work in progress and does not support page overflow yet so...

Made some progress but still needs work. This works now, i call it "fqlite": ``` $ go run fq.go --arg name "R.E.M." 'torepr as $db | first($db.artists[] | select(.[1]==$name)) as...

Sounds good! maybe start with just github packages registry for now? About building i'm not sure, i would be nice to do via goreleaser but don't understand if it support...