Dmitry Iv.

Results 308 issues of Dmitry Iv.

Hi. It is really great tool, but it too fast becomes outdated due to lack of modern polyfills. I know, there is an option to set up autopolyfiller to attach...

I invoke `node build.js`, where I have: ``` js var stitch = require('stitch'); var fs = require('fs'); var package = stitch.createPackage({ paths: [__dirname + '/src'] }); package.compile(function (err, source){ fs.writeFile('dist/result.js',...

The most reliable technique for that purpose that I found is [regular-elements](https://ghub.io/regular-elements) package.

Usually event delegator libs (like https://ghub.io/delegate-it) provide target element, capturing the events. That can be useful in #16, #20, #23 etc. The use-case include as well custom elements shadow dom...

If initial value for `useLocalStorage` is a function, like in [lazy `useState`](https://reactjs.org/docs/hooks-reference.html#lazy-initial-state), it doesn't work: ```js let [value, setValue] = useLocalStorage(key, () => initialValue) ```

Hi @darsain! Thanks for the wonderful work. I use npm + browserify as a main workflow, and unfortunately I cannot install fpsmeter via npm. There is [fpsmeter](https://www.npmjs.com/package/fpsmeter) package name is...

@gkz would be nice to update that to modern ES6, via some sort of compiler maybe.

`esprima-fb` and `jstransform` are not mainained anymore, also there is an error compiling es6 classes with jsx with browserify. Probably [recast](https://www.npmjs.com/package/recast) worth trying. Also it needs updating `gulpfile.js` to plain...

At https://beautifulwebtype.com/source-code-pro/ in google chrome I see ![image](https://user-images.githubusercontent.com/300067/107990101-ad217180-6fa1-11eb-8b07-1b23e0f5b54b.png)

I have a plugin listening to `keydown` events on the document. If I have fotorama attached along with that plugin, fotorama seems to break/remove my listeners, as well as any...

bug