Mykola

Results 44 comments of Mykola

yes, the serial.log became really big, so my browser crashes when i copy/paste it into pastebin 🤷‍♂️ but nothing interesting there anyway. just repeating Recv: ok lines. no errors/warnings. is...

i made some additional research and wanted to add more details: i tried to upgrade 1.3.12 -> 1.5.2 (with web interface update) to see what happens. and again i got...

any news on this issue? it is really blocker

same here. so this is Android specific lib? No java apps support?

i would really appreciate if someone explain if this is a kmm limitation or the koin library issue? just curious why we can't use ios specific dependencies directly

as i see the lib uses jsoup under the hood. so the main effort - migrate/rewrite it with KMP with preserving the public api.

xsoup is a java lib too. i tried to migrate jsoup to kotlin (with further kotlin native migration), but it uses lot of jvm specific apis. estimated efforts are huge,...

@aSemy how are you going to port the jsoup stuff to the native platforms?

i've implemented similar approach for ui commands https://github.com/deviant-studio/energy-meter-scanner/blob/master/app/src/main/java/ds/meterscanner/mvvm/Extensions.kt#L30 and Snackbar example here https://github.com/deviant-studio/energy-meter-scanner/blob/master/app/src/main/java/ds/meterscanner/mvvm/Command.kt#L8 it would be great to have such functionality out of the box in the upcoming lib release