Michael Terry

Results 12 issues of Michael Terry

Output of `restic version` -------------------------- `restic 0.12.0 compiled with go1.15.8 on linux/amd64` How did you run restic exactly? ------------------------------- ``` $ mkdir -p a/b/c $ RESTIC_PASSWORD=foo restic -r repo init...

type: feature enhancement
category: backup

To reproduce: * Open flathub.org on iOS (I tried with both Safari and Firefox) * Click the magnifying glass * Click the search bar * Enter a phrase * Press...

Hello! I'm the upstream maintainer of Deja Dup. Google will be removing a particular oauth workflow that Deja Dup uses in September. This means that any new authentications for users...

## Description of the problem It might make users' lives easier to mark flatpak-builder’s `.flatpak-builder` cache directories (which understandably live outside the xdg cache locations) as cache folders via the...

In MInputContext::contentType(), the following lines of code treat Qt.ImhDigitsOnly and Qt::ImhFormattedNumbersOnly the same: ``` if (hints == Qt::ImhFormattedNumbersOnly || hints == Qt::ImhDigitsOnly) { type = Maliit::NumberContentType; } else ... ```...

(I'm talking about the standard library's socketserver.py module.) In `BaseServer.handle_request()`, it uses `time()` to check for timeouts. If you are running a simple test/mock server as part of your tests,...

As long as we have a JWT and there's a token_uri, we can talk oauth2. I ran into this while testing the bulk export flow against `https://bulk-data.smarthealthit.org` which does not...

#### What is the purpose of this change? When an external OAuth flow is being used (i.e. a client ID and an OAuth token are set in the config), a...

#### What is the problem you are having with rclone? When providing Rclone an OAuth token registered to an open-source or native-app-style client ID (i.e. one that doesn't use the...

Rather than v1 scopes like .read or .write Before this change, if the JWT had a scope like `system/Patient.r`, the bulk server would compare the `r` against `read` and obviously...