Jiri Spac

Results 238 comments of 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: ![image](https://user-images.githubusercontent.com/1305378/61314642-5f5cea00-a7fd-11e9-914d-a21cdd7efe51.png) 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 ![image](https://cloud.githubusercontent.com/assets/1305378/25483629/e8a34ffa-2b56-11e7-8b87-d0e0ceb298a9.png) this is called on a MouseEvent: ![image](https://cloud.githubusercontent.com/assets/1305378/25483664/167a50ea-2b57-11e7-94da-0a68e15fe4cf.png)

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) ```