Corey Kaylor
Corey Kaylor
I think matching the method signature with the standard http.Handler interface would be ideal. Possibly when there are parameters you could do something similar to other packages and use the...
Probably should consider the kotlinx-datetime lib too.
I ended up doing something like this to avoid having to remember every time to destroy the native view. ```vue // This wraps the nativescript-videoplayer in a component that auto...
This would be very preferential. There are many areas that callbacks in vertx api could be translated to coroutine suspension function and IMO would make it more idiomatic kotlin and...
I guess my comment was misleading by emphasizing "core packages". However, I was also trying to indicate for nuget package references as well.
I'm assuming that it might be more ideal to Use the technique described here instead? Or am I missing something? https://stackoverflow.com/questions/17808003/dllimport-ansi-vs-unicode
I don't use Xamarin myself, so on this one I would be happy to take a pull request if someone would be willing to continue helping support it occasionally.
I was able to lean on the existing $router variable by doing these hackish changes on startup as a temporary workaround. It's still better than having conditional code for web...
You might be able to use containers for this and use https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idcontainer https://hub.docker.com/_/microsoft-mssql-server
Maybe this implementation might prove some inspiration? https://github.com/jacobp100/cssta/blob/master/src/native/enhancers/Animation.js