Matija Folnovic

Results 23 comments of Matija Folnovic

There's this workaround: https://github.com/meinaart/cypress-plugin-snapshots/issues/10#issuecomment-514459554 Has anyone else tried it with `cypress-image-snapshot`? For some reason, it doesn't have any effect in my case.

I tried this, and seems to work in app. But, while running generated specs, I get: /media/code/test/spec/controllers/articles/posts_controller_spec.rb:1:in `require': no such file to load -- /media/code/test/spec/controllers/articles/../spec_helper (LoadError) I generated it with:...

Also, running cucumber tests gets me https://gist.github.com/1033291

and it would be great if created table was articles_posts, not posts (in my example above) :)

any idea if you could publish this as a separate alpha?

@pshrmn cool, tnx for info - this PR is closest to real support for Suspense (data fetching) in router from what I tried (and I tried react router, reach router,...

Awesome work on this, I've been looking for this for a while. :) I'm just curious on what's your current plan/status for this project? I genuinely think having good Records...

@snake-py have you maybe figured out how to workaround this? tnx! :)

unfortunately, i'd like to use web3js-quorum so ethers.js isn't an option for me :( my workaround is to put `` in `index.html` and use `window.Web3` instead of importing it :)