Limon Monte

Results 102 comments of Limon Monte

bumped `bundlesize` to `^0.18.0`, same result: https://travis-ci.org/sweetalert2/sweetalert2/builds/555643927 ![image](https://user-images.githubusercontent.com/6059356/60792171-e3fc9800-a16d-11e9-93a3-c3a9c9993c08.png)

Same here https://travis-ci.org/kenwheeler/cash/builds/510054291 ![image](https://user-images.githubusercontent.com/6059356/54858641-b864b780-4d0e-11e9-9bf2-4c8b426a795f.png) :/

This is the misuse of peer dependencies. Please read the docs about peer deps and revert this change as the testing helper shouldn't require projects to install `graphql` https://nodejs.org/en/blog/npm/peer-dependencies/#the-solution-peer-dependencies >...

To clarify my previous comment. What this PR and `graphql` as peer dependency means is: > starting from `0.45.0`, `msw` **will not** work without `graphql` dependency IMO It doesn't make...

Thank you for the replies @kettanaito πŸ™ I won't be able to contribute, but IMO graphql API should be separated from the core package and imported like this: ```js import...

After almost a year there's a contrast issue in the tool which should help us to discover contrast issues :D ![image](https://user-images.githubusercontent.com/6059356/30485631-b79332e6-9a36-11e7-8e58-5d663bdcfbdc.png)

> I think Microsoft is smarter than shutting down this repository. This is a very optimistic assumption. > People have already forked as well so, I doubt it. Forks don't...

> this is default behavior on some popular alert library https://limonte.github.io/sweetalert2/ this link is outdated, here's the correct one https://sweetalert2.github.io/

@catamphetamine will your stuff be open-sourced? :)

> I came across another nice little detail regarding pagination controls: Here's the recursive hell of popups in case of 25 pages. ``` 1 2 3 ... 23 24 25...