dave-csc

Results 21 comments of dave-csc

Found a possible fix, by tweaking the file **hop-gui.sh**. At line 79 replace this: ``` if [ "${XDG_SESSION_TYPE}" == "wayland" ]; then ``` with this: ``` if [ "${XDG_SESSION_TYPE}" =...

A possible workaround is: 1. in **Data grid** split the command in chunks, using a field for each chunk. In the example above they could be: - `command` = `ls`...

Hi @mattcasters, the problem is indeed that you are required to enable the option _Arguments in fields_ to process the arguments correctly (see workaround above). Without that option, I'd expect...

Queuing here... I experienced a similar issue with the **Simple mapping** transform, when trying to redefine a variable for the mapped (sub-)pipeline using a variable with the same name in...

Update: the same behaviour occurs even without the use of Metadata Injection (i.e. the simplest pipeline Table Input -> Text File Output). Update # 2: I managed to have a...

> I suspect that you have specified a length on the text fields in the text file output, putting the length to 0 will limit the size to the exact...

I post a couple of tests to reproduce: TEST 1 (post above) 1. Choose a project that has a parent project, and "default" as its ancestor (i.e. direct or indirect...

BEWARE OF THE FILE ABOVE, it's a malware! (already reported to GitHub)

Update: the same issue happens after upgrading the OS to Ubuntu 24.04.1 (with the same configuration for the other tools).

Patching the `hop-gui.sh` file indeed solves the issue, thanks @ep9io ✌️