Marc-Antoine Duhaime
Marc-Antoine Duhaime
Same bug for me with... config.gem "acts-as-taggable-on", :version => '>=1.1.5', :source => '...' config.gem "vestal_versions", :version => '>=1.0.2'
Aslo, the tagging fonctionnality should be an optional feature... or can be rename to keywording
I have made a simple test by unzipping vestal_version in my vendor/plugins directory and do a massive search and replace for every reference to tag, tagging, tagged, etc. Guess what,...
It look like a copy of bootstrap-timepicker.js. Must be removed...
@BryanHunt can you post your final code? I have a similar problem, my solution was to use require instead of import, inside the main process. Even in the main process,...
Yes John, it is the same issue. This is a clue. Find with the help of Google... Excerpt from man bash: > When bash is invoked as an interactive login...
Node.js is the next things on my learning list... Maybe one day I'll come back with a pull request!
Not working under Mac with 0.7...
I'm now with 0.0.9. Same thing. This is what I found : (posted in 2010) http://support.apple.com/kb/ta27005 (posted in 2014) https://developer.apple.com/library/mac/documentation/OpenSource/Conceptual/ShellScripting/BeforeYouBegin/BeforeYouBegin.html#//apple_ref/doc/uid/TP40004268-CH1-SW1 Sorry. Cannot help you tonight. Must help my wife!
http://unix.stackexchange.com/questions/43499/difference-between-echo-shell-and-which-bash On My Mac : "echo $SHELL" output /bin/bash "which bash" also output /bin/bash "type bash" also output /bin/bash "echo $0" output -bash