polikin

Results 12 issues of polikin

I have a little problem with the original method for my own usage, so I decided to fixed it a little bit. Original code was made with import. I modified...

When I try to run the task, this is the error I have: ``` (node:3748) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): undefined:20:103465: property missing ':' (node:3748) [DEP0018] DeprecationWarning: Unhandled...

I don't know why I have this error. TypeError: a.attrFn is undefined ...sPropagationStopped()){b.stopPropagation()}if(d.isImmediatePropagationStopped())... ``` ```

Chrome 27 lost support for sass. sass_options = {:debug_info => true} in Config.rb doesn't work anymore.

Make native selects work on all mobile device. (Android, iOS, Windows Phone). uAgent: `isiDevice = /ipad|iphone|ipod/i.test(navigator.userAgent.toLowerCase()),` `isAndroid = /android/i.test(navigator.userAgent.toLowerCase()),` `isWindowsPhone = /IEMobile/i.test(navigator.userAgent.toLowerCase());`

it is possible to animate multiple attribute? like this: `@include transition(transform 0.8s ease, width 1s ease);` `@include transition-delay(0s, 0.7s);`

I tried to export my SVG, but the SVG option is disable. But, when I double-clicked on the layer(Smart Object Thumbnail) in photoshop , the image is opening in Illustrator....

enhancement
onGitlab

For unknow reason, dropify-preview doesn't work. http://recordit.co/zvwSwolQzd my code (Browserify): `let Dropify = require('dropify');` ``` new Dropify($('.dropify'), { messages : { 'default': 'test' } }); ``` ``

bug

I'm using Browserify. I tried this: ``` let okayNav = require('../vendors/jquery.okayNav-min'); var navigation = $('#nav-main').okayNav(); ``` but it's doesn't work. ``` jquery.okayNav-min.js:6 Uncaught ReferenceError: _options is not defined ```

I have this error and I don't know why.. TypeError: video.stats is undefined window.onload = function(){ ``` window.controller = new YTV('frame', { user: 'LesJeuxduQuebec', accent: '#008D54', browsePlaylists: true, controls: false,...