Jiri Spac
Jiri Spac
Closing because this is a yarn issue. So when I did: ```` npm i image-webpack-loader pngquant ```` it works fine. Seems like yarn is not able to execute the `postinstall`...
atom.packages.unloadPackages('angularjs') throws an error for me. I would expect the package to disappear from loadedPackages. If it is not, it must be a bug in atom.
that is awesome @Lilshieste! Since this seems abandoned, could you maybe publish this as separate package? maybe as `vscode-sql-formatter-2`
If I were maintaining formik I'd remove the async validation from the current formik and rebuilt it into it's own separate hooks library built on top of proposed sync hooks....
I had the same thing today-this is not marked as a problem:  even though my schema has `attending` arg as nullable. Yet it works when I mismatch type for...
I tried only on our own internal site. I've got chrome Version 58.0.3029.81 (64-bit) on Ubuntu 17.04 Will try to reproduce on some public site and report back. On Thu,...
I get it within the recording on an event  this is called on a MouseEvent: 
oh yeah, it won't work. I will add support for them in milestones 0.9.6. Will have to store a type information somewhere but that should not be that hard.
@johndevor that's a good question. We should definitely support a Map because MobX has it's observable counterpart implemented already. When it comes to Sets, I am no really sure. In...
@johndevor I was thinking more like: ```javascript const defaultMap = new Map() defaultMap.set('myMapKey', 1) storedObservable('text', defaultMap, 500) ```