Naomi Kirby

Results 30 issues of Naomi Kirby

## Description In PR #9095 I enabled the PIP package cache in CI to try and stabilize the functional tests due to package download errors, and it seems to have...

## Description I am running through a variety of Debian-based distributions and assembling bug fixes as necessary to get the the statically-linked VPN client working. ## Reference Github issue #6646...

## Description These just seem to make the tests take far longer than necessary and make it harder to spot flaky tests. Besides, we already have the `--retries 3` option...

## Description It might be possible to get flatpaks building on Taskcluster by making use of a `generic-worker` instead of going through Docker. Let's explore this idea. ## Reference JIRA...

## Description Since Qt 6.x, the minimum supported OS version for iOS is 14.0. However, we have been setting the `CMAKE_OSX_DEPLOYMENT_TARGET` to 13.0. This results in an overwhelming flood of...

## Description We have a larger GCP worker available to us on Taskcluster. While we aren't frequently blocked by taskcluster jobs, it might be nice to get an idea of...

## Description This is something of a hobby project. The end goal is to try and run functional tests against production builds of the VPN client, and to get there...

## Description To fix the missing fonts for Qt static builds, we need to rebuild Qt with fontconfig support (which also requires `-system-freetype`) and we patch up a missing `libxcb-cursor0`...

## Description Spotted in the wild, a flaky [testAuthenticationInBrowser](https://github.com/mozilla-mobile/mozilla-vpn-client/actions/runs/9136718785/job/25125964448) and I think this can be fixed simply by waiting for the stackview to load. ## Reference `None` ## Checklist -...

## Description The way we set up LAN exclusions has begun to diverge between platforms, and I think we have some bugs in Linux. Specifically I have found that the...