Sven Steinbauer
Sven Steinbauer
If the `.gitconfig` file includes an `includeIf` directive, the config parser doesn't respect it. `~/.gitconfig` file contents: ``` [includeIf "gitdir:~/work/git/"] path = ~/.gitconfig.work [user] email = [email protected] name = Me...
If you have a changelog file or similar, it would be helpful to specify a `next` or other named field that will be replaced by the new bumped version. Possibly...
``` $ r2pm -i m68k $ r2 -a m68k -b 32 -qc "s 0x100; wx 6affffffff7e; pi 1" - invalid ``` expecting `bpl.w 0x80`
After version 1.224 the required GLIBC version has changed to 2.2.27, which isn't compatible with current CentOS7.5 What version of gcc are you using to compile the dsos in later...
When iterating over the particles on update I have moved the particle iteration to the top level. This reduces the number of particle list iterations to one. Needs to be...
Very useful tool. Just found the output a bit unreadable. This PR pads the values so they align a bit better under the headers making the output more readable
Given a starting cell count, starter size, starter gravity, and method of aeration/growth calculate the resulting cell count.
Allow users to select or launch URLs via cursor keys (hjkl) Would need to reimplement the output mechanism from stdout to something more managble - ncurses, urwid, or other
Like LinuxListener should be able to detect insertion/removal of device and lock/unlock screen. Ideally without any third party dependencies