Maksymilian Tomczyk

Results 9 comments of Maksymilian Tomczyk

Hi, I "interfaced" TOCropViewController for SwiftUI. I just started my iOS development adventure, so this code probably is not perfect but it still works and can help some people to...

Hi! Same problem here. I managed to fix rxjs import problem by changing: ```js import { fromEvent } from 'rxjs/observable/fromEvent'; ``` to: ```js import { fromEvent } from 'rxjs'; ```...

It looks like there is another branch for Ionic 4, but it didn't work for me on Ionic 5. https://github.com/zyra/ionic-image-loader/tree/v4

Hello @aheckmann Any update on moving/forking this project to koajs? This repo looks a bit dead, and project is extremely useful, but needs some work to be done.

Hi @chuyik I think ownership transfer must be initiated on koajs side

Hello! Did you found any solution for your problem? I would like to use this library for my app, but I would like to omit problems with Google Play upload...

Patching `[email protected]` (as proposed by @netroy) with `[email protected]` fixed issue for me. Of course it doesn't fix vite-plugin-checker, but in my case (Nuxt 3) it allowed me to build project....

I managed to bypass this problem by setting timeout. When invoking connect() I'm setting delayed function which waits X seconds. If socket is not connected when function is invoked I'm...