Florian Segginger
Florian Segginger
This library is basically unusable.
Is there any plan to implement a workaround in the library to suppress this warning? The async/await pattern above is not practical for cases where we want to create a...
Thanks @Lukasa for the very detailed answer. On my side, I have implemented a workaround where I create the `SelectableEventLoop` in a background thread and signal a semaphore when that...
Unless I'm mistaken, this seems like a more serious problem where this plug-in is basically unusable in its current form. The Wysiwyg class is never exposed because it is in...
If the NDK is only used to build the Android example app, why is it part of the build step for Djinni? It just adds an unnecessary dependency to users...