Vladimir Ivanov

Results 10 issues of Vladimir Ivanov

Steps to reproduce: 1. Take Retrofit, create any api definition 2. Create retrofit service and call it from launch/async 3. Ensure the errors are catched in try/catch block 4. Add...

CoroutinesCache has a CoroutineScope parameter. Cache operations should be scoped, not entire cache. In most cases, cache is a singleton and we create it once per app lifetime since initialization...

Would be nice to be able to save some android data structures like Bitmap.

### Dependencies > implementation 'com.google.code.gson:gson:2.8.5' > implementation 'com.squareup.moshi:moshi:1.6.0' > implementation 'com.fasterxml.jackson.core:jackson-core:2.9.6' > implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.6' Not everyone is happy by bringing unnecessary dependencies, better to put them as separate libraries. E.g....

The client may want to check if the content is still actual without requesting the whole update(just check for the version or timestamp, etc.). The library should support accepting a...

Let's review the general approach and discuss the details after.

It would be convenient to have ssl pinning option to make web-socket validate server certificate against a keystore bundled in the application like it does DefaultHttpClient(see example [here](https://github.com/ikust/hello-pinnedcerts)). Also, this...

https://dart.dev/tools/pub/package-layout#examples

Support for cursor adapters. This can be improved with moving some code to common classes.

### Bug Description According to the documentation HTTP Request step [should have](https://docs.n8n.io/code/cookbook/http-node/pagination/) an Option called Pagination. However, I don't see it in my setup. Is it a problem of license...

in linear
Needs Feedback