Kat R.

Results 8 issues of Kat R.

**Goal** Adding a "delete account" option would allow users to remove their history and then re-sign-up. It would also make the app more GDPR compliant (not that this is a...

* Wavebox Version: 10.0.63-3-beta * Operating System & Version: MacOS 10.15.3 Related to #286 which was fixed in Wavebox 4.7.0 The change to Chromium in Wavebox 10 is great, and...

* Wavebox Version: 10.0.195.3-beta on macOS, and 10.0.195.2 stable on Windows 10 (why is the version number not text-selectable on the About page? Aggravating!) * Operating System & Version: macOS...

* Wavebox Version: 10.0.86.3-beta * Operating System & Version: macOS 10.15.4 * Account type (if applicable): n/a It appears that with the change to Wavebox 10, the option for registration...

`php-http/message-factory` has been deprecated and should be removed. Additionally, the instructions to add ``` "discovery": { "psr/http-factory-implementation": "GuzzleHttp\\Psr7\\HttpFactory" } ``` Do not prevent `discovery` from auto-requiring `message-factory` if composer plugins...

`file.keyvalue` currently provides the create_if_missing flag, but controlling the created (or existing) file's ownership or permissions is impossible. As mentioned in the original bug, #63545, `file.serialize` is another option to...

Feature
needs-triage

Correct implicit null parameter types which are deprecated in PHP 8.4 and generate E_DEPRECATED errors

**Describe the bug** `DateTimeInterface::ISO8601` has been deprecated since PHP 7.2 because it's incompatible with the real `ISO 8601` format. Consider using `::ATOM` or replacing it with an explicit format of...

bug?