Yolley

Results 10 comments of Yolley

@tiangolo I think we need to update starlette version in FastAPI dependencies, the issue with GZip Middleware was fixed in 0.20.1 https://github.com/encode/starlette/pull/1579 Currently fix provided by https://github.com/tiangolo/fastapi/pull/5145 does not work...

It seems that the issue is that with dragging `_commonTransitionStartState` in time scale is not updated right after `updateTimeScale` is called, therefore `rightOffset` is not adjusted.

So, we need to update `_commonTransitionStartState` for sure, for example if were to add an optional parameter in `setRightOffset` in `time-scale.ts` ```ts public setRightOffset(offset: number, syncScroll?: boolean): void { this._visibleRangeInvalidated...

@yastri That's because of this https://www.reddit.com/r/KissAnime/comments/60fbp0/the_state_of_kissanime_kodi_addons_and_how/

kissanime site is now available from my country, so i can gather requested info. Anime and cartoons are not working still (enabled Cartoon upgrade, just get error with playing the...

@Twoure Thanks! For now i don't get the "Channel is not responding" error, but comics and manga still are working weird as before (in console i see Uncaught TypeError: Cannot...

@Twoure, thanks for the answer. Do i need to send cache zip after update?

@Twoure, cartoon is working fine, but still have the same issues with anime, drama, manga, comic. Actually in anime i could watch one item (tested 3 items), but it had...

Actually it seems that redis-py maintainer at one point thought of adding `response_context` that would allow to change encoding temporarily inside a context manager https://github.com/redis/hiredis-py/pull/96

> This is possibly a consequence of using disk cache for the `nuxt.config` file in c12: [unjs/c12@bb4a710](https://github.com/unjs/c12/commit/bb4a710ab8b90430767d977c44268b79a0e0fe96). > > (cc: @pi0 - might it be worth revisiting my 'sync memory...