Peter Bengtsson
Peter Bengtsson
If you make a pull request that fixes it, I'll merge it.
You're forgetting something; Yaml allows comments. Not only is this super useful to inject some English explanations and justifications, but it also allows to comment things out. I'm in favor...
With JSON 5 you still need to pull out a custom parser so you still wouldn't be able to use the built-in `JSON.parse` (as far as I know). Yaml has...
I think you just put `node_js: 10`. [For example](https://github.com/mozilla/kuma/blob/ff52aea11226006c856084deea63ff21c9212de9/.travis.yml#L47) However, it's my personal goal to move this repo (at least to try) to GitHub Actions so we can worry about...
Now, `node_js: stable` means **v13.1.0** in TravisCI. What I'd rather go for is to say that our minimum is "Stable" as Nodejs.org defines it. Or perhaps the language is to...
I think what I want is that you configure a set of additional fields that **you**'re interested in and then they get added to the `include_fields` every time queries are...
I'm guessing that means that the gnome.org instance doesn't have the same REST API plugins as the one mozilla.org has.
You might want to ping [email protected] who helped me on using the REST API.
I replied by email. Did that reach you?
I could certainly consider that. As long as the number is suitable in a URL. Also I've decided not to accept pull requests that don't have tests. They might not...