Gert Hulselmans

Results 95 issues of Gert Hulselmans

When using archimetric operators in print, strings are ignored (or converted to 0). ```awk ❯ frawk 'BEGIN { print "test" 6}' test6 # Should print "test11" ❯ frawk 'BEGIN {...

Mininal awk code with omitted {} or ; does not work: ``` ❯ frawk 'BEGIN { if (1 == 1) print "yes" }' Unrecognized token `}` found at line 1,...

Add goawk to the benchmark: https://github.com/benhoyt/goawk - I/O-bound AWK scripts (which is most of them) are significantly faster than awk, and on a par with gawk and mawk. - CPU-bound...

Run some of the mawk test in the mawk tarball in the test directory to detect some bugs or missing features: https://invisible-island.net/mawk/ `-F '\0'` is not supported (due to regex...

TruePNG is a very good PNG optimizer, unfortunately it only runs on Windows (and under wine). Some of the strategies is uses are described: > TruePNG is actually one of...

T-Feature
I-Medium
T-Meta
T-Compression

- [X] I hereby agree to dual licence this and any previous contributions under both the _Biopython License Agreement_ **AND** the _BSD 3-Clause License_. - [X] I have read the...

It would be nice to be able to nxcloud (even with reduced functionality) without the need for libdbus. On minimal server systems libdbus is not installed by default. As I...

Allow PathLike object at places where filenames are expected. It allows easy building of paths, changing part of filenames, ... https://docs.python.org/3/library/pathlib.html

enhancement

pyarrow supports groupby operations now (non-released version): https://github.com/apache/arrow/commit/999d97add8e540021b7f42ffec91a6b26ddf2691 So a pyarrow benchmark could be implemented now. Renaming Arrow do dplyr-arrow would also make sense as I assumed Arrow meant pyarrow:...

It would be great if the `Alt contigs` approach could be extended so SNAP could use two haplotype FASTA files with all chromosomes/contigs and assign better mapping qualities to reads...