Pete Moore

Results 85 issues of Pete Moore

There are javascript libraries in the monorepo that are listed in package.json files in our repo too, for example [this one](https://github.com/taskcluster/taskcluster/blob/db775652d340f154b8cf7e42b1087659e6a66acb/ui/package.json#L97). Since this library is from the monorepo itself, ideally...

bug

Hi Peter, This is an unbelievably valuable repository, first of all, I am extremely indebted to you for all of the hard work you have done putting it together. I've...

Following: https://fpm.readthedocs.io/en/latest/getting-started.html ``` pmoore@Peters-MacBook-Pro:~ $ fpm -s dir -t deb -p hello-world-0.1.0-1-any.deb --name hello-world --license agpl3 --version 0.1.0 --architecture all --depends bash --depends lolcat --description "Say hi!" --url "https://example.com/hello-world" --maintainer...

If a user tries to create a role with no scopes in the UI, we should serve a warning like "You've entered a role with no scopes, is that really...

good first issue

Details in the RFC [here](https://github.com/taskcluster/taskcluster-rfcs/blob/main/rfcs/0168-Trigger-Tests-Based-on-PR-Comments.md).

Github Bug/Issue: Fixes #5634 I'm not really sure why the Dockerfile is generated on the fly, rather than being a static file in the repo. I've also spotted that `livelog`...

It is useful to have multi-arch docker images to e.g. improve performance of macOS/ARM dev deployments.

Started work on some doc updates - not ready for review yet.

**Describe the bug** We used to build docker images using `FROM scratch` so that the docker image contained just the self-contained statically linked standalone go binary that it was for,...

bug

Getting this on Fedora 34 when building as follows: ``` git clone [email protected]:mpruett/audiofile.git cd audiofile ./autogen.sh make ``` Installed the following packages to get this far: ``` dnf install alsa-lib-devel...