Gert Hulselmans
Gert Hulselmans
diffr highlights the whole lies instead of the last character of each line: ``` --- /dev/fd/63 2020-04-17 11:50:36.529229290 +0200 +++ /dev/fd/62 2020-04-17 11:50:36.529229290 +0200 @@ -1,27 +1,27 @@ -ATCACGG -CGATGTG...
Multiline commands are sometimes split in bash history. Pasting this in the terminal and then pasting the following: ``` some_function () { printf '1\t2\t3\n' \ | awk -F '\t' '...
Unable to find all recent commands. Some recently ran commands do not show up in `mcfly` at all. Also the list of suggested commands is quite short. In my case...
Support lz4_flex for IPC, similarly as was done for parquet, so IPC with at least lz4 compression can be used when compiling for WASM: https://github.com/jorgecarleitao/parquet2/pull/124/commits/e01c78f85434177b78cf1cf876eb9a2fa41bc9c3
## Version of Singularity: singularity version 3.0.1-204.g1bc2e03b ### Expected behavior Singularity wouldn't change files on the host which are available in the container. ### Actual behavior Files on the host...
It would be nice to have some additional header related options. In the files I work with, there is very often a header line which starts with a comment. ```...
Use mlock2() instead of mlock() on Linux: - mlock2() allows a third argument MLOCK_ONFAULT, which allow to lock the pages in a range before touching them, so mlock2() can be...
It would be nice if there would be an option to only touch pages of file that are not in cache yet. I am trying to use vmtouch for files...
#### Describe your feature request Tryout different ways to create Categoricals. Currently creating categoricals can be very slow. ```python import pyarrow as pa import polars as pl def read_fragments_from_file( fragments_bed_filename:...
Treat each line from stdin or from file list as one argument and use --colsep to split this in multiple arguments if requested. The current implementation is different from GNU...