jagged91

Results 13 comments of jagged91

This is working great for me - thank you!

> Any update on this? I just used the library locally and made this change on my project directly

I'm actually seeing the same issue on my server, even with importing files individually, like so: `import { Search } from 'iconoir-react'` This is the correct syntax to avoid importing...

You can find it here @nilsreichardt https://github.com/invertase/firestore-ios-sdk-frameworks/releases/tag/10.24.0

I'm also seeing the same issue - or at least something related. It seems like Android users aren't showing up in the list of users on OneSignal (sorted by 'last...

Just tested with an older version of OKHTTP (3.9.0) and still have the same issue.

So, I tried 0.8.2 and the exception seems to disappear, but there's still something going wrong - when I place a log statement right after the client is created, the...

Anyway, it doesn't matter right now as I'm unable to get the response via the library (see the other issue - https://github.com/filestack/filestack-java/issues/81). A slightly unrelated question: When I try to...

Never mind - I figured out the OKHTTP upload issue. I needed to provide the following to my OkHttpClient.Builder: ` .pingInterval(1, TimeUnit.SECONDS) .writeTimeout(60L, TimeUnit.SECONDS)`