Justin Cano

Results 10 comments of Justin Cano

Hello, apologies for the delayed response. I am using Python 3.9.9, but #283 sounds related. Thanks for looking into this!

> @jstncno I think the issue here is lack of ARM support in my wheels. Can you confirm if you are running an M1? (I don't have access to one...

It seems like the fix for https://github.com/softvar/secure-ls/pull/20 inadvertently broke TypeScript import, likely not capturing the `SecureLS` default export. I had to rollback to `[email protected]` and import like so: ```typescript import...

oops, I think I spoke too soon. I found the license specified in your `bower.json` file: https://github.com/donnieberg/accessible-color-palette/blob/master/bower.json#L17 I've added the MIT license in pull request https://github.com/donnieberg/accessible-color-palette/pull/10 to state its use...

I'm getting the exact same error. Been at it for hours but still no luck

Error log: ``` :app:compileDebugJavaWithJavac /app/platforms/android/app/src/main/java/com/rjfun/cordova/facebookads/FacebookAdPlugin.java:28: error: import requires canonical name for Image import com.facebook.ads.NativeAd.Image; ^ /app/platforms/android/app/src/main/java/com/rjfun/cordova/facebookads/FacebookAdPlugin.java:29: error: import requires canonical name for Rating import com.facebook.ads.NativeAd.Rating; ^ /app/platforms/android/app/src/main/java/com/rjfun/cordova/facebookads/FacebookAdPlugin.java:212: error: incompatible types:...

Facebook has released a new [version of the Audience Network Android SDK](https://developers.facebook.com/docs/audience-network/download#android) on June 12, 2018. My workaround for now is to roll back to the previous version in my...

@mowaiskalam, and whoever else stumbles upon this, I've found that the coordinates for `FacebookAds.setNativeAdClickArea` are in pixels relative to the viewport. It works for me now, here is some of...