Tuukka Norri
Tuukka Norri
Hi @smehringer, I also have a use case in which BAM indexing would help. (In the end, I would like to be able to do pileup like in [pysam](https://pysam.readthedocs.io/en/latest/api.html).) If...
I was working on the master branch. I'll try again as soon as possible.
This still happens to me even if I make a pristine clone of the repository and build the library and the tests on another workstation. Here's a [complete build log](https://github.com/simongog/sdsl-lite/files/186231/sdsl-build-log.txt)...
I did notice that just removing `-DNDEBUG` from CMakeLists.txt didn't reveal the failure as cmake adds the flag itself when setting the build type to Release.
I can confirm that Clang 16.0.6 reports the same warning with `-Wmissing-braces`.
Hello, have you considered merging the PR?
I just noticed your question, sorry about the rather long delay. A more down-to-earth use case would be traversing a page hierarchy from a non-root towards the root, i.e. by...
Something like this: {% set breadcrumbs = page|unfold(=> (_ is null or _.root) ? null : [_, _.parent])|reverse %}
> Why do you need the `_.root` check? Isn’t your root’s parent null? Apparently in Grav (at least version 1.4.5) the root isn’t actually a page but a directory. The...
Checking out the tip of the master branch of [vcflib/vcflib](https://github.com/vcflib/vcflib) causes the build process to fail since in the version in question, `vcflib::Variant` lacks some data members and member functions...