Gert Hulselmans

Results 446 comments of Gert Hulselmans

Apparently rereading history from bash history does not preserve multiline commands: https://lists.gnu.org/archive/html/bug-bash/2011-02/msg00029.html. It is a pity as I use multiline command quite often.

"All" was a mistake. Some commands show up, but not all of them. ``` echo $PROMPT_COMMAND mcfly_prompt_command;_update_ps1; __vte_prompt_command ```

A MIME type for TreeSheets needs to be added: https://freedesktop.org/wiki/Specifications/AddingMIMETutor/

Maybe you can use a git post-receive hook: https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks

To workaround this `java.lang.ArrayIndexOutOfBoundsException` error for CSV files with to long lines, you can set the following in your config file (which is the default value): ``` batch_import.csv.quotes=true ``` When...

What would be nice, is if the search option also displays the context around a match. This would be useful for finding spe (e.g. full displayable string for the search...

I have a similar issue on Linux. Terminals look fine when my laptop is connected to no external screen. Those existing terminals get huge fonts after enabling my external screens...

@jscook2345 https://github.com/sylabs/singularity/pull/2463 does not resolve this.

@jscook2345 OK, so if this is indented behaviour, it would be nice to have another stage than `%setup` in which an completely empty root filesystem dir is available, so it...

@ikaneshiro Any progress on this? Also https://github.com/sylabs/singularity/issues/2538 seems to run into problems with bind mounted files.