Mattias Wadman

Results 823 comments of Mattias Wadman

Hi, can you give some more details about your setup? on error message it sounds a bit like your using postfix to deliver mail to user inboxes etc? if so...

> Hi! > > Love the project! It is the only "local first" dependency management tool that I have found. Funny how "shift-left" stopped at CI otherwise in this particular...

Haven't used it myself directly but i've review code that uses https://github.com/PyO3/pyo3 and it seems very nice for creating bindings

Hey, there is a bit more active fork at https://github.com/ergochat/readline which seems to have the same issue https://github.com/ergochat/readline/blob/master/history.go#L112 ping @slingamn Can also confirm that for https://github.com/wader/fq that uses the egochat...

Hi, what says "not found"? `go build`, modd doing `./lenslocked` or something else? all those work in windows shell?

Seems like v2 still works if you use developer mode and "load unpacked" extension

It would be fun if jaq could run jqjq 😄 some months ago i hacked around the lack of -L support (but it seem to have it now?) but then...

> `-L` will be supported in jaq 2.0. Ah yes i probably tested with current main branch > And yes, I would love to see jaq being able to run...

🥳 nice, i gave it a try. with this jqjq changes i can get it to lex but parsing seems to bail out in the precedence climbing code, digging into...

@pkoppstein true! haven't dugg any deeper what going on, here is a repro of the difference. seem to only happen when there is a `\n\n` ```sh $ jq 'match("^\\s+"; "m")'