Benjamin Forehand Jr
Benjamin Forehand Jr
Hello, love using this plugin but sometimes I get this error cache[cssPath].sass = fullPath; TypeError: Cannot set property 'sass' of undefined It's random. I use nodemon to restart the server...
If there are multiple commits with different testing tags the section ballons into a long list with not much context.  Maybe adding a ```Commit # : ``` could...
Being able to define a custom URL for telemetry to be sent to will be very helpful for QA work surrounding telemetry. One variable is needed, ```serverEndpoint``` and it needs...
Because - MacOS seemed to have some issues with running the integration tests This commit - Adds some changes to the makefile commands and updates the readme. The real fix...
Because - Our conditional builds for our firefox docker images weren't working correctly. This commit - Removes the logic just to build them once a week Fixes #10546
Right now the cirrus pytest tests just show the test file name and a bunch of dots. We should run the suite in verbose mode so we can easier identify...
It looks like the fennec (firefox ios) portion of our script `external_integration_updater_script.sh` has failed due to the latest version bump to 131. It seems we are checking the `protected_branches` within...
Seen: https://github.com/mozilla/experimenter/pull/13880#issuecomment-3513229721 Step 1: Subscribe to any feature, you should see the button which says unsubscribe, right? Step 2: Refresh the page Step 3: And you should see the unsubscribe...
``` ______________ NimbusExperimentsListViewTest.test_filter_version _______________ [gw2] linux -- Python 3.13.6 /usr/local/bin/python3.13 self = sql = 'INSERT INTO "auth_user" ("password", "last_login", "is_superuser", "username", "first_name", "last_name", "email", "is_staff", "is_active", "date_joined") VALUES (%s, %s,...
Currently we are sorting using just a python sort method when we need to sort by the size of changes on the feature changes table. We should improve this. ┆Issue...