Ivan Wills
Ivan Wills
if you try to open 2 or more files with line numbers the window wont be split. eg ``` vim -O file1.txt file2.txt:33 ``` this opens both files but no...
Rather than have your own config file (required to be copied to all repositories) I would suggest that you use the standard `git config` command to set and get (possibly...
It would be good if there was a way to get local-npm to re-sync with the up-stream registry if local-npm wasn't running when that module changed (ie didn't get the...
The awless command when outputting to a terminal seems to take the terminal width into account (to a certain extent) but as soon as it's put into a pipe it...
Added ability to set a default value for the has_xpath_value attribute helper. This is required by some features in XMLSchema documents.
PR to kill phamtomjs processes left at the end of a test run
When using ux-joyride with yield content the close wont work as it looks up contents (which isn't needed) there.