Felix Barz
Felix Barz
This PR is a followup to the discussion in #218. It follows the second approach described there that uses a filter function instead of returning nullable track objects. I decided...
This pull request aims to enable the optional use of the "classic" macOS keychain. This is done by adding the `useDataProtectionKeyChain` parameter to the macOS options. It defaults to `true`...
Upstream archives for libsodium v1.0.20 have changed. The new timestamps are: ``` https://download.libsodium.org/libsodium/releases/libsodium-1.0.20-stable-msvc.zip - Thu, 26 Sep 2024 20:13:41 GMT https://download.libsodium.org/libsodium/releases/libsodium-1.0.20-stable.tar.gz - Thu, 26 Sep 2024 19:55:38 GMT ```
Upstream archives for libsodium v1.0.20 have changed. The new timestamps are: ``` https://download.libsodium.org/libsodium/releases/libsodium-1.0.20-stable-msvc.zip - Thu, 26 Sep 2024 20:13:41 GMT https://download.libsodium.org/libsodium/releases/libsodium-1.0.20-stable.tar.gz - Thu, 26 Sep 2024 19:55:38 GMT ```
## The Problem I am developing an app which I create flatpak images for, both for `x86_64` and `aarch64`. The Problem is, that the CI Pipeline regularly fails with "no...
On the current master, the `upload-artifact` option was added. Please create a new release that includes this change. Thank you!
Fixes #197. This PR include 2 changes: 1. Wrap `handle_message` in `create_task` 2. Treat result of `pubsub.get_message` as `dict` instead of a `tuple`
Hi, there are various issues with the current redis implementation. I suspect it has to do with updates of asyncio, but I cannot say for certain. I was able to...
Hi, I am currently working on a dart port of etebase. While working on the fingerprint, I found that it is in fact not unique and can produce the same...
When executing tests with coverage collection in a child package of a workspace, the coverage is always empty. ### Steps to Reproduce 1. Create an empty dart package 2. Create...