Peter Fortuin

Results 29 comments of Peter Fortuin

I have tried different version of gatsby 3 and gatsby-source-filesystem, but I have no luck yet. I get the following error: ``` Could not dowcreate remote file noden, error is:...

For me this is not workable. I would like to be able to configure the --first-parent behaviour. Until this is in I will remain at version 0.5.1.

I noticed when I started to use FirebaseExtended/[email protected] it worked for me again. So I will be on that version for the time being. FirebaseExtended/[email protected] doesn't work.

Not sure what is going on. It seems that when I create pull requests myself (with my own code) it works fine, but when dependabot creates pull requests it doesn't...

I would love to help out and make a fix for this, but I have no idea what is going wrong. Somebody has any idea? Maybe know how to find...

I have been diving into the code and into the documentation and it seems that this action can never work together with a dependabot pull request. According to https://docs.github.com/en/rest/reference/checks you...

I'm running Robolectric 4.1 and I still have this problem. The -noverify works for Android Studio, but it doesn't help me when I run the test with Gradle in a...

> @peterfortuin try this, it works for me: [card-io/card.io-Android-SDK#63 (comment)](https://github.com/card-io/card.io-Android-SDK/issues/63#issuecomment-239144782) Thanks for the tip, but somehow that doesn't seem to work for me. Not sure why.

Thanks a lot. For me it was the following lines that made it working: ` tasks.withType(Test) { jacoco.includeNoLocationClasses = true } `