Emanuele Torre

Results 211 comments of Emanuele Torre
trafficstars

Hello, bud! Sharing some more **groundbreaking** discoveries! # Removing need for DEBUG traps completely `PS0` can be used to set the `prompt_timer` variable without printing stuff out using a `${var:prompt_timer...

I think this is a limitation of libcurl's urlapi

I was mainly referring to it normalising `scheme://host/path/?` as `scheme://host/path/` even though it can distinguish no query and empty query. But yeah, also note that it can only do that...

Maybe, instead of this, there could be a set-if-not-set syntax e.g. `?=` (since `:=` is already used); then you could use `-s 'port?=1234'` etc too

> A common Unix philosophy says: do one thing and do it well. The entire point of that is to not do overly task-specific things in your tools so that...

It is happening because `xclickroot` sets its handler for `SIGCHLD` to `SIG_IGN` without restoring it to the original handler before executing the program it calls. Since `SIGCHLD` is handled by...

By the way, until the issue is fixed, on GNU/Linux, you can work around the problem without patching using GNU `env`: ```sh xclickroot -m env --default-signal=CHLD xfiles ``` On other...

What do you mean? How can that be the case? The bug is that NewPipe uses the system language ("Italian") instead of the app language ("English") for "day"/"days" pretty much...

A screenshot to show that the problem does not occur 100% of the times (here the only system language is "Italian", and the selected app langauge in NewPipe is "English")...

@frop-qart > Its localization for italian isn't correct. This is what I have an issue with. You said that the problem is with the library's Italian localisation, but the Italian...