Moritz E. Beber
Moritz E. Beber
When you filter the environment variables, then hatch fails to install into environments on Windows, please see [my MRE](https://github.com/Midnighter/hatch-env-mre) and in particular the last Actions run. Please note that on...
When I install biom-format and numpy >= 2 in an environment, I get a lot of errors of the sort: ``` ValueError('numpy.dtype size changed, may indicate binary incompatibility. Expected 96...
In the [manual section on the confidence score](https://github.com/DerrickWood/kraken2/wiki/Manual#confidence-scoring), it is stated that > we have developed a simple scoring scheme that has yielded good results for us but neither in...
In [this comment](https://github.com/encode/httpx/issues/382#issuecomment-553519788) @florimondmanca suggests that the connection pool limits can be used to rate-limit the number of requests made. I can see, of course, how setting those limits will...
* [x] fix #140 * [x] description of feature/fix * [x] tests added/passed * [ ] add an entry to the [changelog](../CHANGELOG.md) @d-callan would you be up for testing if...
I just started trying out pyrate-limiter and there are a few things that are unexpected: 1. I can only set a rate but not a capacity for the bucket. Most...
### dlt version 1.16.0 ### Describe the problem I have defined a resource that yields instances of a pydantic model. That was working perfectly until I configured the model as...
The count column needs to be accepted as input and should be preferred as the basis for standardization. See https://github.com/nf-core/taxprofiler/issues/638
Similarly to #96, I would like to test a (sub-)workflow under an alias. That is because I run the sub-workflow in two different fashions in my pipeline and I have...