Cory Francis Myers
Cory Francis Myers
## Description At least some of the translation test suite runs with only `en_US` available, so that's the language it uses in practice. ## Steps to Reproduce ```sh-session $ securedrop/bin/dev-shell...
## Description The [procedure for taking fresh screenshots](https://developers.securedrop.org/en/latest/i18n.html#update-weblate-screenshots) via `make translation-test` is currently broken. ## Steps to Reproduce ```sh-session $ LOCALES=en_US make translation-test ``` ## Expected Behavior Screenshots are taken....
## Description ``` DEPRECATED: this command (`check`) has been DEPRECATED, and will be unsupported beyond 01 June 2024. We highly encourage switching to the new `scan` command which is easier...
## Description When `VCRAPI._send_json_request()` returns control to `API._send_json_request()`, it loses visibility into any downstream semantics, including retry-level request headers and responses. ## Steps to Reproduce With #2329: 1. Run `make...
https://github.com/freedomofpress/securedrop-client/blob/0f0248532ab7bbf4424c08f90cbc7f83fe1bd7de/client/securedrop_client/logic.py#L1219-L1223 > On second review I realize I was thinking of this in the wrong context: I thought this method _was_ a function in `securedrop_client.storage`. Strictly speaking, the `Controller` shouldn't...
Given— https://github.com/freedomofpress/securedrop-client/blob/56f1c0d3c43dd57e22e844e357622217bf6f313f/client/securedrop_client/gui/base/dialogs.py#L52 —after calling `open()` on some subclass of `ModalDialog`, it should be possible to retrieve it in a test with `QApplication.instance().activeModalWidget()`, but this method always returns `None`. Even iterating...
## Description Orthogonally to #1992, has demonstrated the value of some test cases that involve server-side changes that *can't* be initiated from the Client, like the appearance of new source...
After freedomofpress/securedrop-client#2251.
Towards freedomofpress/securedrop-client#2462, this is a proposal and proof of concept for extending the Journalist API with hash-based versioning. I have no expectation that this pull request will ever be merged....
> As a prerequisite, we'd like to review how we've added and maintained our other word lists so far. _Originally posted by @cfm in https://github.com/freedomofpress/securedrop/issues/6044#issuecomment-2521197133_ ## See also - #6592