-
I get:
```
Traceback (most recent call last):
File "/usr/local/bin/uwsgitop", line 149, in
screen.addstr(pos, 0, " %s\t%d" % (vassal['id'].ljust(vassal_spaces), vassal['pid']))
error: addstr()…
-
Review Takeaways:
- Be more specific with error handling, make sure to return correct error codes
- Get better response handling, go further than just "if (response.ok)", use more of if (response.st…
-
Built the latest (as of today's date) and it runs with all function except that the interface is all grey (except for the labels which appear to be black… this was with `-t blue`):
![image](https:/…
-
Just a quick note that I can't get backspace to work with the Curses interface, at least on Mac. It works fine on Windows.
In case this was some odd TERM settings, I tried this with zsh and bash, b…
-
Hi!
We use samtools tview to generate some output we then share via an internal API endpoint. Historically, we used samtools 1.9 + miniconda and everything worked as expected.
However, we had to…
-
Hi all,
Since the hardware I'll be using is headless, I'd love to have a text-only version. I guess the "getting data" part is text-only, but is there an analysis toll only using text?
-
There is nothing stopping me from creating new, shiny weapon attributes that do not currently exist.
I am thinking about things that I have seen in other games that would be interesting in this case,…
-
I have problems with the mi band 6, can you add support for the mi band 6 please?
Thanks.
-
The width of margin 2, the marker margin is based upon the width of margin 1, the line number margin. Which doesn't make much sense and results in it being wider than needed.
https://github.com/rgi…
-
It seems that in ledscape.service.in, it may be better to automatically restart the service if it dies, as well as set the niceness a bit lower (so it has higher priority), e.g.:
Restart=always
Nice=…