Magnus
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...
Thank you @zuckschwerdt, very helpful. I didn't consider a counter as an anti-cloning feature, that would make sense, if the transmitter has an incrementing counter, the receiver only needs to...
See: #208 #389
I would also like a simple solution to this. I want to build an agent image with all updates and plugins, is there a simple way to run the agent...
My fragile and hacky solution to this issue, is to run the agent in the build, until I see a particular log line that seems to indicate the update is...
I spent a day trying to debug this issue without much success, I suspect that it's a actually a tmux bug, but I haven't been able to figure out a...