Jürgen Hermann

Results 114 issues of Jürgen Hermann

Say you have ‘a few’ stars (like, say 9k+), then the generated README violates some limits GitHub sets on handling / rendering large documents. See [jhermann/observatory](https://github.com/jhermann/observatory) for my *manual* solution....

Best feature is that function signatures are "magically" converted into a full CLI.

Write a piece showing that people's reservations regarding security updates are a) not that valid in the age of CI/CD and b) the extra work of fragmented single-packages releases is...

Idea

Replace former homepage http://jhermann.github.io/old-index.html

WIP

Make a post from my related slide deck.

Idea

Linuxbrew: https://docs.brew.sh/Homebrew-on-Linux List available Python variants brew search python | xargs -l1 echo | grep @ Install a specific Python version version=3.8 brew install python@$version ln -nfs /home/linuxbrew/.linuxbrew/opt/python@$version/bin/py*$version ~/.local/bin/ python$version...

Idea

Specs like `foo~=1.2.3` should be supported, with the newest compatible version as a replacement. In this case that means any `1.2.*` that is newer then `1.2.3` found would be offered...

"missing from VCS" lists files I already excluded via .gitignore; needing to list them a 2nd time in the tool config is waste and more brittle that it'd need to...

enhancement
help-needed

You _do_ know about… ``` git log --all --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue) %Creset' --abbrev-commit ``` :question: Which [can be aliased](https://github.com/jhermann/ruby-slippers/blob/master/home/.gitconfig#L20) to make it reasonbly usable. So the...