Emanuele Torre

Results 211 comments of Emanuele Torre

And if I select Italian as app language, NewPipe will show "1 giorno fa"/"4 giorni fa", so the correct Italian translations for "1 day ago"/4 days ago", not "1 giorno...

What is the point of closing the issue if the bug wasn't fixed?

A similar problem occurs when you use the share button to copy the list of URLs in a local playlist after deleting some videos from the playlist either manually or...

We could also add a special rule to allow `foo?//bar` since `?`+`//` and `?//` are never both accepted in the same context.

I have just noticed that this patch also makes `reduce ... as $x (...; ...)[]` work. Before, you had to write it as `reduce ... as $x (...; ...) |...

(Repost from discord: I didn't notice there was an issue for this) ```console $ jq -cn 'range([];["a","a","a","a"];["a"])' [] ["a"] ["a","a"] ["a","a","a"] ``` `range($A; $B; $C)` is literally equivalent to `($A...

We need to touch up the JSON parser before doing a release anyway because of all the decNum related now-disclosed vulernabilities in the parser, so maybe we should hold off...

But if you think it's useful to have regardless to set a limit, I guess that is fine. --- Isn't the (GNU) `find` option that does something like this also...

I am not personally particularly interested in this feature as it is implemented, so I can't comment much on it.