Joel Berendzen

Results 15 issues of Joel Berendzen

Hi, to help with us users keeping up with developments, please create a release as well as update your tags. pypi lists 4.5.2 as the latest package, but there is...

- [x ] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] I have searched the [documentation](https://python-poetry.org/docs/) and believe that my...

Feature
Triage

First, thanks for this project, which I find incredibly useful. This request is about avoiding duplication of work in the face of continuous integration by multiple developers. It's related to...

make fails due to includes not being found. My guess is that the test environment depends on make having been previously run. If I install the bonsai includes directly, then...

Recursive cloning results in a mess for distro packagers and can be a headache for both security and functionality. An example is bonsai pulling in sketch, which pulls in a...

Works under gcc-12.3.1_p20230623 First failure under gcc-13.1.1_p20230527 as below: x86_64-pc-linux-gnu-g++ -IlibBigWig -Ibonsai/include -Ibonsai -Ibonsai/hll -Ibonsai/hll/include -Ibonsai -I. -Isrc -Ifmt/include -O3 -march=native -fopenmp -pipe -DD2_CACHE_SIZE=4194304 -std=c++20 -Wall -Wextra -Wno-unused-function -Wno-char-subscripts -pedantic...

I see no license file. I note that the dependencies (bonsai, fat, libBigWig), which are included by reference, are all MIT-licensed.

BAli-Phy 3.6.1 gcc 12.2.1 glibc 2.36 Compilation error, bitset undefined. Fixed by this: `diff --git a/src/dp/hmm.cc b/src/dp/hmm.cc index 8be51b5..ea8a15e 100644 --- a/src/dp/hmm.cc +++ b/src/dp/hmm.cc @@ -24,6 +24,7 @@ /// #include...

### Things to check first - [X] I have searched the existing issues and didn't find my feature already requested there ### Feature description I request a pytest plugin feature...

enhancement

Deterministic scheduling is a very desirable characteristic for user code testing where external interactions can be mocked-up. In my view, this is one of the major advantages of trio over...