Michael Cooper

Results 17 comments of Michael Cooper

I would imagine this is because the table is sorted only by Bugzilla status, and then the PR listing overlays that field. The "Status" field is really showing two columns...

Angular is (supposed to be) really good at testing, so we should test the front end stuff too.

I don't think this should auto close. This seems like a valuable feature to include.

I'm not sure if I'm missing something that makes this harder, but I created a file at `~/.config/systemd/user/mopidy.service` with the contents ```ini [Unit] Description=Mopidy [Service] ExecStart=/usr/bin/mopidy [Install] WantedBy=default.target ``` With...

Ah, sorry. I didn't read the thread closely enough. I didn't realize the discussion had expanded beyond the initial issue title.

> @mythmon where does the normandy dev autograph config live? The [default autograph config](https://github.com/mozilla-services/autograph/blob/647e6042d6c33e3322c9a8157abb9a8859efe83c/autograph.yaml#L69-L119) includes the Normandy development config.

In mozilla/normandy, for part of our CI we use an external build system (Firefox's), but prepare a build environment for it within our repo. Occasionally the requirements of the external...

In hashin, I found that parsing the filenames was more reliable, unfortunately, than trying to use the data in the API. This was a couple years ago though, so things...

I ran into this problem on my project (mozilla/normandy#1510, mentioned above) and was able to fix it by changing from `[email protected]` to the renamed `[email protected]`. That doesn't explain the problem...

Oops, sorry. This is what I get for trying to manually edit the logs. I imported the lib with `path/to/Cargo.toml`.