Daniyar Itegulov

Results 38 comments of Daniyar Itegulov

@doyaaaaaken my team is interested in multiplatform version of kotlin-csv. We are developing a client-facing SDK that cross-compiles to JVM/Android/iOS/JS (both browser and NodeJS). I understand that some features would...

@doyaaaaaken I see. Let me take this discussion internally and I will get back to you on our plans.

@frol nope, it does. I mean Borsh Schema is the only format we have that can represent borsh-serializable types. To be fair, Borsh is used much more rarely in contracts'...

FYI since `eth_getLogs` is stateless and can works fine even behind load balancer, I decided to make it unaffected by `filters_disabled`

@RomanBrodetski @slowli I have taken your comments into consideration and refactored the code according to them. Specifically, I am now operating under presumption that RocksDB can never fall more than...

The actual ebook reader is a core part of [jellyfin-web](https://github.com/jellyfin/jellyfin-web), so you are better off reporting this issue there. The pretty much only thing this plugin does is providing metadata...

@RemoteMedia the feature was implemented at some point, but it is probably unreliable. If you have a way to reproduce it, please post an issue on jellyfin-web.

The ebook view is not a part of bookshelf plugin, but rather a [part of mainstream jellyfin-web](https://github.com/jellyfin/jellyfin-web/tree/master/src/plugins/bookPlayer). So you are better off with creating an issue in jellyfin-web.

Still working on the documentation but functionally I think the PR is ready for a review

I don't think we need to save the execution context for this feature, although this is an interesting topic in and of itself that potentially deserves its own NEP (I...