Ilia
Ilia
I have Same problem. ``` dependencies { implementation 'com.android.support:appcompat-v7:27.1.0' implementation 'com.android.support:design:27.1.0' implementation 'com.android.support.constraint:constraint-layout:1.1.0' compile 'com.github.gabrielemariotti.cards:library:1.9.1' } ``` .gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.0.aar/0587eeae883e3b2b6fdee97d0b2dd9e3/res/values/values.xml Error:(251, 5) error: resource android:attr/foregroundInsidePadding is private. .../android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml Error:(467) resource android:attr/foregroundInsidePadding is...
reproduced with 1.4.3
@kankaristo , thanks, but I think this repository is abandoned.
> No this is likely a takeover attempt, don't do it. From Moscow, watch it! Oh my God. I was exposed. You are so insightful. You did a great job...
I also received this error. I fixed it with your patch. It would be nice if this were merged.
This problem is definitely related to https://github.com/urllib3/urllib3/issues/2653
> Do we have this in one of the samples? Probably not... I didn't see it, but we can try to add it: OpenAPI spec: ```Json { "openapi": "3.1.0", "info":...
@wing328 Yes, I tested these changes and in my cases they fixed the problem and did not cause new ones. I added a test to petstore as you asked.
@bw-flagship I think you’re right — it looks like my PR broke this behavior. Could you please share a minimal OpenAPI specification so I can reproduce the issue?