Samy Laumonier

Results 9 comments of Samy Laumonier

I've been waiting a while for a package, but I finally decided to create it myself because you don't have enough time to do it. [You can find it here.](https://github.com/samybob1/meteor-redux-middlewares)...

I switched to [hapi-swagger](https://github.com/glennjones/hapi-swagger)...

I had the same problem, I think that it's because the parser version used in the package is [v4.0.7](https://github.com/harrisonhunter/papa-parse-meteor/blob/master/papa-parse.js#L3) while the documentation is for **v4.1**. You should do this, it's...

Hey guys, here is my workaround: File _conftest.py_: ```py from snapshottest.module import SnapshotModule def pytest_sessionfinish(session): """Make the CI fail when there are some created or deprecated snapshots""" count_new_snapshots, _ =...

[Workaround](https://github.com/syrusakbary/snapshottest/issues/73#issuecomment-1018986410)