Carsten Csiky
Carsten Csiky
I'll look into what changes are necessary for 0.14 this week. If you're building an app, keep in mind, that you probably need to do a lot of work in...
Thank you :) Yes there are. I had even started implementing something like this. I wanted to map Aff in ps to coroutines in kotlin, but I got stuck at...
My attempts at implementing Aff using coroutines can be found here: https://github.com/csicar/pskt-foreigns/tree/coroutines ATM I'm not looking at trying again, but I'd be happy to get PRs for it ;)
Sorry for the late response. > Am I understanding correctly by a runtime for Aff essentially you're just interpreting all of the "base" functions in Aff as suspend funs in...
> Have you thought at all about supporting interop with @Composable functions? Yes, very much. AFAIK Jetpack Compose unfortunately does not use a vdom, but instead does compile-time analysis of...
Good to know. I never tried building on windows. Maybe look into how how purescript-native is doing. Because pskt is forked form it so their tricks may help compile pskt...
Ning from FDroid is signed by FDroid, but the Ning apk in the releases on Github is signed by me (or not signed at all). To fix this, you first...
Thanks for the bug report! The problem is, that the TextView has a long click listener to allow the user to copy the value. Because a long click listener is...
Ning only scans a very limited set of ports. This is done to speed up the scan. What ports are you missing?
Port 21 and Port 22 are scanned for a TCP port and Port 80 and 443 are also scanned. Maybe you're using an unusual port?