Results 16 issues of Gullumluvl

I am not sure you will consider this feature request as useful, but in the ipython kernel you can display an image using: ```python from IPython.display import Image Image(filename="myimg.png") ```...

Hi, this is a similar question to #10126 and #9104, however I don't know how to solve it myself. ## Steps Start `ipython`. Execute `%matplotlib qt` or simply `%matplotlib`. ##...

Hi, I am using Biopython 1.79. Sorry, I admit this is a detail, but I reference it in case comment parsing is updated in the future. I could participate in...

I configured my tmux to use resurrect save on each detach, but with the option `resurrect-save-shell-history` ON, this creates a lot of useless "history" lines in my panes. So I...

help wanted
opinion wanted

The shell command used to detect the path to the tmux executable is available in Bash but not Tcsh: `command -v`. So I proposed to use `whereis` instead, which should...

Hi, there is a minor problem when trying to install electricsheep locally (`./configure --prefix=$HOME/.local`). The `make install` step partially fails, because it still tries to copy files into `/usr/share`. Here...

Hi, I am trying to compile electricsheep in Xubuntu 14.04.5. I succeeded the `./configure` step, but then `make` failed (complaining about not finding GLee.h). I am supposing this check is...

Hi, not an issue, just a possible contribution. This tutorial is just awesome, and I wanted to have it on my e-reader. Since you mention this in README: > Generating...

Hi all, I compiled phyx (commit b359a6d, 2022/08/19) on Ubuntu 20.04. The tests from `make check` all pass. I am trying to compute the Chi square test of compositional homogeneity...