James Coleman
James Coleman
I cannot use an IRC client unless it runs 2 commands at start to initialize my bouncer. I have custom commands on my bouncer which loads the last 500 messages.
See issue http://code.google.com/p/iterm2/issues/detail?id=2574 I tested this to work well. More processes which do shell type input can be added. I am not sure if how I'm handling the array of...
Is there a chance that this will ever be designed for apache support incase someone wanted to do something which is what I'm doing which is to make it accessible...
When I do a division in perl with this sugar, it detects / as regex and misses up formatting.
It would be nice to have this block NFC reading for all tags but ones authorized when the lock screen is locked. This is for security as if you have...
The image embedding is weak as it's just a preview. I was hoping that max-width: 100%; would be set on it so I can see the whole image inline rather...
Apple's Rsync does not continue, it stays running without doing a thing. I had to kill the process in order for the automated tests to run. Side note: I've added...
In reviewing options to fix the issue where errors deleted all files in the destination, I thought that having a maximum delete option similar to what rysnc has would have...
The company I work for has encountered a problem where a sync failure just ends up deleting all destination files. I took it upon myself to examine the issue, and...
I found that adding "ENV.universal_binary if build.universal?" in the install function at the top makes your formula support the "--universal" argument. I have only tested this on rtlsdr. I am...