konsti

Results 178 issues of konsti

Currently, the RSS feed only shows metadata with links in fulltext. This makes it impossible to read the actual text inside the RSS reader.

I'm interested in using DeepBLAST for finding homologous pairs, so I need to rank alignments for a given query. Based on #78, I built a script and a simple set...

I'm not sure if that is the right thing for posy, i've built this for installing packages into a venv: When creating a launcher for let's say black, we put...

Debugging https://github.com/PyO3/maturin/discussions/2079 i realized that we currently require `RUST_LOG` for users to debug issues like missing inclusions. I added a global counting `-v` flag to allow users to get more...

enhancement

When trying the installer script for uv on windows 11 in powershell, i get an error: ``` PS > powershell -c "irm https://astral.sh/uv/install.ps1 | iex" Error: PowerShell requires an execution...

My `.bashrc` contains the following: ```bash export PATH="$HOME/.local/bin:$HOME/.cargo/bin/:$PATH" ``` After running `curl -LsSf https://astral.sh/uv/install.sh | sh`, it contains: ```bash export PATH="$HOME/.local/bin:$HOME/.cargo/bin/:$PATH" . "$HOME/.cargo/env" ``` Could the cargo-dist installer check if...

youtube-dl has the option to download the audio part only by adding `-f bestaudio`. It would be great to have that option available in the GUI.

Workflow file: https://github.com/konstin/virtualenv-rs/blob/b68641227aef9e3dbccad15f3d8407c1aceaa109/.github/workflows/web.yml Run: https://github.com/konstin/gourgeist/actions/runs/6355674453/job/17264084654 Error message: ``` Run /home/runner/work/_actions/untitaker/hyperlink/0.1.29/scripts/hyperlink-bin /tmp/public/ --sources docs/ --github-actions [...] Reading files Checking 34 links from 11 files (4 documents) Found some broken links, reading...

bug - CLI

I often make changes to the documentation that are only available with the next release. It would be nice if there was an option to only update the live website...

feature - build

Currently (oranda 0.5.0-prerelease.1), images in the readme need to be in a folder called `static`. It would be great if oranda could instead parse the readme an copy all markdown...