Milot Mirdita

Results 9 issues of Milot Mirdita

We need to remove all these `char line[LINELEN]` stack allocations.

bug
help wanted

I saw that apple has a fork of sse2neon here: https://github.com/Developer-Ecosystem-Engineering/sse2neon/commit/0478ed66e6142b33af881d94c420574ea51b6762 They might have some useful arm64 implementations that could be ported to SIMDe.

I have the following minimal case that fails to compile on Ubuntu 16.04 (g++ 5.4 / libstdc++ 3.4.21). After submitting the issue I reproduced it also on other configurations. ```...

### Which Cloudflare product does this pertain to? R2 ### Existing documentation URL(s) https://developers.cloudflare.com/r2/examples/demo-worker/ ### Section that requires update Using R2 in a Worker ### What needs to change? Demo...

documentation
content:edit

With the use of ImageOps.fit the aspect ratio of the picture isn't distorted. This cuts off (in a pretty dumb way) that is outside of the center. A better approach...

Right now we extract potential PAMs based on regular expressions. We don't have any measure to quantify how confident we are in the PAM prediction. Additionally a high confidence PAM...

I've heard from a user of my software that they are using it through bioconda on a Mac M1. It would be great if they could use native bioconda packages...

During evaluation of the tool i found that the DP matrix for the RMQ was not filled properly, resulting in a lot of nodes with LCA root. For example maus...

I recently integrated a protein language model into our homology search method [foldseek](https://github.com/steineggerlab/foldseek). Foldseek is written in C++ and we use [candle](https://github.com/huggingface/candle/) to run the pLM. Everything is linked into...