Philipp Schmid
Philipp Schmid
I am currently trying to access the last logged in user of the main app in an app extension. It seems that although keychain sharing is enabled in both and...
With some cloud providers, there is the possibility that files or folders do not have write permission (for example, because the item was shared read-only). We currently have no way...
https://github.com/cryptomator/ios/blob/c45aa1dd0472621e6dc1e3aa1a697b4ce089993f/Cryptomator.xcodeproj/project.pbxproj#L1375 Due to a [bug](https://forums.swift.org/t/unable-to-compile-swift-package-when-used-in-xcode/36081) in Xcode that causes the SWIFT_PACKAGE flag to be set and not set at the same time, some Swift Packages (including GTMAppAuth and GoogleAPIClientForREST) cannot...
If the FileProvider extension is not in the foreground, only one chunk of the file can be uploaded at a time. Afterwards the extension has to be woken up again...
With Google Drive it is possible to have unlimited quota (for example using GSuite account). If this is the case the command: ``` $quotas = $about->getStorageQuota(); $quotas->getLimit() ``` will only...
If you want to train the MentionAnnotator with trigrams as inputs, there is a `NullPointerException` in: https://github.com/sebastianarnold/TeXoo/blob/514860d96decdf3ff6613dfcf0d27d9845ddcf60/texoo-entity-recognition/src/main/java/de/datexis/ner/exec/TrainMentionAnnotatorCoNLL.java#L110 This is because the `params.embeddingsFile` is `null` (as expected for trigrams see [Line...