Alex
Alex
I wonder how `imitate` called multiple times should behave. Or it should be allowed to be called only once with an error thrown for example. http://www.webpackbin.com/4kKOgnNxM ```js import xs from...
After `yarn link package` yarn creates symlink node_module/package, but after `yarn unlink package` it just removes `node_module/package` and not places there hard installed version. Probably expected that it should find...
Do you plan to add remote retention? Or it is not so needed in your view?
I have original image:  From 5.2.0 the result image has gray border:  In early version there is no border. There also was an issue before: https://github.com/itgalaxy/favicons/issues/123
The problem is decribed in the [article](https://medium.com/@firt/whats-new-on-ios-12-2-for-progressive-web-apps-75c348f8e945) After iOs 12.2: PWAs have a new lifecycle and on most normal situations, the state of your app will be saved and restored...
Following my comment made four years ago =) https://github.com/localForage/localForage/issues/600#issuecomment-243891174 Export interfaces for convenient driver creation.
So I believe it is time to make LF modular (v2.0). Extract core drivers: indexeddb, websql - which is obsolete, localStorage. Provide just a backbone, with the ability to import...
`key` and `iterate` may eventually return undefined? Or null?
With neovim (0.2.0-dev) in `nvim/init.vim` I install the plugin using `dein`: ``` call dein#add('Shougo/vimproc.vim', {'build': 'make'}) call dein#add('Quramy/tsuquyomi') ``` Nothing else in nvim config referes to `tsuquyomi` I created test...
It would be nice to be able to set config options using env vars: Like process.env.USE_SSLE, process.env.ACTIVATE_AUTH, etc