Michael Heuberger
Michael Heuberger
yes, this worked
no, this is still not good enough. it should accept relative paths: ``` "settings": { "CoffeeScript": { "binDir": "./node_modules/.bin" } } ``` because the .sublime-project file is shared among developers...
thanks @hallettj but why is it undocumented?
Those code lines are throwing an error on my Ubuntu machine: ``` svn: E205001: Try 'svn help delete' for more information svn: E205001: Not enough arguments provided ```
The solution is to add `-r` before each xargs command like: ```bash find . -type f -name "*.jpg" \ | awk '{print $0 "@"}' \ | xargs -r svn propset...
PS: I encounter similar issues when I try to turn a whole sentence in past tense into present with the PresentVerbInflector.
Thanks @kkoch986 Hmmm.... what are wordnet and POS? Is there a function which tells me if the word is a noun or a verb?
Thanks @kkoch986 - I will give this a try but first, let me ask you a couple of questions: - It would be cool if the above `lookup` method also...
@kkoch986 Thanks Ken! Go ahead, there is no rush. Whenever you have enhanced the code, I will continue with my mad experiment.