Evan Klitzke

Results 36 issues of Evan Klitzke

I saw you post this on IRC the other day, so I took a look. Cool project! This converts the project to be a standard Python module, with an installable...

This builds on #12 (i.e. that should be merged first). Right now when quitting, there is an annoying (but harmless) exception traceback printed: ``` $ bitcoind-ncurses2 Traceback (most recent call...

These aliases are obsolete as of Emacs 27.1, instead prefer the cl-lib functions.

I found the whole behavior about unsetting `DISPLAY` to disable GUI dialogs to be really confusing, since I can't think of any other Unix CLI programs that automatically pop up...

Without this change, fasd creates a bash hook that leaks the `cmd` variable. You can see this by entering `echo "$cmd"` into a bash shell that has sourced fasd.

I can't build monero using [mold](https://github.com/rui314/mold) 1.3.1 as my linker on Linux. I've isolated the issue to a problematic line in CMakeLists.txt. It's not totally clear to me whether this...

The tests fail against these two releases.

I occasionally run Pyflame through valgrind, and it always gets a completely clean report. However, I'd like to test this more rigorously. Things I'd like to see: - [ ]...