Mattias Wadman
Mattias Wadman
I wonder why strptime is missing for msys2 hmm. Also could there be a reason to use the netbsd strptime function (in utils.c) on all platforms?
Hey, yeap that might be useful, i don't really need it myself atm but i'm happy to assist if someone wants to give it a go.
Hello, i did some udates/cleanup some years ago, mostly mod update and start using std embed https://github.com/wader/devd/commits/master/ I don't do much web stuff at the moment but i usually end...
Could you post a minimal example that reproduces it? it should be possible, ex i use readline for [fq](https://github.com/wader/fq) and this works: ```sh $ fq -i null> {a:{b:123}} | ....
Yeap ends up being used here https://github.com/wader/fq/blob/f150085735e8c20b86fa68210ed4162a3b6177b3/pkg/cli/cli.go#L200-L212 What do you use now? something like `PrefixCompleter`? that one seems to append whitespaces in some cases. Is there some reason you can't...
Happy it helped 👍
Hey! do you image this would be done via a bunch of jq functions, maybe with argument for options etc? maybe some made up usage examples could be useful to...
I will answer more in length tomorrow, got stuck coding the prototype and it got late :) it's in this branch https://github.com/wader/fq/tree/unicode-form ```sh $ go run . -cn '[0x65, 0xcc,...
Hey, yes that is probably a good idea. @jqlang/maintainer anyone against moving it?
Hey, looks like the format partially uses ASN1 and fq has a ASN1 BER decoder so that might be useful. I would probably just get started somewhere and see how...