Darin Hensley
Darin Hensley
This really needs to be implemented. Especially in todays world of web components where if `` then `property` should be true just by being a html attribute. Eh.... this was...
Angular team, please ask the Polymer team how to get this done. Apis for custom CSS properties on a component are a few years overdue here.
I am getting this same issue. Does there need to need to be a `identify` protocol that is missing? ``` one@public-node ~/github/jayp-bot $ node try.js 18 Apr 19:31:21 - SEND:...
@yanickrochon I think this is the same issue https://github.com/martynsmith/node-irc/issues/342 . > Pull #318 addresses this issue. I don't think that the fix has been pushed to npm though so you'll...
blah...didnt work for me
Yep....I tried placing ``` javascript case 'rpl_luserunknown': self.send('IDENTIFY', self.opt.password); break; ``` in both case selects, but I still get ``` /home/one/jayp-bot/node_modules/irc/lib/irc.js:754 throw err; ^ TypeError: undefined is not a function...
This is strange...all I have running is: ``` javascript irc = require('irc'); var client = new irc.Client('irc.freenode.net', 'jayP', { userName: 'jayP', password: 'pass', showErrors: true, debug: true, channels: '["#grandmasboy"]' });...
@yanickrochon I might also suggest https://www.npmjs.com/package/tennu for a node bot. `havvy` is the author and is always on `##javascript` for help.
No luck: ``` (chrono)chrono@escchrono:~/chrono/chrono$ pip install git+https://github.com/nkunihiko/django-bootstrap3-datetimepicker.git --upgrade Collecting git+https://github.com/nkunihiko/django-bootstrap3-datetimepicker.git Cloning https://github.com/nkunihiko/django-bootstrap3-datetimepicker.git to /tmp/pip-_YxzBm-build Installing collected packages: django-bootstrap3-datetimepicker Found existing installation: django-bootstrap3-datetimepicker 2.3 Uninstalling django-bootstrap3-datetimepicker-2.3: Successfully uninstalled django-bootstrap3-datetimepicker-2.3 Running setup.py...
I am hitting this also(latest 1.10.*) Changing the key to `path` fixes the error, but it causes the history state to not be there when I hit the back button....