tripu
tripu
Left- and right- margins are fixed at `20px` when width ≤ `840px`. If the window becomes slightly wider (and especially if vertical scroll bars are visible), margins actually shrink and...
eg, [Git commit guidelines](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines). There is some value already in converging in the format of commit messages alone. But also, by doing that, we could at some point adopt tools...
https://help.github.com/articles/requiring-two-factor-authentication-in-your-organization/
In general. As hinted (https://github.com/w3c/w3c-api/issues/46#issuecomment-145887368; https://github.com/w3c/w3c-api/issues/41).
In the API, `href` sometimes contains a HATEOAS reference (another URL for the API where more data can be discovered), and sometimes it contains a regular URL intended for humans...
@vivienlacourba [said](https://github.com/w3c/w3c-api/issues/46#issuecomment-145887368): > Routes that return a collection of objects accept an `?embed=1` parameter which embeds the object instead of simply link to it. Would it be reasonable that the...
How difficult would it be on the API backend [or, would it make sense] to sort lists of items by some relevant field? Right now, some lists are sorted according...
Similar to what we do now with GitHub usernames, the `connected-accounts` array could also contain objects with `service` equal to `irc.w3.org` (or similar) and `nickname` equal to an IRC nickname...
eg, [`/participations/14935/participants?embed=true`](https://api.w3.org/participations/14935/participants?embed=true) Looking at some examples, I suspect that this query errors with a 404 when the participation is of type `individual==true`. It kind of makes sense, but this is...
Echoing an idea that @takenspc shared with me face-to-face today: It would be nice if the API let users query by _keywords_, eg CSS properties. The result would be either...