Preben Aandahl
Preben Aandahl
I only realized methods on shared types were possible by looking through the source code, so I thought it would be a good idea to add some documentation. I added...
I put this up as a draft to get feedback; the code still needs cleanup / documentation. I have added support for `std::function`, with the following interface: ```rust #[cxx::bridge] pub...
Need new functions: ``` FileSystem.hasExternalStorage() FileSystem.isExternalStorageAvailable() ``` And new storage-options: ``` FileSystem.storage.external ``` `FileSystem.readFile()` also needs to throw a recognizable exception if the storage has been removed.
Add Podspec so that people using Cocoapods can link the project that way.
Hello, I am using the jetty9-compat-image on Managed VMs, and have some issues with long-running requests. I am running an import, and after exactly 3.600 seconds it fails, and throws...