Results 5 comments of Magnus

Would be nice if the annotation processor could recognise `io.micronaut.security.annotation.Secured` annotations and configure security requirement scopes, rather than having to duplicate it with `SecurityRequirement` Edit: I discovered, that it is...

Thanks @stilvoid works pretty well.

If you implement a storage backend using Java 7's `java.nio.file` classes, you can get in-memory storage working for free by using [jimfs](https://github.com/google/jimfs)

Looks like this was changed in December 21, the [`localOnly`](https://developer.apple.com/documentation/uikit/uipasteboard/optionskey/1829412-localonly) flag [was set to true](https://github.com/bitwarden/mobile/blame/51a5f5825863e9cbbd010bc9a7249e43ddcc5f1b/src/iOS.Core/Services/ClipboardService.cs#L37) for pasteboard operations. Seems like a setting that should be user configurable. On one hand,...

@kg4zow your workaround partially works, however it seems that the functionality of the UI is still broken. The UI seems to use `.kbfs_autogit` instead of `.kbfs_git`. Which seems to also...