1pakch

Results 8 comments of 1pakch

@cpockrandt, thanks a lot. I see that a constrained iterator wraps the usual one in a straightforward manner so that I can filter the hits myself. I have a couple...

Another thing I don’t quite get is how ‘representative’ and ‘repLength’ work on top-down iterator that AFAIK are not storing the traversal path. Are these stored explicitly as a string...

I am searching only in one direction because I need to consider possible ligation positions of a chimeric read. In that case it's natural to have prefix (suffix) iterators for...

I also observe that vim-clang-format does not pick up `~/.clang_format` which is picked up if I run `clang-format` tool by myself.

My 2c is that not sorting the keys would also interfere with content hashing use-case e.g. doing `std.md5(std.toString(obj))`.

I personally think not supporting pure nix kernel definitions is very limiting for those already familiar with nix ecosystem. While poetry might be very popular I personally use nix exactly...

I reiterate that the example above does not block when built against `master`. When built against `single_mutex` and `lock_free` branches the example above blocks, however.

Ok. The use case I am thinking about are virtualenvs and possibly user's site-packages. Would be good to know what are issues with putting executables in `$PREFIX/bin` from setuptools if...