ynqa
ynqa
@rockwotj Regarding the replacement with jaq, I have created https://github.com/ynqa/jnv/issues/24, so please provide your opinions/reactions there 🙏
> did the switch to jaq change the performance on this case? @extrawurst Switching to jaq didn’t provide significant performance benefits. On the other hand, I’ve noticed that the current...
Thanks! But it seems to be a duplicate of #9, so I will close it 🙏
@corneliusroemer > Could you edit the title of the original to be clearer? Sure. But let me confirm what both issues want to say. These are adding the functionality that...
@corneliusroemer In #28, I've made it possible to handle multiple JSONs. Please check whether the problem addressed in this issue has been resolved.
@corneliusroemer Released v0.2.0 which addressed this issue. Please check it out 🎉
Easy repro: ```bash $ echo '{ "@ynqa": "need double quotation for query" }' | jnv ❯❯ .@ynqa Failed to execute jq query '.@ynqa' . ❯ .@ynqa { "@ynqa": "need double...
@Faroukhamadi Thank you for the report. It seems that if there is an `@` present, it needs to be escaped with double quotes. This is something that hadn't been addressed,...
@Faroukhamadi I just released v0.1.3, please check 🎉
> enable scrolling @memdealer Let me clarify, do you mean scrolling using a mouse?