diff --git a/issues.json b/issues.json index a77e4322f5..75681b8f23 100644 --- a/issues.json +++ b/issues.json @@ -1,5 +1,74 @@ [ + { + "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2902", + "repository_url": "https://api.github.com/repos/quicwg/base-drafts", + "labels_url": "https://api.github.com/repos/quicwg/base-drafts/issues/2902/labels{/name}", + "comments_url": "https://api.github.com/repos/quicwg/base-drafts/issues/2902/comments", + "events_url": "https://api.github.com/repos/quicwg/base-drafts/issues/2902/events", + "html_url": "https://github.com/quicwg/base-drafts/pull/2902", + "id": 469177208, + "node_id": "MDExOlB1bGxSZXF1ZXN0Mjk4NDU2Njk1", + "number": 2902, + "title": "Fix lack of exponential backoff in pseudocode", + "user": { + "login": "ianswett", + "id": 20072817, + "node_id": "MDQ6VXNlcjIwMDcyODE3", + "avatar_url": "https://avatars1.githubusercontent.com/u/20072817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ianswett", + "html_url": "https://github.com/ianswett", + "followers_url": "https://api.github.com/users/ianswett/followers", + "following_url": "https://api.github.com/users/ianswett/following{/other_user}", + "gists_url": "https://api.github.com/users/ianswett/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ianswett/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ianswett/subscriptions", + "organizations_url": "https://api.github.com/users/ianswett/orgs", + "repos_url": "https://api.github.com/users/ianswett/repos", + "events_url": "https://api.github.com/users/ianswett/events{/privacy}", + "received_events_url": "https://api.github.com/users/ianswett/received_events", + "type": "User", + "site_admin": false + }, + "labels": [ + { + "id": 481873040, + "node_id": "MDU6TGFiZWw0ODE4NzMwNDA=", + "url": "https://api.github.com/repos/quicwg/base-drafts/labels/-recovery", + "name": "-recovery", + "color": "fbca04", + "default": false + }, + { + "id": 481871311, + "node_id": "MDU6TGFiZWw0ODE4NzEzMTE=", + "url": "https://api.github.com/repos/quicwg/base-drafts/labels/editorial", + "name": "editorial", + "color": "0e8a16", + "default": false + } + ], + "state": "open", + "locked": false, + "assignee": null, + "assignees": [ + + ], + "milestone": null, + "comments": 0, + "created_at": "2019-07-17T12:56:05Z", + "updated_at": "2019-07-17T12:58:21Z", + "closed_at": null, + "author_association": "CONTRIBUTOR", + "pull_request": { + "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2902", + "html_url": "https://github.com/quicwg/base-drafts/pull/2902", + "diff_url": "https://github.com/quicwg/base-drafts/pull/2902.diff", + "patch_url": "https://github.com/quicwg/base-drafts/pull/2902.patch" + }, + "body": "When there is no smoothed_rtt, PR #2806 inadvertently removed the exponential backoff from the pseudocode." + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2901", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -1868,7 +1937,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2873.patch" }, "body": "Fixes #2550." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2872", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -1937,10 +2009,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2872.patch" }, "body": "" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2871", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -3840,7 +3909,10 @@ "closed_at": null, "author_association": "CONTRIBUTOR", "body": "I didn't see any other TBDs in the draft -transport doc or an existing issue, so opening this for tracking purposes.\r\n" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2842", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -3911,10 +3983,7 @@ "closed_at": null, "author_association": "CONTRIBUTOR", "body": "In https://github.com/quicwg/base-drafts/pull/2831#pullrequestreview-253535028, @MikeBishop points out that after a Retry, all 0-RTT packets sent in the first flight are still valid, although they will probably have been dropped by the server (unless there's significant reordering). That means that a client SHOULD retransmit all 0-RTT packets in the second flight.\r\n\r\nWe now have two different scenarios:\r\n\r\n1. In the case of a HelloRetryRequest, the client is prohibited from sending 0-RTT, and has to cancel retransmissions for all outstanding 0-RTT packets.\r\n2. In the case of Retry, the 0-RTT packets from the first flight are declared lost (without any effect on the cwnd though) and retransmitted.\r\n\r\nConsidering that Retry adds a roundtrip anyway (and thereby limits the usefulness of 0-RTT), and that we only expect it to be used by a server that's under attack (which makes it likely to refuse 0-RTT later in the handshake), does it really make sense to send 0-RTT in that case?" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2841", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -5801,7 +5870,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2813.patch" }, "body": "Fixes #2812" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2812", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -5856,10 +5928,7 @@ "closed_at": "2019-06-27T21:36:35Z", "author_association": "MEMBER", "body": "RFC 7540 section 8.2.2 states:\r\n\r\n> If the client determines, for any reason, that it does not wish to\r\n receive the pushed response from the server or if the server takes\r\n too long to begin sending the promised response, the client can send\r\n a RST_STREAM frame, using either the CANCEL or REFUSED_STREAM code\r\n and referencing the pushed stream's identifier.\r\n\r\nHTTP/3 changed push a bit and introduced two error codes: HTTP_PUSH_REFUSED and HTTP_PUSH_ALREADY_IN_CACHE. These is extra fidelity on top of HTTP/2, clearly articulating if the pushed item is in cache or not. This may be seen as useful, however there are some practical downsides:\r\n\r\n* The CANCEL_PUSH frame exists and is the first RECOMMENDED action for declining a push. This does not expose the reason\r\n* In actuality, server push caching is murky, which may affect the amount of confidence an operator could put into analyising these error codes.\r\n\r\nI think it is simpler, more self-consistent, and more HTTP/2-consistent to have one error code for server push. I'll prepare a PR for this." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2811", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -7693,7 +7762,10 @@ "closed_at": null, "author_association": "MEMBER", "body": "Right now we have a SETTINGS frame that can only be sent once (in each direction), and if it is sent it has to be sent at a very precise point (the start of the stream) or the connection is bust. \r\n\r\nFor these reasons, it strikes me that we could simplify things, in line with **today's** HTTP/3 design, by unframing settings and placing them as the control stream header. For illustration this would look something like below, where Identifier and Value can be sent multiple times.\r\n\r\n```\r\n0 1 2 3\r\n 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1\r\n+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\r\n| 0x00 (i) ...\r\n+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\r\n| Setting Length (i) ...\r\n+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\r\n| Identifier (i) ...\r\n+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\r\n| Value (i) ...\r\n+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\r\n```\r\n\r\n**For**\r\n* Simplifies some parts of error handling. \r\n - The HTTP_MISSING_SETTINGS snowflake becomes redundant\r\n - Not possible to send multiple SETTINGS on the control stream to trigger HTTP_UNEXPECTED_FRAME\r\n - Not possible to send a SETTINGS frame on the wrong stream to trigger HTTP_WRONG_STREAM \r\n* A peer that is happy with defaults can send 00 (2 bytes) rather than 040 (3 bytes). This is a tinsy tiny benefit\r\n* Forces endpoints to commit to SETTINGS very early (this is of dubious benefit if SETTINGS only loosen values)\r\n\r\n**Against**\r\n* We already have implementations that handle SETTINGS just fine\r\n* Keeping the frame allows us change today's design to allow multiple SETTINGS in the future.\r\n\r\nThe arguments for and against seem to net out evenly. Changing control stream seems like a cleaner design to me but shipping is a feature :tm: .\r\n" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2782", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -7800,10 +7872,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2782.patch" }, "body": "" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2781", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -9646,7 +9715,10 @@ "closed_at": null, "author_association": "MEMBER", "body": "Currently, the text says:\r\n```\r\nThe default value is 0. However, this value SHOULD be set to a non-zero value by servers.\r\n```\r\n\r\nI think we should change the default to unlimited or to some sensible number, and also introduce a minimum permitted number.\r\n\r\nPrioritization is not something a client can enforce, therefore servers that prefer to ignore or mishandle placeholders can just ignore / mishandle them, as well as other information for prioritization (e.g. weights and dependencies).\r\n\r\nTo rephrase, communicating the capability of handling just one of the features of prioritization has marginal benefit compared to the complexity it introduces to the client side (e.g., the need to use different prioritization approach depending on if the server supports placeholders).\r\n\r\nOr, if it is the case that we expect browsers to not use placeholders in HTTP/3, but are keeping it for proxies, we should remove \"SHOULD\", because that is a minor use-case that has not seen actual use in HTTP/2." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2752", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -9707,10 +9779,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2752.patch" }, "body": "Cleans up ECN verification text.\r\n\r\nFixes #2534. " - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2751", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -11763,7 +11832,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2723.patch" }, "body": "Fixes both problems in #2502\r\nConsolidates #2700 and #2690\r\nAllows the use cases from https://github.com/pmeenan/http3-prioritization-proposal/blob/master/README.md\r\n\r\n(I am creating a new PR because I don't want to subsume #2700. While this is similar, it has enough differences to warrant separate discussion).\r\n\r\n-----------\r\n\r\nI believe we can get all the benefits of the previously proposed solutions by adding just a single new concept: zero-weighting of nodes in the dependency tree\r\nThis would have the following semantics:\r\n\r\nGiven a node in the tree:\r\n- As long as there are children with non-zero weights: divide the node's bandwidth over those children based on their weights (which is what we already have)\r\n- If there are only children with zero weight left: all bandwidth goes to the child with the lowest ID that can make progress (this is new, similar to #2700, but inverted)\r\n\r\nPut differently: zero-weighted nodes get sent sequentially, after all non-zero weighted nodes. \r\n\r\nAdditionally, a weight of zero becomes the default for newly added nodes (previously, the default weight was 16).\r\nThis makes the default behaviour First-Come-First-Served instead of Round-Robin. \r\n\r\n-----------\r\n\r\nDifferences from #2700 (strict priorities):\r\n- This is very similar to the \"weight absent\" concept in #2700\r\n- Removal of the \"priority\" field: this can be simulated instead by using placeholders. E.g., if you had three priorities of 63, 31 and 0, you would now have three zero-weighted placeholders, where the most important one (priority 64) is created first (has the lowest id) etc. See also below\r\n- Still allows streams to depend on other streams (more similar to HTTP/2) (though this should not really even be needed anymore, see below)\r\n- If you have both children with and without 0 weights, they no longer share bandwidth 50/50: the weighted children are sent first, then the non-weighted ones (this is detrimental if you \"accidentally\" mix both, as the sequential list will be sent after the round-robin resources, which is probably the opposite of what you want. So I admit there is the potential for dumb error here. Though the added simplicity for implementers who know what they are doing + better default behaviour is worth it imo)\r\n\r\nComparison to https://github.com/pmeenan/http3-prioritization-proposal/blob/master/README.md:\r\n- @pmeenan's original proposal is probably easier to understand and possibly implement, as it requires a lot less placeholder/tree setup (I find that #2700 looses much of this simplicity though https://github.com/quicwg/base-drafts/pull/2700#issuecomment-493076309)\r\n- @pmeenan's full setup would require 64 high-level placeholders in this proposal (1 per priority value), but even the original document only uses 3 levels in practice for current browser use cases (63, 31 and 0). As @ianswett indicates https://github.com/quicwg/base-drafts/pull/2700#issuecomment-493590118, the use case of \"fairly share connectivity to an ORIGIN\" would require more nodes, but it is very unclear whether this is/will be used in practice. \r\n- @pmeenan's concurrency concept requires 4 additional placeholders in this proposal (2 to split between concurrency 3 and 2+1 (both zero-weighted), then 2 more to split between 2 and 1 (both weight=50) ) (TODO: make an example image)\r\n- TODO: I believe #2700 has similar issues with needing many placeholders, but haven't worked that out fully yet \r\n- In short, I feel that if we want to go with Pat's approach, we either need to go all-in (drop the dependency tree) or use a separate extension (potentially officially adopted by the wg prior to HTTP/3 RFC, after also adding a prioritization-negotation mechanism)\r\n\r\nComparison to #2960 (Orphan Placeholder):\r\n- We no longer need a separate orphan placeholder: since nodes have a default weight of zero and those are only sent after weighted siblings (or, probably more commonly, zero-weight placeholder siblings with a lower id that are added at the start of the connection), nodes without explicit priority context never interrupt more important flows\r\n- As such, \"unprioritized\" nodes can just be added to the root directly with weight zero without side-effects\r\n- Fixes issues with early-pruning of the tree (https://github.com/quicwg/base-drafts/pull/2690#discussion_r282999731): all nodes can now just depend upon a placeholder. Direct references to other request nodes are no longer needed for sequential behaviour (also removes need for separate \"append strategy\" on the placeholder https://github.com/quicwg/base-drafts/pull/2700#pullrequestreview-237930797)\r\n\r\nComparison to HTTP/2 and current browser behaviour:\r\n- Basically, we are adding a new type of prioritization semantic (sequential), without removing something that was already there\r\n- The default behaviour is now First-Come-First-Served (FCFS), which our research [1] (and that of others [2]) has indicated is not perfect, but far better than HTTP/2's Round-Robin (RR) in almost all cases \r\n- Safari's current behaviour is still perfectly possible and requires no changes, same for Firefox\r\n- Edge's old behaviour is implicitly changed from RR to FCFS, but seeing as they are switching to Chromium, this seems like a non-issue.\r\n- Chrome's behaviour will have to change, but that was a given, since we removed exclusive dependencies in #2075, which it relies upon heavily. Chrome can just use 5 zero-weighted placeholder for the priority buckets (HIGHEST to LOWEST) and then just add zero-weighted requests to the appropriate placeholder. This is similar to https://github.com/quicwg/base-drafts/issues/2502#issuecomment-491246513, but there the placeholders have weight=1, which is not 100% as clean.\r\n\r\nThe \"reprioritizing within a sequential list\" issue:\r\n- This was discussed previously in https://github.com/quicwg/base-drafts/issues/2502#issuecomment-491246513 and https://github.com/quicwg/base-drafts/pull/2700#issuecomment-493369036\r\n- Upon reflection, I do not think either @pmeenan's proposal, nor #2700 actually allows this behaviour (for example, within priority 63, concurrency 3, there doesn't seem to be a way to add a resource before another one that is already there within the same concurrency, as things are also sent based on lowest request ID, same as in this proposal)\r\n- It is also my understanding that Chrome doesn't even do this currently: exclusive prioritization only happens at the end of each \"priority bucket\", not within the bucket \r\n- A solution is to add yet another high-level placeholder (e.g., everything that is now in 63 moves to 62 and 63 is for the \"really important stuff that needs to interrupt the other really important stuff\")\r\n- Alternatively, adding a weighted sibling node in this proposal also causes it to interrupt the other zero-weighted siblings' sequential processing (though this is more an all-or-nothing)\r\n\r\n-------\r\n\r\nThis was a nice wall of text.\r\nI wrote this after a sleepless night at 6AM, so probably there are some problems with this version (especially with the spec text, it's quite short now, probably requires some clarifications). \r\nI considered many other options (e.g., weight 255 instead of 0, placeholder append strategies, etc.) but the above came out as a clear winner on most points. \r\n\r\nI plan to add a couple of schema's/examples to clarify things and present this remotely at the interim (if the chairs think it's proper, of course).\r\n\r\nI am not saying this is necessarily better than #2700, but I do like the simplicity. I think we should consider both options. \r\n\r\nTODO schema's/images:\r\n- @pmeenan's example from his document (both for this proposal as for #2700)\r\n- A reworking of Chrome's current behaviour into priority \"buckets\" (similar to https://github.com/quicwg/base-drafts/issues/2502#issuecomment-491246513)\r\n- Examples of default behaviour (Edge's old behaviour, race-conditions from #2502)\r\n\r\n[1]: https://speeder.edm.uhasselt.be/www18/\r\n[2]: https://blog.cloudflare.com/better-http-2-prioritization-for-a-faster-web/" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2722", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -11832,10 +11904,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2722.patch" }, "body": "Until now, only bidirectional streams were specified to treat a truncated last frame on a cleanly terminated stream as an error. With this pr, the same logic applies to push streams as well.\r\n\r\nI just slightly reworded the text from the bidirectional streams section and put it into the push stream section. Not sure if this is the best solution but I'm also not sure where to put the text if the text for both the bidirectional streams and push streams had to be combined." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2721", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -13694,7 +13763,10 @@ "closed_at": null, "author_association": "MEMBER", "body": "We've had a long standing requirement that\r\n\r\n> A SETTINGS frame MUST be sent as the first frame of each control\r\n stream (see Section 3.2.1) by each peer\r\n\r\nBy the way I interpret this, I put a check in my implementation that doesn't permit any frame until SETTINGS is received. Am I interpreting things correctly?\r\n\r\nIt would be more consistent to allow reserved frame types to appear at any point on any stream that carries frames. However, I'm fine with this requirement as is but it means there is a little more effort needed to handle reserved frame types across streams. " - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2692", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -13757,10 +13829,7 @@ "closed_at": null, "author_association": "MEMBER", "body": "I think the overview table in HTTP/3 section 4 should probably also include reserved frame types. This will make it clear what streams these frames can appear on." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2691", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -15726,7 +15795,10 @@ "closed_at": "2019-05-01T13:58:12Z", "author_association": "MEMBER", "body": "In draft 01 it was ok to send duplicate parameters in the same frame, in draft 02 several changes were introduced to settings and the changelog links to #181. However, most of the discussion there was about putting SETTINGS in QUIC TP, so it isn't clear why duplication is so problematic.\r\n\r\nThe old 01 text made sense:\r\n\r\n```\r\n Each parameter in a SETTINGS frame replaces any existing value for\r\n that parameter. Parameters are processed in the order in which they\r\n appear, and a receiver of a SETTINGS frame does not need to maintain\r\n any state other than the current value of its parameters. Therefore,\r\n the value of a SETTINGS parameter is the last value that is seen by a\r\n receiver.\r\n```\r\n\r\nThese days the draft says:\r\n\r\n```\r\n Parameters MUST NOT occur more than once in the SETTINGS frame. A\r\n receiver MAY treat the presence of the same parameter more than once\r\n as a connection error of type HTTP_MALFORMED_FRAME.\r\n```\r\n\r\nThis adds work on the receiver to maintain state while parsing the SETTINGS frame in order to detect duplication, which is kind of annoying when we consider that the contents of unknown SETTINGS identifiers should be ignored." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2662", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -15783,9 +15855,9 @@ ], "milestone": null, - "comments": 9, + "comments": 10, "created_at": "2019-05-01T10:15:55Z", - "updated_at": "2019-07-03T02:29:25Z", + "updated_at": "2019-07-17T10:27:07Z", "closed_at": null, "author_association": "MEMBER", "pull_request": { @@ -15795,10 +15867,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2662.patch" }, "body": "This fixes #2551.\r\n\r\nSeveral changes here that all go toward replacing the generic HTTP_MALFORMED_FRAME error. It adds 4 new error codes that cover specific error cases already highlighted. Chiefly, it restores the HTTP_FRAME_SIZE_ERROR capability we dropped from HTTP/2, just under a different name.\r\n\r\nThis PR may trigger the Yet-another-error-code early warning system. However, in practical terms this change reduces the error code space by ~250, based on the fact that en endpoint would do frame length validation of unknown frame types and send an error in such a case. It also avoids the future complexity required to signal errors on extension frames types above the limit aka the `0xff` problem punt." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2661", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -17899,7 +17968,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2633.patch" }, "body": "Relates to #2627 \r\n\r\nFocuses on improving accuracy of PRIORITY." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2632", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -17962,10 +18034,7 @@ "closed_at": null, "author_association": "CONTRIBUTOR", "body": "The current spec only allows GOAWAY to be sent from the server to the client and contains only the last processed bidirectional stream ID. This makes sense for the vanilla HTTP use case, but may not play well with extensions. Unidirectional streams are a flexible extension point, and it may be useful for each endpoint to communicate to the peer the last processed unidirectional stream id. An HTTP extension may also define a use for server initiated bidirectional streams, and may want the GOAWAY signal for these also.\r\n\r\nTrue if it's an extension then the extension author can also extend GOAWAY to cover these cases or introduce another mechanism, but it would be a shame if many extensions had to cover the same ground.\r\n\r\nI suggest we allow GOAWAY to be sent by either endpoint, and that it should contain both the last processed peer initiated bidirectional and unidirectional stream." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2631", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -20029,7 +20098,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2603.patch" }, "body": "These were phrased as requirements, but they are really just statements\r\nof fact." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2602", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -20130,10 +20202,7 @@ "closed_at": null, "author_association": "CONTRIBUTOR", "body": "As it stands, the idle timeout period is used by both QUIC endpoints, and may be made available to the application but,\r\n- it's not clear how an endpoint should determine this value,\r\n- it's not explicitly stated that the min(server, client) should be used,\r\n- it's not explicitly stated that this min value should be communicated to the application, which needs it to determine how often to send PINGs.\r\n\r\nA straw proposal is to use 30 seconds as the default idle timeout period, and state the other two points explicitly in the transport and http drafts." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2601", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -22139,7 +22208,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2573.patch" }, "body": "This is an attempt to solve the QUIC version ossification that was discussed in Prague. Fixes #2496.\r\n\r\nServers can announce a list of version aliases in the transport parameters. A version alias can be any valid QUIC version number, and the server guarantees to accept this version number as an alias for the currently used version. Each version alias comes with a lifetime for which it is valid, as well as a salt for the encryption of the Initial.\r\nOn subsequent connections, clients can use a version alias to establish a connection to the same server.\r\n\r\nIf widely deployed, middleboxes will get used to version numbers from the whole version number space being used for QUIC connections. Since they are unaware of the Initial salt being used for alias versions, they can't even decrypt the Initial packet.\r\n\r\nIn the current form, this PR lacks some text about the privacy implications of this proposal. A version alias is (yet another) cookie, so it should have the same properties as a token, i.e. a client shouldn't use the same version alias more than once, in order to avoid being identifiable to on-path observers." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2572", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -22202,10 +22274,7 @@ "closed_at": "2019-04-09T22:09:37Z", "author_association": "CONTRIBUTOR", "body": "Previous discussions have established the CFIN is HoL blocking, partially because even though it's not strictly necessary, if client auth is in use, it's critical to receive the client's entire Handshake flight before the server processes 1RTT packets. I don't think the current TLS text is sufficiently clear(and normative) about that.\r\n\r\nSection 4.1.1 has:\r\n \"Important: Until the handshake is reported as complete, the\r\n connection and key exchange are not properly authenticated at the\r\n server. Even though 1-RTT keys are available to a server after\r\n receiving the first handshake messages from a client, the server\r\n cannot consider the client to be authenticated until it receives\r\n and validates the client's Finished message.\r\n\r\n The requirement for the server to wait for the client Finished\r\n message creates a dependency on that message being delivered. A\r\n client can avoid the potential for head-of-line blocking that this\r\n implies by sending a copy of the CRYPTO frame that carries the\r\n Finished message in multiple packets. This enables immediate\r\n server processing for those packets.\"\r\n\r\nhttps://tools.ietf.org/html/draft-ietf-quic-tls-19#section-4.1.1" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2571", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -24203,7 +24272,10 @@ "closed_at": "2019-05-22T13:47:59Z", "author_association": "MEMBER", "body": "My understanding is that tokens provided by NEW_TOKEN frames should not leak information that allows observers correlate the newly established connection with the previous connection. Such information include the time when the token was issued, RTT, server name (when SNI is not used or Encrypted SNI is used), or even the size of the token.\r\n\r\nHowever, the draft seems to be vague about the requirement. I think it might be worth clarifying the principle in the draft.\r\n\r\n\"a token SHOULD include an expiration time\" (section 8.1.2) - I think we should change this to \"a token SHOULD be associated an expiration time\", considering the fact that we are talking about \"stateful\" design (stateless design is mentioned briefly in one of the following paragraphs). In a stateful design, an opaque identifier is the only thing that a server should be allowed to send.\r\n\r\n\"In a stateless design, a server can use encrypted and authenticated tokens to pass information to clients\" - I think we might prefer using \"SHOULD\" rather than \"can\"." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2542", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -24272,10 +24344,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2542.patch" }, "body": "" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2541", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -26333,7 +26402,10 @@ "closed_at": "2019-03-11T04:40:58Z", "author_association": "MEMBER", "body": "https://tools.ietf.org/html/draft-ietf-quic-transport-18#section-20.1\r\n\r\nFails to mention that app error codes also can be sent in STOP_SENDING" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2512", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -26387,10 +26459,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2512.patch" }, "body": "Fixes #2511\r\n\r\nDoes not include changes to the 4 causes I was unsure on below\r\n\"A PRIORITY frame sent on a request stream with the Prioritized Element Type set to any value other than \"11\" or which expresses a dependency on a request with a greater Stream ID than the current stream MUST be treated as a stream error of type HTTP_MALFORMED_FRAME.\"\r\n\r\nIn the appendix:\r\n\" SETTINGS_MAX_CONCURRENT_STREAMS: QUIC controls the largest open\r\nStream ID as part of its flow control logic. Specifying\r\nSETTINGS_MAX_CONCURRENT_STREAMS in the SETTINGS frame is an error.\r\n\r\nSETTINGS_INITIAL_WINDOW_SIZE: QUIC requires both stream and\r\nconnection flow control window sizes to be specified in the\r\ninitial transport handshake. Specifying\r\nSETTINGS_INITIAL_WINDOW_SIZE in the SETTINGS frame is an error.\r\n\r\nSETTINGS_MAX_FRAME_SIZE: This setting has no equivalent in HTTP/3.\r\nSpecifying it in the SETTINGS frame is an error.\"" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2511", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -28555,7 +28624,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2483.patch" }, "body": "Just so you don't have to read the whole RFC7301." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2482", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -28624,10 +28696,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2482.patch" }, "body": "" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2481", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -30753,7 +30822,10 @@ "closed_at": "2019-02-13T20:35:11Z", "author_association": "MEMBER", "body": "Currently, the t[ransport parameter for specifying Idle Timeout](https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#rfc.section.18.1) is in units of seconds. This seems to be too restrictive and not very future proof. Additionally, from an API perspective, most other timers are settable on the millisecond scale, so it creates a kind of ugly discrepancy between all the different timers settable by the app if just one of them has units of seconds.\r\n\r\nI propose we change the units from seconds to milliseconds. The change both for implementations and spec should be minimal, and it makes things (timers) a little more consistent." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2452", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -30807,10 +30879,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2452.patch" }, "body": "It's untrue that any stream could be created by any endpoint." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2451", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -32755,7 +32824,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2423.patch" }, "body": "" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2422", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -32824,10 +32896,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2422.patch" }, "body": "" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2421", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -34900,7 +34969,10 @@ "closed_at": "2019-03-26T10:34:48Z", "author_association": "CONTRIBUTOR", "body": "Right now, exponential backoff occurs last. But it's reasonable to consider adding/maxing them at the end after exponential backoff.\r\n\r\nOn the one hand, the current pseudocode provides true exponential backoff. On the other hand, it might be overly conservative in some cases. This only applies on subsequent PTOs, so maybe this is an academic question.\r\n\r\nI'm opening this in the interest in discussing design issues on issues and not on PRs, but I'm also fine with it being closed as not being important and/or needing more information.\r\n\r\nThis came up in #2365 " - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2392", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -34969,10 +35041,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2392.patch" }, "body": "" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2391", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -36988,7 +37057,10 @@ "closed_at": "2019-02-06T17:13:59Z", "author_association": "MEMBER", "body": "Which means that encoders have to send a table capacity change instruction as the first instruction they send on the table update stream. This is never stated clearly in the draft.\r\n\r\nIt might be possible to assume - incorrectly - that the table capacity is initially set to the maximum value. We even contemplated this possibility until the complexities of 0-RTT and stream concurrency squashed those dreams." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2362", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -37057,10 +37129,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2362.patch" }, "body": "Explicitly state that round trip time is abbreviated as RTT" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2361", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -39114,7 +39183,10 @@ "closed_at": "2019-01-14T06:43:50Z", "author_association": "CONTRIBUTOR", "body": "This could e.g. happen if a server loses state after sending the ServerHello, and comes back up before the client gives up. Or it could just be an incorrectly routed Handshake packet.\r\n\r\nCurrently, the spec doesn't say anything explicitly about this case, so the general case about receiving a packet that is not associated with any connection applies, thus we'd send a Stateless Reset. There are two problems with this solution:\r\n\r\n* We clearly can do better than sending a random data, since we have access to the source connection ID on the incoming packet, so in principle we are able to ensure correct routing of the stateless reset.\r\n* That doesn't really help though, since the client might not have received the stateless reset token yet, and would just drop the stateless reset." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2332", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -39183,10 +39255,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2332.patch" }, "body": "closes #2331." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2331", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -41197,7 +41266,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2303.patch" }, "body": "This keeps things simple.\r\n\r\nCloses #2259." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2302", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -41266,10 +41338,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2302.patch" }, "body": "This is stacked on top of #2197. So it looks worse than it really is. Review [the last diff](https://github.com/quicwg/base-drafts/commit/69378cd3cba339a9584052323e4b2cf03314ddca).\r\n\r\nCloses #2298." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2301", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -43250,7 +43319,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2273.patch" }, "body": "In draft 17, ODCIL is encoded as bottom 4 bits of first byte of retry packets. This is a change from draft 16, but was not noted in the change list. At least 2 implementers consequently failed to notice it." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2272", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -43319,10 +43391,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2272.patch" }, "body": "" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2271", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -45359,7 +45428,10 @@ "closed_at": "2019-01-04T04:05:57Z", "author_association": "CONTRIBUTOR", "body": "The text says\r\n> If a threshold number of consecutive PTOs have occurred (pto_count is more than kPersistentCongestionThreshold, see Section 7.9.1), the network is considered to be experiencing persistent congestion, and the sender’s congestion window MUST be reduced to the minimum congestion window.\r\n\r\nSimilar text exists for the description of kPersistentCongestionThreshold.\r\n\r\nWe actually only collapse the congestion window when receiving an ACK for a probe packet, and only if this ACK leads us to declare any packet(s) lost.\r\nSpecifically, this means that pto_count may grow larger than kPersistentCongestionThreshold, if no acknowledgements are received." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2242", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -45428,10 +45500,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2242.patch" }, "body": "I had partially settled on \"send stream\" and \"received stream\", but on\r\nreflection these are inaccurate labels and using \"parts\" is better, even\r\nif it is a little more clumsy at times.\r\n\r\nCloses #2081." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2241", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -47356,7 +47425,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2213.patch" }, "body": "Closes #2207." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2212", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -47425,10 +47497,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2212.patch" }, "body": "A proposal: I think I prefer to mark things as lost instead of suggesting that a sender SHOULD send something when there's really nothing to be sent. I was starting to rephrase #1965 to say \"SHOULD send ack-eliciting packet, but MAY mark as lost\", and I needed to explain how a sender makes this choice. I realized that if it's been long enough (PTO is long enough) and there's nothing left to send, then maybe it is sensible to mark anything pending as lost. So, I changed my suggestion to that, which is this PR (against #1965)." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2211", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -49495,7 +49564,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2183.patch" }, "body": "Not sure if this needs to address IP fragmentation." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2182", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -49564,10 +49636,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2182.patch" }, "body": "Closes #2179." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2181", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -51575,7 +51644,10 @@ "closed_at": null, "author_association": "COLLABORATOR", "body": "```\r\nAn endpoint can increase the odds that a packet will trigger a Stateless Reset\r\nif it cannot be processed by padding it to at least 38 bytes.\r\n```\r\n\r\nWhy does this increase the odds? It seems like the test here is deterministic.\r\n" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2152", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -51638,10 +51710,7 @@ "closed_at": null, "author_association": "COLLABORATOR", "body": "```\r\nAn endpoint detects a potential stateless reset when a packet with a short\r\nheader either cannot be decrypted or is marked as a duplicate packet. The\r\nendpoint then compares the last 16 bytes of the packet with the Stateless Reset\r\nToken provided by its peer, either in a NEW_CONNECTION_ID frame or the server's\r\ntransport parameters. If these values are identical, the endpoint MUST enter\r\nthe draining period and not send any further packets on this connection. If the\r\ncomparison fails, the packet can be discarded.\r\n```\r\n\r\nWhy does the text mandate this order? You need a constant time comparison in any case." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2151", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -53657,7 +53726,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2123.patch" }, "body": "Rationale:\r\n\r\n1. We should recommend that people use tokens.\r\n2. For privacy reasons we should just forbid reuse\r\n3. Saying \"SHOULD\" attempt to validate seems weak. Why isn't this a\r\nMUST? This is the weakest of these changes, I think." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2122", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -53736,10 +53808,7 @@ "closed_at": "2019-01-21T04:34:37Z", "author_association": "NONE", "body": "Here's one issue that I believe should be addressed in the final version.\r\n\r\nClient device has both cellular and wifi interfaces.\r\nServer has dual stack deployment.\r\n\r\n1. Client is connected to cellular network that has IPv6 only NAT64/DNS64 network. There's no WiFi connectivity.\r\n\r\n2. Client issues DNS queries (A and AAAA) for the server. Given that server is dual stack, DNS64 returns actual AAAA and A record responses.\r\n\r\n3. Client can't assume that the A and AAAA records both necessarily are hosted by the same node or would eventually be directed to the same node.\r\n\r\n4. Client runs happy eyeballs (or a version of it) and ends up establishing QUIC connection over IPv6.\r\n\r\n5. WiFi comes up but with only IPv4 access connectivity.\r\n\r\n6. Client should be allowed to migrate to WiFi (either because it is less expensive or cellular goes away), however client doesn't have information IPv4 address hosted by the server.\r\n\r\nIt seems we control frames should be defined (like ADD_ADDR and REMOVE_ADDR) to communicate the address availability between two nodes anytime during a connection. Wanted to get more feedback on this before we send out a diff to the draft." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2121", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -55819,7 +55888,10 @@ "closed_at": "2018-12-18T02:46:53Z", "author_association": "NONE", "body": "Setting the Loss Detection Timer section states:\r\n\r\n // Don't arm timer if there are no retransmittable packets\r\n // in flight.\r\n if (bytes_in_flight == 0):\r\n loss_detection_timer.cancel()\r\n return\r\n\r\nIf a QUIC sender sends multiple retransmittable packets and some ACK/PADDING packets and only retransmittable packets are ACKed, it leaves the bytes_in_flight > 0 but no retransmittable packets inflight. In this case, Loss Detection Timer need not be scheduled as there is not retransmittable packets inflight but the above check results in scheduling the timer again.\r\n\r\nif (bytes_in_flight == 0): check does not seem enough by itself to decide if there are outstanding retransmittable packets. Do we need to update that section? \r\n" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2092", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -55882,10 +55954,7 @@ "closed_at": "2019-01-10T18:48:41Z", "author_association": "CONTRIBUTOR", "body": "In #2068, the direction of the discussion is that PING frames are an application-layer concept that won't necessarily be directly under the application-layer's control. The HTTP draft currently says:\r\n> HTTP clients are expected to use QUIC PING frames to keep connections open while there are responses outstanding for requests or server pushes. If the client is not expecting a response from the server, allowing an idle connection to time out is preferred over expending effort maintaining a connection that might not be needed. A gateway MAY use PING to maintain connections in anticipation of need rather than incur the latency cost of connection establishment to servers. Servers SHOULD NOT use PING frames to keep a connection open.\r\n\r\nThis should be reworded in terms of requesting the transport stack to keep the connection from idling out, rather than directly discussing PING frames." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2091", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -57888,7 +57957,10 @@ "closed_at": "2018-12-14T01:44:19Z", "author_association": "CONTRIBUTOR", "body": "I read through the recent PR #2036 which cleans up the packet size discussion. The text does touch upon ICMP denial of service attacks but I'm afraid the protection is too fragile because it is required that transmission stops on a path where PMTU is suspected to have been decreased. It is not explicitly stated (as far as I can tell) that ICMP packet too big is used for this decision, but it is used in PMTU discovery.\r\n\r\nThere is no major problem with attacks on discovery, but if ICMP can later close a connection, that is a big problem.\r\n\r\nThere is protection against off path attackers, but it is easy for a man on the side attack to generate ICMP messages that would pass validation. This only requires one compromised machine on a LAN.\r\n\r\nThis issue also relates to the ongoing discussion on protection against the initial handshake by man on the side stopping handshake by generating invalid early handshake packets, only here it can happen long after the connection is established.\r\n\r\nA possible mitigation could be that a path should not be dropped based in ICMP messages alone but only after one or two new new PMTU probes. However, these new probes could also be vulnerable to forged ICMP messages.\r\n" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2062", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -57957,10 +58029,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2062.patch" }, "body": "Fixes #2060" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2061", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -59955,7 +60024,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2033.patch" }, "body": "This is not an easy attack to defend against, except for\r\nprobabilistically. So what we do is recommend more probing on old paths\r\nto give the endpoint that is apparently migrating more opportunities to\r\ncause the connection to migrate away from the path chosen by an\r\nattacker.\r\n\r\nI've tweaked surrounding text a little. The most interesting being the\r\n3RTO timer on path validation. It's not the right number, but I don't\r\nthink that the right number is attainable, and this is close enough.\r\n\r\nThis text isn't final. I'd like it to be more accurate AND shorter, but\r\nlack the skills and perspective.\r\n\r\nCloses #1278, #1749." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2032", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -60024,10 +60096,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2032.patch" }, "body": "With #1991 being merged, we now always use the HKDF function defined in TLS as-is. We also allow the endpoints to use a TLS version greater than that (see [section 4.2](https://quicwg.org/base-drafts/draft-ietf-quic-tls.html#rfc.section.4.2)).\r\n\r\nNow the corner case is what the correct prefix of the HKDF function is for the Initial packet, when the client's minimum TLS version is 1.4.\r\n\r\nI think it's worth clarifying that it is the one defined in TLS 1.3 with the \"tls13 \" prefix, because otherwise the peer cannot decrypt the packet.\r\n\r\nHence the PR." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2031", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -62050,7 +62119,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2003.patch" }, "body": "Fixes #1972.\r\n\r\nWhile the discussion on the issue wasn't conclusive in either direction, I think the presence of CONNECT and early response means servers will need to be processing HTTP messages as they arrive, rather than waiting for the FIN as an end-of-message signal. Also, if the message is large, the alternative risks deadlock on a large POST.\r\n\r\nThis PR expands on the \"stream state change isn't part of the message framing\" language to clarify that both peers MUST be able to process complete HTTP messages regardless of whether the stream has been closed or not." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2002", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -62121,10 +62193,7 @@ "closed_at": "2018-12-11T23:10:14Z", "author_association": "MEMBER", "body": "At the moment, there are two ways to Base Index identical to Largest Reference: use (S, Delta Base Index) = (1, 0) or (0, 0).\r\n\r\nWould it be better to add one offset when the sign bit is set, i.e. change\r\n```\r\n if sign == 0:\r\n baseIndex = largestReference + deltaBaseIndex\r\n else:\r\n baseIndex = largestReference - deltaBaseIndex\r\n```\r\nto\r\n```\r\n if sign == 0:\r\n baseIndex = largestReference + deltaBaseIndex\r\n else:\r\n baseIndex = largestReference - deltaBaseIndex - 1\r\n```\r\n?\r\n\r\nI ask this because IMO we have an inconsistency; Post Base Index **already** has this type of offset so that a Post Base Index of zero does not become equal to Relative Index of zero.\r\n\r\nEDIT. Inserted \"already\" to avoid confusion." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2001", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -64227,7 +64296,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1973.patch" }, "body": "" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1972", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -64290,10 +64362,7 @@ "closed_at": "2018-11-28T18:29:45Z", "author_association": "CONTRIBUTOR", "body": "During interop, I couldn't interop with winquic because I never FIN my request stream, and winquic doesn't serve the response until the request FINs.\r\n\r\nMy conversation with @MikeBishop suggests that both of us are behaving legally, which is a problem. We should either force clients to FIN (allowing servers to wait for it) or not (not). I don't particularly care which." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1971", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -66338,7 +66407,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1943.patch" }, "body": "This was clearly not complete, and as a result it ends up being\r\nconfusing. Better not to say anything and rely on later sections." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1942", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -66407,10 +66479,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1942.patch" }, "body": "Ack-eliciting is slightly shorter than retransmittable and seems as accurate as anything we have.\r\n\r\nFixes #1595 " - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1941", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -68420,7 +68489,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1913.patch" }, "body": "This deals with the distinction between IP and QUIC packets better,\r\nclarifies the interaction with packet coalescing, and makes it clear\r\nthat counts are ACK state and therefore separated by packet number\r\nspace.\r\n\r\nCloses #1838." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1912", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -68489,10 +68561,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1912.patch" }, "body": "I have a feeling that Ian isn't going to like this because it messes with the notion of \"bytes in flight\" that we use in -recovery. I would prefer to be consistent though. For the transport, \"bytes in flight\" only appeared once, but its use wasn't critical.\r\n\r\nAlso closes #1863." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1911", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -70414,7 +70483,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1883.patch" }, "body": "Fixes #1879." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1882", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -70477,10 +70549,7 @@ "closed_at": "2018-11-29T00:22:02Z", "author_association": "CONTRIBUTOR", "body": "I tried reading the HTTP/2 mapping draft (-15) to answer a question regarding the QUIC stream usage by HTTP/2 over QUIC. And that failed misserably until I looked at the slides from Montreal IETF meeting. \r\n\r\nWhere I think there are need for clarification are:\r\n\r\nSection 3.: Here a general overview of the how the four streams per HTTP request are used and assigned. Currently it says that client bi-directional will be every fourth 0,4, 8 etc. Nothing more aobut which streams are which of the remaining three, not even which names are used for them. \r\n\r\nIn Section 3.3.3 the first mention of the word \"push stream\" occurs. That appears to indicate that a unidirectional stream that starts with a 0x43 stream type is then barred from use by any other stream type. I think 3.3 has to be clearer that the usages of unidirectional streams are not necessarily connected to the HTTP request response happening on the bi-directional stream. And that implementations needing a new unidirectional stream simple takes the next free (X+2/3) mod 4 depending on direction. \r\n\r\nI think it would be good to exemplify in the HTTP draft that a connection for HTTP/2 will have a number of unidirectional streams that are used long term or some short term and then closed and that one can't rely on stream ID being in the group related to a particular request. " - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1881", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -72292,7 +72361,10 @@ "closed_at": "2018-10-23T23:01:13Z", "author_association": "CONTRIBUTOR", "body": "In HTTP/2, GOAWAY caused actual stream state transitions on streams higher than the indicated ID. Since QUIC handles stream state, this can't occur automatically in HTTP/QUIC. Instead,\r\n\r\n> Once [GOAWAY is] sent, the server MUST cancel requests sent on streams with an identifier higher than the indicated last Stream ID. Clients MUST NOT send new requests on the connection after receiving GOAWAY.... If the client has sent requests on streams with a higher Stream ID... those requests are considered cancelled. Clients SHOULD reset any streams above this ID with the error code HTTP_REQUEST_CANCELLED.\r\n\r\nSo the server effectively cancels on the client twice, once using HTTP and once using QUIC. Clients SHOULD reset some of the requests (on the expectation that the server will anyway), but the server will probably also do it for them. This feels a little broken.\r\n\r\nIf the clients can't send new requests after receiving the GOAWAY and the streams are going to get RST_STREAM/STOP_SENDING from one or both parties anyway, the stream ID in the GOAWAY frame seems like it provides marginal value.\r\n\r\nBasically the only effect is that clients can anticipate that requests issued while the GOAWAY was in flight (i.e. greater than the identified stream ID) will *likely* be cancelled and be valid for retry. They can't technically be sure unless that happens, but might choose to retry requests sooner anyway.\r\n\r\nIt would be more correct to wait for the cancellation to arrive to know that's the error code the server chose. Perhaps the right model would be:\r\n\r\n- GOAWAY contains no payload. Clients MUST NOT initiate new requests after receiving GOAWAY, but it conveys no information about the state of the requests already in flight.\r\n- Clients MAY either cancel partially sent requests or finish sending them and let the server decide.\r\n- After sending a GOAWAY, servers MUST promptly cancel any request from the client which it does not intend to fulfill.\r\n- Once all requests have completed (either via a response or cancellation), the client either sends an APPLICATION_CLOSE NO_ERROR or allows the connection to terminate via the idle timeout." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1852", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -72361,10 +72433,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1852.patch" }, "body": "Added a \"Compression Process Overview\" section near the top, with a high level description of how to compress/decompress. This section now encompasses a lot of what used to be \"Encoding Strategies\".\r\n\r\nIn the places where I added new text, I temporarily added HTML comments to indicicate so it can get a bit more detailed review.\r\n\r\nI also deleted a few sentences/paragraphs/sections that I found to be redundant:\r\n\r\n- Preventing Eviction Races\r\n- \"An encoder also respects...\"\r\n- \"For header blocks encoded in...\"\r\n- Single Pass Encoding\r\n- \"All table updates occur on...\"" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1851", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -74222,7 +74291,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1823.patch" }, "body": "Fixes #1813" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1822", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -74276,10 +74348,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1822.patch" }, "body": "Fixes #1774" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1821", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -76063,7 +76132,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1793.patch" }, "body": "This should prevent a MitM from generating a Retry without some level of coordination with a server.\r\n\r\nEven with this change, the process for managing the use of a third-party DoS screening device can be straightforward. There are a few important tweaks that will ensure that this won't result in troubles:\r\n\r\n1. The server can no longer generate Retry itself, it has to rely on the DoS screening device for this. If they both could generate Retry, the one from the server is going to be ignored. As noted in discussions in NYC, if Retry is sent with low probability, this will hard to debug because the event will be very rare.\r\n2. Tokens generated by the server in NEW_TOKEN need to be clearly distinguishable from tokens generated by the DoS screening device.\r\n3. Tokens generated by the DoS screening device need to encode the original destination connection ID in a way that the server can recover it.\r\n\r\nCloses #1710, #1486." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1792", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -76124,10 +76196,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1792.patch" }, "body": "As discussed in NYC, this message doesn't help us in QUIC, and it's annoying to implement.\r\n\r\nCloses #1518." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1791", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -78044,7 +78113,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1763.patch" }, "body": "Fixes #1644 \r\nCloses #1657" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1762", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -78105,10 +78177,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1762.patch" }, "body": "Fixes #1736" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1761", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -80043,7 +80112,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1733.patch" }, "body": "" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1732", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -80112,10 +80184,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1732.patch" }, "body": "The term \"MAY\" is better suited to describing implementer action (rather\r\nthan implementer desire)." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1731", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -82171,7 +82240,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1703.patch" }, "body": "I did a complete pass through and it wasn't that bad. As we agreed,\r\npayload is the bytes that we protect, content is the more abstract\r\nnotion of what needs to be communicated (for which we use frames). That\r\nwas already mostly right, apart from a few places.\r\n\r\nOh, and I didn't mention this, but I think that it's worth saying it. This isn't in the definitions section. We don't need to load that down with these little editorial conventions. We do that and it becomes unusable.\r\n\r\nCloses #1676." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1702", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -82234,10 +82306,7 @@ "closed_at": "2018-08-27T05:24:38Z", "author_association": "CONTRIBUTOR", "body": "Draft-transport-14 says:\r\n```\r\n Senders SHOULD coalesce packets in order of increasing encryption\r\n levels (Initial, Handshake, 0-RTT, 1-RTT), as this makes it more\r\n likely the receiver will be able to process all the packets in a\r\n single pass. A packet with a short header does not include a length,\r\n so it will always be the last packet included in a UDP datagram.\r\n```\r\nThe use of normative language here is interesting, and raises a few questions:\r\n\r\n1) The spec says SHOULD. This implicitly means \"MAY do something else\". What, why, under which circumstances?\r\n\r\n2) Are the peers supposed to enforce that requirement in any way?\r\n\r\nIn any case, the natural order in which packets are processed is not (Initial, Handshake, 0-RTT, 1-RTT), but rather (Initial, 0-RTT, Handshake, 1-RTT), as in \"ACK of Server Hello\", \"EOED\", \"Client Finished\", \"Application data\". I suggest rewriting to:\r\n\r\n```\r\n Coalescing packets in order of increasing encryption\r\n levels (Initial, 0-RTT, Handshake, 1-RTT) makes it more\r\n likely the receiver will be able to process all the packets in a\r\n single pass. A packet with a short header does not include a length,\r\n so it will always be the last packet included in a UDP datagram.\r\n```" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1701", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -84054,7 +84123,10 @@ "closed_at": "2018-09-17T19:01:44Z", "author_association": "CONTRIBUTOR", "body": "There are to recommended/required rate limits in the transport draft:\r\n\r\n\"an endpoint MAY\r\n limit the rate at which it sends PATH_RESPONSE frames\"\r\n\r\nand\r\n\r\n\"Until a peer's address is deemed valid, an endpoint MUST\r\n limit the rate at which it sends data to this address.\"\r\n\r\nCan we maybe provide more guidance what those rate limits should be or at least an upper bound because otherwise using normative language doesn't help much...?" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1672", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -84163,10 +84235,7 @@ "closed_at": "2018-11-20T23:13:20Z", "author_association": "CONTRIBUTOR", "body": "The transport draft says:\r\n\"When an endpoint accepts multiple QUIC versions, it can potentially\r\n interpret transport parameters as they are defined by any of the QUIC\r\n versions it supports. The version field in the QUIC packet header is\r\n authenticated using transport parameters. The position and the\r\n format of the version fields in transport parameters MUST either be\r\n identical across different QUIC versions, or be unambiguously\r\n different to ensure no confusion about their interpretation. One way\r\n that a new format could be introduced is to define a TLS extension\r\n with a different codepoint.\"\r\nIt seems that this actually belongs in the invariants draft." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1671", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -86117,7 +86186,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1643.patch" }, "body": "Fixes #1596 (and an oversight I caught in passing) by specifying server behavior if it reaches the end of readable data on a stream and hasn't parsed a full HTTP request yet. There are a couple cases here, and I think this generically covers all the interesting ones.\r\n\r\n- **Client sends FIN early.** Server sees truncated request, but non-error end of stream.\r\n- **Client sends RST_STREAM part-way through request.** Server sees truncated request with read error.\r\n- **Client sends a RST_STREAM (but not a STOP_SENDING) after sending a fully-formed request.**\r\n - **...and packet loss occurred.** No retransmissions, so same as sending it part-way through request.\r\n - **...after the server has read the request and generated / begun generating a response.** The server probably never realizes and responds merrily. If you didn't want it, you should have sent a STOP_SENDING.\r\n - **...but before the server has read all the data out of the buffer.** Depends on implementation; transport might discard unread data or deliver all the data anyway. Either way, this is identical to one of the two previous cases.\r\n\r\nWe already discuss cancelling requests, so I added a suggestion that clients go ahead and include a STOP_SENDING if they reset their request stream." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1642", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -86186,10 +86258,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1642.patch" }, "body": "Fixes #1530.\r\n\r\nMakes the initial size the applicable limit when the encoder is first usable. For 0-RTT on clients, that's the remembered value regardless of later SETTINGS frames (and per #1641, that value can't be reduced but might be increased later). For 1-RTT clients and servers always, that's just the value in the SETTINGS frame.\r\n\r\nText feels rather ugly; wordsmithing suggestions gratefully accepted.\r\n\r\nNote that this is one more reason the server can't do anything until it has seen the client's SETTINGS frame, but that's a prohibition we already have." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1641", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -88079,7 +88148,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1613.patch" }, "body": "For Retry and Version Negotiation.\r\n\r\nCloses #1292." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1612", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -88150,10 +88222,7 @@ "closed_at": "2018-08-01T05:45:25Z", "author_association": "NONE", "body": "we say that in the draft\r\n\r\n\"All QUIC frames are idempotent. That is, a valid frame does not cause undesirable side effects or errors when received more than once\"\r\n\r\nHowever max stream data has one peculiar property, i.e. lets say a sender sends 4 packets:\r\n\r\npacket 1:\r\nmax_data -> value = 1000\r\n\r\npacket 2:\r\nmax_data -> value = 2000\r\n\r\npacket 3:\r\nmax_data -> value = 1000\r\n\r\npacket 4:\r\nmax_data -> value = 200\r\n\r\nHere the sender, either due to malice or a bug decides to send the same max data in 2 different packets.\r\n\r\nLet's say no loss occurs and the receiver gets all the packets. Obviously the receiver could ignore the max data in packets 3 and 4, however a receiver who wants to help peers prevent flow control bugs from happening can know that the peer had sent packet 3 after packet 2 and had thus attempted to accidentally reduce the value. We currently do this in our implementation to help avoid nasty issues like this and has helped us detect bugs. However, after some offline discussions with @marten-seemann and @kazuho it seemed like people had mixed opinions about this one. One could say that the sentence about idempotence could warrant a receiver allowing this behavior, however what about packet 4 if the sender had clearly never sent the value 200 before?" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1611", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -90080,7 +90149,10 @@ "closed_at": "2018-08-02T22:24:39Z", "author_association": "CONTRIBUTOR", "body": "\"_The_ control stream\" (with the definite article) is mentioned several times in the draft, but is never defined.\r\n\r\nThe control stream must be the Encoder Stream. Should we `s/control stream/Encoder Stream/g`?" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1582", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -90149,10 +90221,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1582.patch" }, "body": "Fixes #935" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1581", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -91961,7 +92030,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1553.patch" }, "body": "...but prohibiting it might make it harder for us to define new uses for\r\npackets with long headers.\r\n\r\nCloses #1348." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1552", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -92030,10 +92102,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1552.patch" }, "body": "Closes #1547.\r\n\r\n(Note the target of this PR. This is blocked on #1498.)" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1551", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -93998,7 +94067,10 @@ "closed_at": null, "author_association": "CONTRIBUTOR", "body": "Some references in HTTP/QUIC would benefit from invoking the HTTPter drafts instead, if they finish before we do. For example, the text is #1516 is unnecessarily awkward because it references concepts from RFC 7230 while disclaiming the wire format. The equivalent text in [Semantics](https://httpwg.org/http-core/draft-ietf-httpbis-semantics-latest.html#message.abstraction) is far more appropriate." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1522", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -94105,10 +94177,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1522.patch" }, "body": "Closes #1521." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1521", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -95998,7 +96067,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1493.patch" }, "body": "This PR adds an appendix with some pseudo code that show how to decode packet numbers.\r\nThe explanation in the draft was a bit terse so I think some example code might help." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1492", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -96069,10 +96141,7 @@ "closed_at": "2018-07-31T05:13:07Z", "author_association": "MEMBER", "body": "Because the Initial packet's token is after the rest of the long header, the packet number must be decrypted first to determine the starting offset of the Token Length field and then the Token field. This adds a requirement for DDoS Mitigation Devices, that would simple read the token field to validate address ownership before passing the packet along or sending a Retry packet of its own, to have crypto support. If the packet number followed the token, this would no longer be a requirement on the hardware." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1491", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -97939,7 +98008,10 @@ "closed_at": "2018-09-08T16:40:06Z", "author_association": "CONTRIBUTOR", "body": "We should make it clear that implementations must handle overlapping data in all cases:\r\n\r\n1) Duplicate STREAM/CRYPTO_HS in two different packets\r\n2) Duplicate STREAM/CRYPTO_HS in the same packet\r\n3) Duplicate STREAM/CRYPTO_HS in two packets but inside one UDP datagram\r\n\r\nThe receiver should discard overlapping data and not close the connection." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1462", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -97993,10 +98065,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1462.patch" }, "body": "Closes #1459." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1461", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -99903,7 +99972,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1433.patch" }, "body": "" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1432", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -99966,10 +100038,7 @@ "closed_at": "2018-10-31T00:43:03Z", "author_association": "MEMBER", "body": "HTTP/QUIC has a particular example of a pattern that seems likely to be usable in many other contexts. A block of data is preceded by a length field. The receiver of that block might read the length field then await the arrival of the entire block before processing the block. During that time, the block is left unread so that the data can sit in the receive buffer of the transport. This ensures that the data counts towards the flow control limits of the receiver. This can prevent the sender from adding more messages that would only consume additional memory at the receiver.\r\n\r\nIn an extreme case, this leads to a deadlock. The receiver is waiting for the end of a block. The sender cannot send the remainder of the block because it does not have enough flow control credit.\r\n\r\nThis impasse doesn't naturally resolve in this case. Worse, even if flow control might allow a single stream to make progress because the receiver ensures that it provides credit for the largest possible message or more, multiple concurrent streams could each consume a small part of the available flow control credit without allowing any single one to make progress.\r\n\r\nUltimately, there isn't an easy fix for this. We could recommend a new input for prioritization: favour the sending of data for streams that are in the middle of sending a chunk, but that requires the transport be informed of message boundaries. Relying on RST_STREAM to cancel streams until the logjam clears might work in some cases, but we have some examples already of streams that cannot be safely cancelled. So this will always be a danger. We gain some insight into what is going on with BLOCKED and friends, but ultimately this is just *hard*.\r\n\r\nNot sure how much advice we can give here, or whether saying anything is even needed." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1431", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -102112,7 +102181,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1403.patch" }, "body": "I made some changes in #1363 to the explanation of how these are encoded because I found the explanation baffling. Here's that text, without the swap of the two values.\r\n\r\nNow that I've read this 100 times, I think that it doesn't change anything material. It does have one change: making sign=1, delta=0 a decoder error. We could reclaim a bit by making the formula more complex, but that's a hard trade-off." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1402", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -102181,10 +102253,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1402.patch" }, "body": "Closes #1395." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1401", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -104169,7 +104238,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1373.patch" }, "body": "" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1372", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -104238,10 +104310,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1372.patch" }, "body": "This pull request contains an initial adaptation of what was in the design teams Wiki, but with more explanatory glue, and modifications to places where ACK or ACK_ECN frames can be used for example. \r\n\r\nRecovery draft changes are only pseudo code level so far and need a bit more work. " - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1371", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -106144,7 +106213,10 @@ "closed_at": "2019-03-05T22:45:05Z", "author_association": "CONTRIBUTOR", "body": "During the discussion on #904, it was proposed that a means of using different static tables might be worthwhile. We've already found that the web has moved on a bit from the headers in RFC 7541, and the same is likely to be true of whatever we put in HQ1. It might be nice not to need a protocol rev to update the table every few years.\r\n\r\nAnother reason to support multiple tables: Both the HPACK and the draft QPACK static table are based on browser web traffic. Browsers and web aren't the whole of HTTP usage, and other users of HTTP might well define a static table better suited to their needs. If such a mechanism is available, it might also make sense to define separate client and server tables.\r\n\r\nA few models have been suggested, none of them ideal:\r\n\r\n1. **An instruction to switch to a new static table.** Probably difficult to actually work out, because of reordering of request streams with the control stream, but has the advantage that you can start by assuming the default table and switch to another later if the peer supports it.\r\n2. **Crossed SETTINGS values.** Each side declares its supported tables in preferred order. Each side encodes using its most preferred table that was also in the peer's list; decode using the first entry in the peer's list that was also in your list. Requires consuming the server's SETTINGS frame before sending any requests, which clients don't currently have to do, but the requirement to remember settings for 0-RTT plus the server's ability to send in 0.5-RTT makes this less onerous than it would have been in H2. (Note that this option could also be implemented as an HTTP/2 extension.)\r\n3. **Crossed transport parameter.** As previous, but carried in a transport parameter. There are currently no application-level settings exchanged in transport parameters, both due to separation of concerns and because the transport doesn't know in its initial flight what application protocol will be selected (in the general case), so it would need to carry the settings of all application protocols that ALPN is proposing.\r\n\r\nI feel like this is interesting, but I'm undecided about whether it's unnecessary feature creep or useful future-proofing." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1342", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -106253,10 +106325,7 @@ "closed_at": "2018-07-12T04:40:24Z", "author_association": "MEMBER", "body": "We've had this on and off, but it doesn't seem like we've ever concluded.\r\n\r\nArguments for both sides claim simplicity. It all depends on perspective apparently.\r\n\r\nThe material difference is that an implicitly opened stream can be used to send. e.g., if a server receives a STREAM frame for stream 8, then it can now send on stream 4." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1341", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -108187,7 +108256,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1313.patch" }, "body": "Fixes #1311" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1312", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -108241,10 +108313,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1312.patch" }, "body": "It is odd to describe something by saying what is *not* like. In\r\naddition, not all readers of the document will be familiar with\r\nTCP SACKs." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1311", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -109937,7 +110006,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1283.patch" }, "body": "As discussed in London and confirmed on the list, this PR reserves bit 0x04 of the first octet of the short header for the spin bit, referencing a [draft](https://britram.github.io/draft-trammell-quic-spin/draft-ietf-quic-spin-exp.html) to be submitted shortly for the details of the spin bit." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1282", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -109991,10 +110063,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1282.patch" }, "body": "https://www.ietf.org/mail-archive/web/quic/current/msg03855.html" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1281", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -112046,7 +112115,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1253.patch" }, "body": "Define probing/non-probing packet and frames." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1252", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -112117,10 +112189,7 @@ "closed_at": "2018-06-26T22:49:02Z", "author_association": "CONTRIBUTOR", "body": "Perhaps all this will be obviated by ekr, etc. work on the \"Crypto Stream\" PR, but here goes anyway...\r\n\r\nIt bothers me that Stream 0 is not subject to stream flow control limits throughout the handshake. Subjecting it to *connection* flow control could absolutely have unintentional consequences, but explicit flow control for the crypto handshake is no harder than what we manage with TCP every day.\r\n\r\nOne can imagine a fairly trivial attack where a client, after getting a request for a certificate, delivers stream 0 offsets N+10 to N+UINT64_MAX, and the server is required to store it all. It is certainly possible to write some \"don't accept stupid stuff\" code in the server, but it would be way better to allow this control within the protocol without sketchy heuristics.\r\n\r\nObviously, the Initial packet would still not be subject to these limits.\r\n\r\nI would like this tweak to appear in the new proposal. If it is worthwhile to submit a PR against the current text, I am happy to do so." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1251", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -114049,7 +114118,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1223.patch" }, "body": "Fixes #1221.\r\n\r\n@siyengar, @ianswett, @janaiyengar." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1222", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -114110,10 +114182,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1222.patch" }, "body": "" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1221", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -115978,7 +116047,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1193.patch" }, "body": "Closes #896." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1192", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -116032,10 +116104,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1192.patch" }, "body": "Closes #827." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1191", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -118146,7 +118215,10 @@ "closed_at": "2018-05-08T22:32:22Z", "author_association": "MEMBER", "body": "@mirjak asked what happens if you need to send using a different connection ID, but you ran out the supply from your peer?\r\n\r\nI think that it is possible to adopt two policies: either favour continuity at the expense of linkability, or favour unlinkability at the expense of continuing the session. We should explain this trade-off somewhere. We should also encourage the provision of an ample supply of connection IDs." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1162", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -118215,10 +118287,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1162.patch" }, "body": "Fixes #1158, and a drive-by fix for #1161.\r\n\r\n(edit by @MikeBishop to pick up GH integration)\r\nFixes #1161." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1161", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -120067,7 +120136,10 @@ "closed_at": "2018-03-12T15:48:14Z", "author_association": "CONTRIBUTOR", "body": "" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1132", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -120130,10 +120202,7 @@ "closed_at": "2018-02-22T20:01:53Z", "author_association": "CONTRIBUTOR", "body": "It's a bit confusing that the acks actually include the document authors." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1131", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -121872,7 +121941,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1103.patch" }, "body": "" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1102", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -121981,10 +122053,7 @@ "closed_at": "2018-07-15T19:02:18Z", "author_association": "NONE", "body": "Current Recovery specs uses kDefaultMss as MSS value during congestion avoidance in OnPacketAckedCC function. As a result, if a sender sends out a congestion_window amount of data, and all these data gets acked in one onPacketAckedCC call, congestion_window will increase by kDefaultMss. But the sender's real MSS might be different. Seems like we should have another mss value defined in the specs as min(peer's advertised max_packet_size, pmtu), and use that in the OnPacketAckedCC function." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1101", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -123921,7 +123990,10 @@ "closed_at": "2019-03-05T22:45:05Z", "author_association": "NONE", "body": "This is targeting v2.\r\n\r\nWe should provide a mechanism which allows for correctly routing messages at differing priorities for a stateful L7+ protocol to a single (stateful) L7 endpoint.\r\n\r\nOne such mechanism could be 'groups', which tell reverse proxies or similar L7 routing fabric which participate in the QUIC connection (and terminate it) to route all streams in the group to the same L7 endpoint." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1072", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -123975,10 +124047,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1072.patch" }, "body": "The mechanism in this commit allows the peers to negotiate extensions\r\nand allocate the frame numbers for any custom frames that said\r\nextensions define." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1071", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -126032,7 +126101,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1043.patch" }, "body": "This changes the key schedule so that connection ID is part of the key\r\nderivation. Secrets are generally unchanged, except that the handshake secret\r\nis now fixed (we integrate the connection ID via key derivation).\r\n\r\nPacket numbers now start from zero, with an additive masking value that is\r\nderived in the same way that packet protection keys are. Also, the type.\r\n\r\nCloses #1048, #1034, #850, #990, #311." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1042", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -126095,10 +126167,7 @@ "closed_at": "2018-01-12T23:10:05Z", "author_association": "CONTRIBUTOR", "body": "The current draft says the minimum size of TLS's transport_parameters is 30 but the format of the transport parameters was recently changed so the new minimum size is 22." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1041", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -128144,7 +128213,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1013.patch" }, "body": "Closes #1010." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1012", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -128198,10 +128270,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1012.patch" }, "body": "Closes #880.\r\n\r\nThis PR describes a more complete connection migration design. Among other small bits, this design includes the following:\r\n- Allow a client to probe alternate paths without having to use them for data.\r\n- Ensure that a server validates client ownership of a new address." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1011", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -130131,7 +130200,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/983.patch" }, "body": "Closes #982." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/982", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -130194,10 +130266,7 @@ "closed_at": "2017-12-04T06:11:42Z", "author_association": "CONTRIBUTOR", "body": "Section 5.7.1. defines the Initial Packet Number as:\r\n\r\n _The initial value for packet number MUST be selected randomly from a range between 0 and 2^32 - \r\n 1025 (inclusive). This value is selected so that Initial and Handshake packets exercise as many possible \r\n values for the Packet Number field as possible._\r\n\r\nBut the specification of the initial packet in section 5.4.1. Initial Packet says:\r\n\r\n _The first Initial packet that is sent by a client contains a random 31-bit packet number. All subsequent \r\n packets contain a packet number that is incremented by one, see (Section 5.7)._\r\n\r\nIs that a problem? Section 5.4.3. describes the initial number in the Handshake Packet as:\r\n\r\n _The first Handshake packet sent by a server contains a randomized packet number. This value is \r\n increased for each subsequent packet sent by the server as described in Section 5.7._\r\n\r\nThis seems better..." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/981", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -132148,7 +132217,10 @@ "closed_at": "2018-01-16T03:52:33Z", "author_association": "CONTRIBUTOR", "body": "Presently, there is no normative language for Transport Parameter omit_connection_id.\r\n\r\nI would like to propose replacing \"can\" with a normative \"MAY\". It is important that this MAY is specified, so the endpoints do not consider it an error (or even a warning), when their omit_connection_id is ignored.\r\n\r\nServers that identify connections using Connection ID (and not a 4-tuple) need to send that Connection ID, so they can attribute an ICMP Error with the correct connection. (While IPv4 ICMP Error definition makes including UDP packet data optional, many routers still include it, and it is mandatory in IPv6 ICMPv6.)" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/952", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -132249,10 +132321,7 @@ "closed_at": "2018-07-03T04:34:02Z", "author_association": "MEMBER", "body": "The QUIC Transport and Management documents makes several references to the term \"NAT rebinding\". With my pedant hat on, I was surprised to find no concise definition or citation to an expanded definition. Basic Google searching didn't help much either.\r\n\r\nGiven that this came up during Singapore as something that is important to mitigate, it seem like it would be useful to define.\r\n\r\n" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/951", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -134221,7 +134290,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/923.patch" }, "body": "time_of_last_sent_packet should be used to set the loss detection timer, instead of using now.\r\n\r\nFixes #540 " - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/922", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -134275,10 +134347,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/922.patch" }, "body": "Fixes #534" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/921", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -136256,7 +136325,10 @@ "closed_at": "2017-10-20T20:01:58Z", "author_association": "CONTRIBUTOR", "body": "I apologize for not catching PR#844, but I think including the connection ID in the cleartext key derivation creates some minor problems for not much benefit.\r\n\r\n1) I suppose forcing you to derive a different key for each apparently valid CLIENT_INITIAL increases the expense of middleboxes decrypting these packets. However, it also increases the expense for end servers, trusted proxies, etc. with no real increase in security or ossification-resistance.\r\n\r\n2) It is possible for implementers to screw up host/network order for connection ID, which will create debug-resistant crypto mismatches.\r\n\r\n3) Most importantly, I have to store an additional crypto context in my QUIC PCB. Once I've generated 1-RTT keys, there is an interval where I must prepare to receive three different keys: Cleartext, 0-RTT, and 1-RTT, If I can store the cleartext key on a system-wide per-version basis, then I can use the two spots I need for key renegotiation anyway.\r\n\r\nI readily concede that none of these points are showstoppers, but I would like someone to make the case for this added complexity." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/892", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -136327,10 +136399,7 @@ "closed_at": "2017-10-25T04:18:59Z", "author_association": "CONTRIBUTOR", "body": "The editors draft on stateless reset states that\r\n\r\n `7.9.4. Stateless Reset: ... The Packet Number field is set to a randomized value.`\r\n\r\nThis may already have been discussed as I have not followed the stateless reset discussion closely, but here is my concern regardless:\r\n\r\nThe concern is that any unqualified peer can elicit stateless reset packets in order to get more entropi information about the PRNG being used to generate random packet numbers. If this PRNG is also being used for key material and the PRNG is not fully protected against such attacks, it might be possible to guess future keys for an adversary with sufficient resources.\r\n\r\nThere are other places in QUIC where random numbers are exposed, but stateless reset may be particularly easy to trigger in high volumes. A stateless reset might also be easier to trigger without attracting unwanted attention compared to proper connection establishment.\r\n\r\nWhat is the motivation behind adding a random packet number ?\r\n\r\n\r\n" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/891", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -138175,7 +138244,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/863.patch" }, "body": "Closes #862 " - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/862", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -138230,10 +138302,7 @@ "closed_at": "2017-10-12T22:37:12Z", "author_association": "CONTRIBUTOR", "body": "At the moment, application error code STOPPING(0) is defined, and reserved in transport.\r\nI think that defining and reserving \"NOERROR\" application code in transport is nice because an implementation can initialize error code variables with it. STOPPING does not sound like \"NOERROR\" for me. Perhaps, use 0 for NOERROR, and 1 for STOPPING.\r\n" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/861", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -140246,7 +140315,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/833.patch" }, "body": "Closes #834, #881." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/832", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -140317,10 +140389,7 @@ "closed_at": "2017-12-04T06:29:45Z", "author_association": "CONTRIBUTOR", "body": "This would make implementations a lot easier (especially ACK generation)." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/831", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -142219,7 +142288,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/803.patch" }, "body": "" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/802", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -142274,10 +142346,7 @@ "closed_at": "2017-09-28T07:45:35Z", "author_association": "COLLABORATOR", "body": "```\r\n If a sender does not receive a MAX_DATA or MAX_STREAM_DATA frame when\r\n it has run out of flow control credit, the sender will be blocked and\r\n MUST send a BLOCKED or STREAM_BLOCKED frame. These frames are\r\n expected to be useful for debugging at the receiver; they do not\r\n require any other action. A receiver SHOULD NOT wait for a BLOCKED\r\n or STREAM_BLOCKED frame before sending MAX_DATA or MAX_STREAM_DATA,\r\n since doing so will mean that a sender is unable to send for an\r\n entire round trip.\r\n```\r\n\r\nIf this is just for debugging, why is it required?" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/801", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -144196,7 +144265,10 @@ "closed_at": "2017-09-15T18:54:27Z", "author_association": "NONE", "body": "What is currently the best way to explore the feasibility and performance of QUIC on IP links with 580ms+ RTT such as from geostationary satellites as an alternative to TCP which struggles with these conditions without acceleration. " - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/772", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -144250,10 +144322,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/772.patch" }, "body": "Editorial nit, so submitting without review." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/771", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -146390,7 +146459,10 @@ "closed_at": "2018-03-14T11:32:41Z", "author_association": "MEMBER", "body": "We've prevaricated on this one, and I don't think that we have consensus on the outcome.\r\n\r\nDoes a stream become closed when all data is sent the first time, or when that data is acknowledged? The same question applies to RST_STREAM: is the stream closed when RST_STREAM is sent, or when it is acknowledged?\r\n\r\nWith the move to maximum stream identifiers, this question matters less than it did previously, but I think that it still deserves an answer." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/742", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -146445,10 +146517,7 @@ "closed_at": "2017-09-08T21:18:14Z", "author_association": "CONTRIBUTOR", "body": "In the draft 05, the stateless reset header is defined as:\r\n~~~\r\n> +-+-+-+-+-+-+-+-+\r\n> |0|C|K| 00001 |\r\n> +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\r\n> | |\r\n> + [Connection ID (64)] +\r\n> | |\r\n~~~\r\n\r\nThe first 8 bits mimic the beginning of a short header, with the connection ID optional (C bit), with the key phase arbitrary (K bit), and with a type set to 0x01, which implies \"encoding of sequence number on 1 octet\". Why 1, instead of 2 or 4?\r\n\r\nIf the server mostly uses a 4 bytes encoding for ongoing connections, the first byte for these connections will typically be 0x43, maybe 0x63 if the key rotates. If the first byte of stateless reset is 0x41, it will stick out." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/741", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -148435,7 +148504,10 @@ "closed_at": "2018-01-25T02:06:35Z", "author_association": "CONTRIBUTOR", "body": "In Paris, there was discussion about allowing the server to change the Connection ID on a Server Stateless Retry. However, the spec doesn't actually define how to do this. Currently, it says to start a new connection, which could be read to imply a newly-random Connection ID.\r\n\r\nFor load-shedding, it would be nice to enable the server to point the client to a new server, which likely implies carrying it in the HelloRetryRequest.\r\n" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/712", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -148504,10 +148576,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/712.patch" }, "body": "HTTP_MALFORMED_DATA description mentioned HEADERS and it wasn't in the IANA table.\r\n\r\nHTTP_WRONG_STREAM was defined as HTTP_SETTINGS_ON_WRONG_STREAM.\r\n\r\n@MikeBishop, I hope that this is properly editorial, the HTTP_SETTINGS_ON_WRONG_STREAM thing isn't clear, though WRONG_STREAM is now used in a few other places." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/711", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -150408,7 +150477,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/683.patch" }, "body": "At the hackathon it came out that several people believed that Version Negotiation had integrity protection. This was understandable. The transport doc only said that integrity was for cleartext and said nothing about version neogitation, which isn't great. What was worse was that the TLS doc said that it was for all unprotected packets, which is not the case." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/682", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -150462,10 +150534,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/682.patch" }, "body": "" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/681", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -152470,7 +152539,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/653.patch" }, "body": "I have had the experience of being confused by the \"cumulative ack\"\r\nlangauge in the current draft and then explaining it to others\r\nconfused about the same thing.\r\n\r\ncumulative' is not used in the tcp sense where\r\nthe largest-ack is cumulative for all of the packets previous to\r\nit. It tends to mean non-revokable here (which the draft also uses -\r\nimo to more clarity.) While future acks can incorprate the data from\r\nold ack frames (being in that sense cumulative) they do not have to\r\nand in some cases will not be able to be so for space reasons.\r\n\r\nIn this case I think it is just the clarifying text that is confusing\r\n- so less is more." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/652", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -152533,10 +152605,7 @@ "closed_at": "2017-06-25T22:27:47Z", "author_association": "NONE", "body": "In current draft there is sentence: \"A STREAM frame MUST have either non-zero data length or the FIN bit set.\"\r\nAt least for me this was confusing if it refers to Data Length field + D bit. Wouldn't a better wording be something similar to: \"A STREAM frame MUST have either non-empty Stream Data payload or the FIN bit set.\" or \"A STREAM frame MUST have either some Stream Data payload or the FIN bit set without payload\"?" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/651", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -154646,7 +154715,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/623.patch" }, "body": "This corrects a few infidelities about the way that stream states\r\nupdate. This includes Subodh's excellent suggestion to limit\r\ntransitions from idle to only go through open.\r\n\r\nFixes #572, #571." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/622", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -154709,10 +154781,7 @@ "closed_at": "2017-06-10T14:54:54Z", "author_association": "CONTRIBUTOR", "body": "Would it make sense to have a X-Forwarded-For parameter at the transport level?\r\n\r\nA HTTP/1.1 server could forward to HTTP/QUIC using HTTP headers. X-Forwarded-For is generally useful and sometimes necessary in load balancer contexts.\r\n\r\nQUIC could be terminated at an edge server that has access to certificates not available to backend servers. In this case a new QUIC connection may be created from edge server to backend. if the application protocol is not HTTP and the backend wants to filter against blacklists or whitelists, or log traffic, it must pass this information to the edge server. The connection could also be generic port forwarding like `ssh -L 8080:localhost:9090 user@example.com`.\r\n\r\nCould this forwarding information meaningfully belong to the transport layer, for example in extended transport parameters? And for non-terminating middle boxes, could these amend the initial client packet with forwarding headers?\r\n\r\nI realise that this is a can of worms, but at least it is better to shoot it down knowlingly rather than to regret not adding it later on." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/621", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -156740,7 +156809,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/593.patch" }, "body": "in which the server sends back the client's version, as servers\r\naren't supposed to do this." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/592", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -156849,10 +156921,7 @@ "closed_at": "2018-07-14T19:24:11Z", "author_association": "CONTRIBUTOR", "body": "In draft-ietf-quic-recovery-03, section 4.3: \r\n\r\n kDefaultMss (default 1460 bytes): The default max packet size used\r\n for calculating default and minimum congestion windows.\r\n\r\n kInitialWindow (default 10 * kDefaultMss): Default limit on the\r\n amount of outstanding data in bytes.\r\n\r\n kMinimumWindow (default 2 * kDefaultMss): Default minimum congestion\r\n window.\r\n\r\nThe document doesn't discuss MSS more, however it clearly have significant impact on the protocol behavior. Thus, I really like to get some clarifications on how MSS are handled in QUIC. Some questions I have are:\r\n\r\n1. What is the relation between MSS and IP layer MTU?\r\n2. Is the constants above intended to be related to actual packets possible to send, where MSS = MTU is important, or only to indicate a certain number of bytes? \r\n3. What manipulation is allowed of MSS during a connections life time. In QUIC change of MTU has to be expected for several reasons. Thus, should MSS be updated due to MTU changes, and how are they performed?\r\n" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/591", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -159140,7 +159209,10 @@ "closed_at": "2017-08-16T02:54:55Z", "author_association": "CONTRIBUTOR", "body": "As pointed out by mcmanus@, since there are packet types that echo the packet number, these must not generate acks. This should be explicitly noted. Similarly, it may be helpful to explicitly list the frame types that must not generate acks (all non-retransmittable frames)." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/562", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -159195,10 +159267,7 @@ "closed_at": "2017-05-31T13:45:08Z", "author_association": "CONTRIBUTOR", "body": "The transport draft says:\r\n\r\n\"Packets that are protected with 1-RTT keys MAY be sent with long headers.\"\r\n\r\nbut don't we need the kay phase bit for protected packets and long headers don't have that?" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/561", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -161612,7 +161681,10 @@ "closed_at": "2017-06-21T14:25:47Z", "author_association": "MEMBER", "body": "There are two different blocks of pseudo code for `OnPacketAcked`, one in Section 3.2.6 and a different one in 4.6." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/532", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -161681,10 +161753,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/532.patch" }, "body": "Closes #511." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/531", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -164093,7 +164162,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/503.patch" }, "body": "Align with the language use in MAX_STREAM_DATA" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/502", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -164156,10 +164228,7 @@ "closed_at": "2018-01-16T01:31:26Z", "author_association": "MEMBER", "body": "@britram points out that this ceased to be an identifier some time ago. That doesn't mean that the name needs to change. We all seem capable of dealing with this minor disconnect, after all. But we might want to at least consider giving some thought to finding a more appropriate name. \r\n\r\nThis is bike shed territory. I expect that editors will ultimately have to exercise discretion. " - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/501", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -166559,7 +166628,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/473.patch" }, "body": "I didn't recommend a specific error code for this. One of the generic ones will suffice. I expect this to be rare enough that no implementation will bother reacting to a specific error code.\r\n\r\nCloses #290" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/472", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -166666,10 +166738,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/472.patch" }, "body": "The entity that creates the packet is not always aware of the existence of header extensions. That makes hitting the 1280 octet limit hard. Worse, if they are aware of extensions, they might reduce the size and then encounter a server that enforces the limit. That server will discard the packet. That makes enforcement risky.\r\n\r\nThis change places the limit on the payload. It mandates 1232/1252 for v6/v4.\r\n\r\nThis is the uncomplicated version. The complicated version that I didn't write up allows a client that knows more about overheads to reduce the payload size as long as they keep above some floor value (e.g., 1180). We might consider doing that later if we want to allow QUIC to operate on paths with a much tighter MTU overhead. Evidence suggests that we don't need this though (open an issue if you disagree).\r\n\r\nCloses #267" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/471", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -168899,7 +168968,10 @@ "closed_at": "2017-04-25T22:33:40Z", "author_association": "MEMBER", "body": "The current design has a special carve-out for stream 0, but special semantics for it.\r\n\r\nIf we split this into two different frame types, we avoid having special logic for the scaling of the connection-level window AND we can reclaim stream 0.\r\n\r\nThat leads to the possibility of using stream 0 for crypto, stream 1 for HTTP control." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/442", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -169006,10 +169078,7 @@ "closed_at": "2017-05-11T04:59:02Z", "author_association": "MEMBER", "body": "The current design for server-chosen connection IDs doesn't allow the server to choose a connection ID on version negotiation and stateless reject. Also, it doesn't allow a load balancer to distinguish between a server-chosen connection ID and one that the client chose.\r\n\r\nThe proposed resolution would be to have the following cleartext packet types:\r\n\r\n1. initial client packet - in which connection ID is randomized by the client\r\n2. server packet - in which the server picks a connection ID\r\n3. version negotiation - in which the server picks a connection ID\r\n4. client packet with server-chosen connection ID\r\n\r\nEssentially, the only packet that contains a client-chosen connection ID is the first one from the client.\r\n\r\nThis only requires a change from \"final server\" to \"initial client\" packet type and a tweak to the semantics of the others.\r\n\r\nRaised in conversation with @siyengar, @igorlord, and some others." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/441", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -170949,7 +171018,10 @@ "closed_at": "2017-05-08T01:35:16Z", "author_association": "MEMBER", "body": "There is a common problem throughout the draft whereby the document talks about state transitions triggered by sending a packet. This is necessary when the state causes resources to be committed, but when resources are freed it is invariably wrong.\r\n\r\nThus, we have two classes situations for a sender that need to be clearly distinguished:\r\n\r\n1. Actions that reserve resources take effect as soon as the first packet is sent. This includes:\r\n * sending the first STREAM frame on a stream (which consumes a concurrent stream),\r\n * the first transmission of and STREAM data (which moves the flow control offset),\r\n * sending a packet that adds to the header table (which reduces the available space there), \r\n * etc...\r\n\r\n2. Actions that release resources take effect when they are acknowledged. This includes:\r\n * sending a STREAM frame with the FIN flag set (which can release a stream),\r\n * sending a RST_STREAM frame (which can release a stream),\r\n * deleting a header table entry (which eventually frees space),\r\n * etc...\r\n\r\nWhen describing these, we need to be careful to be very precise about these things. In particular, STREAM frames with a FIN flag can both consume resource and release them. The consumption happens immediately, but the release depends on acknowledgment." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/412", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -171004,10 +171076,7 @@ "closed_at": "2017-03-22T03:19:50Z", "author_association": "CONTRIBUTOR", "body": "\r\nHere's a nit: the drafts currently cite their sibling drafts in a way that doesn't conform to the applicable rules. For instance, in we have:\r\n\r\n [QUIC-TRANSPORT]\r\n Iyengar, J., Ed. and M. Thomson, Ed., \"QUIC: A UDP-Based\r\n Multiplexed and Secure Transport\".\r\n\r\n\r\nThat lacks the draft name, the publication date, and the mandatory \"work in progress\" clause.\r\n\r\nEssentially, a newbie reader would have to do a web search for the document title." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/411", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -173019,7 +173088,10 @@ "closed_at": "2017-06-09T13:36:33Z", "author_association": "CONTRIBUTOR", "body": "In the error codes there's a QUIC_PACKET_TOO_LARGE error, but there's no maximum packet size specified anywhere in the document.\r\n\r\nDoes it make sense to define a maximum packet size or must a QUIC implementation be capable of handling packets with the maximum UDP packet size? Google QUIC currently uses 1452 as the maximum packet size (= Ethernet MTU - minimum UDP header size)." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/382", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -173073,10 +173145,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/382.patch" }, "body": "Closes #146" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/381", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -175379,7 +175448,10 @@ "closed_at": "2017-06-07T09:06:28Z", "author_association": "MEMBER", "body": "@martinduke suggested that we might remove CONNECTION_CLOSE in favour of using a Public Reset packet. That would require that the error code be made public knowledge.\r\n\r\nI can see a few advantages for a middlebox, primary of these being a clear signal that a connection is done (though that would not be something that could be strongly authenticated). It would also simplify state on servers that decide to terminate a connection: they only have to keep whatever information they need to generate a Public Reset, which is a single piece of global state. \r\n\r\nThe downside is the insights that the error code give into the otherwise confidential operations of the protocol (we'd likely want to tighten the level of detail in error codes). Also, it means that a server that wants to permit retries would have to send two packets: a GOAWAY packet in addition to the Public Reset." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/352", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -175450,10 +175522,7 @@ "closed_at": "2017-03-08T19:26:57Z", "author_association": "MEMBER", "body": "In writing up a change for GOAWAY, I realize that it doesn't need to signal the error condition that triggered it. An endpoint that wants to kill a connection can use CONNECTION_CLOSE and the error code that carries. The purpose of GOAWAY is to signal graceful shutdown and to mark multiple streams as being safe to retry.\r\n\r\nIf it doesn't need an error code, then the reason phrase can go away as well.\r\n\r\n(This might depend on the outcome of discussions that suggest that CONNECTION_CLOSE could be replaced by Public Reset. Or, it might influence the outcome of that discussion...)" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/351", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -177498,7 +177567,10 @@ "closed_at": "2017-03-08T19:14:20Z", "author_association": "MEMBER", "body": "The text currently mandates (MUST!) a 4 times safety margin against reordering when picking the packet number size. This is purely a safety margin feature, so mandating a value isn't justified.\r\n\r\nAn implementation could, though perhaps it is unwise, use a much smaller packet number than this. The risk is that there is reordering greater than 2^size and the packets are delivered but cannot be recovered at the receiver. That's terrible, it will trigger loss recovery and send bad signals. However, the protocol doesn't actually break.\r\n\r\nAt a minimum, we should make this a recommendation. Setting a mandatory floor on the value might be reasonable, but I'd be reluctant to do that unless it was pretty low, or if the value were different for different packet number sizes (smaller margins are probably more justifiable for larger packet number encodings).\r\n\r\nIdeally, we should science this and try to measure probabilities of reordering. Ideally reordering probability as a function of outstanding packets." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/322", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -177567,10 +177639,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/322.patch" }, "body": "" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/321", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -179869,7 +179938,10 @@ "closed_at": "2017-03-09T22:45:33Z", "author_association": "CONTRIBUTOR", "body": "@martinthomson created a header proposal that provides a fixed 8 byte connection id in a fixed location. \r\n\r\nWe need to decide if this is a requirement or a nice to have.\r\n\r\nI haven't found any environments it needed to be in a fixed location for all packets, as long as it's easy to determine where it will be from the first byte of the packet." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/292", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -179940,10 +180012,7 @@ "closed_at": "2017-02-16T16:33:30Z", "author_association": "CONTRIBUTOR", "body": "@martinthomson Wrote up a public header proposal that implies 4 byte alignment is an important goal of the public header.\r\n\r\nIs it necessary, as it does constrain the design space substantially? And if there are environments it's necessary, is it only a requirement for non-endpoint devices(aka middleboxes), so only applies to the non-protected portion of the packet." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/291", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -182314,7 +182383,10 @@ "closed_at": "2017-05-11T06:17:01Z", "author_association": "CONTRIBUTOR", "body": "This is an issue we briefly discussed in a coffee break in Tokyo, that nobody has written up so far.\r\n\r\nWe currently don't have a definition of the number of concurrent streams that both peers agree on at every given moment. Chrome and quic-go solve this problem by allowing a higher number of open streams (10% or 10 streams more, whichever is higher, than the advertised limit). This seems to work fine for HTTP, but will probably break down when using many short-lived streams.\r\n\r\n### Problem analysis\r\n\r\nThe main problem here is that it is very difficult for the sender to determine if the receiver considers a stream closed at any given moment. To do so, it would have to keep track of all packets containing stream data for that stream. Only when all of those packets have been ACKed (or retransmissions of those packets, if any packets were lost), it knows that the stream changed its state on the receiver's side.\r\n\r\nI think there's a more fundamental problem hidden here: Receiving a FIN should not cause a state transition in the first place. The concurrent stream limit is supposed to protect a receiver from allocating to many resources. Therefore, a stream should only be considered closed once the application finished reading from that stream (which, if it is reading the whole stream data, is only possible after receiving the FIN, but might be an arbitrary amount of time later, if the application is reading slowly).\r\n\r\n### Possible solution\r\n\r\nThere needs to be a way for the receiver to tell the sender that it considers a stream closed. We could introduce a CLOSED_STREAM frame type for that.\r\nA peer would send a CLOSED_STREAM frame only after it closed the stream locally (i.e. only from the *half closed (locally)* state) and after it finished reading from the stream. \r\nA peer receiving a CLOSED_STREAM can immediately remove the corresponding stream from the list of open streams.\r\n\r\n\r\nI can work out the details and provide a PR for this, but I'd like to discuss the proposal here first. It might make sense to finish the changes regarding the resetting of streams (related issues: #165 and #171), since this will already significantly change the stream state diagram." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/262", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -182393,10 +182465,7 @@ "closed_at": "2017-03-10T00:51:53Z", "author_association": "MEMBER", "body": "As @ekr observes, this violates the rules we've agreed to for TLS, the same applies here.\r\n\r\n(This was a long and difficult conversation in TLS, we should probably just work out how to make the change.)" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/261", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -184587,7 +184656,10 @@ "closed_at": "2017-06-10T17:23:06Z", "author_association": "MEMBER", "body": "The draft currently says:\r\n\r\n> Frames of unknown types are ignored.\r\n\r\nWhich is basically impossible. The only option an endpoint has when it encounters an unknown frame type is to throw out the entire frame or terminate the connection. We should pick the latter." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/232", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -184658,10 +184730,7 @@ "closed_at": "2017-05-03T03:43:36Z", "author_association": "MEMBER", "body": "In order to break linkability across events that are known to an endpoint, we should explore the possibility of having each endpoint provide the other with a new connection identifier AND a number of packet numbers that should be skipped. This allows an endpoint to continue using the same connection on a new path without linking use of that new path to use of the old path.\r\n\r\nYou need to change connection ID and packet numbers or they can be used for linking. That doesn't preclude the use of other signals for linking, but it removes obvious ones.\r\n\r\nThis wouldn't address all of the potential linkability issues we identified, but would help in cases where an endpoint is aware of the need - or even potential need - for a gap in linkability." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/231", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -186808,7 +186877,10 @@ "closed_at": "2019-01-30T05:47:57Z", "author_association": "CONTRIBUTOR", "body": "One of the major features of QUIC vs TCP is the option of seamless connection migration. One can conceive of a situation where a network middle-man (e.g. an ISP, firewall implementer, etc) might have an interest in blocking this feature, e.g. by detecting connection migrations to their network and dropping those packets. I propose that we think of a way to make a connection migration indistinguishable from a \"normal\" new connection.\r\n\r\nOne solution I can think of would be to have the client send a \"fake\" initial packet with 0-RTT encryption (which would then be discarded by the server as undecryptable). The first few packets sent on the new address would also need to have the version bit set – which the server would have to ignore.\r\n\r\nThis would also require initial packet number randomization (see #35).\r\n\r\nThis issue might conflict somewhat with #185.\r\n\r\nThanks to @lcolitti for pointing this issue out." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/202", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -186879,10 +186951,7 @@ "closed_at": "2017-01-25T04:47:48Z", "author_association": "COLLABORATOR", "body": "The primary use case for conventional CONNECT proxies is firewall traversal. Is there a big use case for QUIC proxies which we then need to traverse?" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/201", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -188980,7 +189049,10 @@ "closed_at": "2017-02-23T01:31:22Z", "author_association": "NONE", "body": "Re: 5.2.2. HEADERS\r\n\r\nDefines the sequence number as 16 bits. \r\n\r\nUnder the HTTP mapping, with stream ids being 32 bit, and 2 streams per request, the limit would be ~ 2^30 requests per connection. The 16 bit HEADERs sequence number will run out much sooner.\r\n\r\nUnless the assumption is that these HEADERs sequence numbers can wrap around, and the active range constrained, ala TCP sequence numbers.\r\n\r\nOr a third alternative might be to go with compressed, ala issue #154.\r\n\r\nMaybe sequence numbers could adopt the integer encoding scheme of HPACK?\r\n\r\n\r\n" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/172", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -189049,10 +189121,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/172.patch" }, "body": "QUIC's flow control and stream states are similar to and modeled after HTTP/2. That makes RFC7540 a great *informative* reference. However, reading RFC7540 isn't (or shouldn't be) required to implement QUIC, so they shouldn't be normative." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/171", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -191402,7 +191471,10 @@ "closed_at": "2017-05-04T02:44:26Z", "author_association": "MEMBER", "body": "Servers shouldn't need to send more than one version negotiation packet, they only resend so that they are stateless and to deal with packet loss on the return path.\r\n\r\nClients should ignore version negotiation packets if they already have received packets from the server. \r\n\r\nThis requirement on the client could be used for denial of service in the case where the legitimate server needs to use version negotiation. If an attacker can race a legitimate looking ServerHello at the client (which isn't impossible), then the client will ignore the real server's attempt at version negotiation. This is hard for an off-path attacker due to the need to echo certain parts of the client initial packet. (I'd say connection ID is enough, but that might run afoul of #119.)" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/142", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -191503,10 +191575,7 @@ "closed_at": "2017-03-28T23:05:04Z", "author_association": "CONTRIBUTOR", "body": "In draft-ietf-quic-recovery.md\r\n\r\n` if (rto_count = 0):\r\n alarm_duration = max(200ms, smoothed_rtt + 4 x rttvar);\r\n else:\r\n alarm_duration = loss_detection_alarm.get_delay() << 1;\r\n rto_count++;\r\n\r\nThe return value of get_delay() is not defined anywhere in the document." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/141", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -193769,7 +193838,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/113.patch" }, "body": "This defines what a version number is and carves out space for us.\r\n\r\nI've added a section on what can change between versions. Right now, I've identified what I believe to be the absolute minimum that has to stay constant. This is made easier because it only relates to packets that are exchanged before a connection is setup. Closes #55.\r\n\r\nI've aligned the version negotiation section with the recent changes to -tls. That includes the client including a version in all packets prior to the commencement of packet protection.\r\n\r\nI'm laying some groundwork for later changes here. I'll build on this when I define the transport parameters, stealing from #99.\r\n\r\nBuilds on #111." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/112", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -193878,10 +193950,7 @@ "closed_at": "2017-02-23T06:57:41Z", "author_association": "MEMBER", "body": "Shout out to @davidben and the recently adopted draft-davidben-tls-grease." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/111", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -195894,7 +195963,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/83.patch" }, "body": "" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/82", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -195948,10 +196020,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/82.patch" }, "body": "" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/81", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -198284,7 +198353,10 @@ "closed_at": "2017-03-10T03:47:20Z", "author_association": "CONTRIBUTOR", "body": "Not all figures currently do." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/52", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -198393,10 +198465,7 @@ "closed_at": "2017-03-10T01:03:48Z", "author_association": "MEMBER", "body": "We need to write down how this happens:\r\n\r\n1. on the same connection\r\n2. on a subsequent connection" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/51", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -200750,7 +200819,10 @@ "closed_at": "2017-03-03T00:24:14Z", "author_association": "MEMBER", "body": "There are probably lots of these, which we should include in the transport doc.\r\n\r\nOff the top of my head: client, server, peer, endpoint, stream, frame, packet, packet number, stream error, connection error, outstanding/unacknowledged.\r\n\r\nMore complicated concepts belong in requisite documents: e.g., loss detection, retransmission, and congestion; flights, etc..." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/22", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -200819,10 +200891,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/22.patch" }, "body": "" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/21", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", diff --git a/pulls.json b/pulls.json index 53dd67c0e5..88a60374f3 100644 --- a/pulls.json +++ b/pulls.json @@ -1,5 +1,343 @@ [ + { + "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2902", + "id": 298456695, + "node_id": "MDExOlB1bGxSZXF1ZXN0Mjk4NDU2Njk1", + "html_url": "https://github.com/quicwg/base-drafts/pull/2902", + "diff_url": "https://github.com/quicwg/base-drafts/pull/2902.diff", + "patch_url": "https://github.com/quicwg/base-drafts/pull/2902.patch", + "issue_url": "https://api.github.com/repos/quicwg/base-drafts/issues/2902", + "number": 2902, + "state": "open", + "locked": false, + "title": "Fix lack of exponential backoff in pseudocode", + "user": { + "login": "ianswett", + "id": 20072817, + "node_id": "MDQ6VXNlcjIwMDcyODE3", + "avatar_url": "https://avatars1.githubusercontent.com/u/20072817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ianswett", + "html_url": "https://github.com/ianswett", + "followers_url": "https://api.github.com/users/ianswett/followers", + "following_url": "https://api.github.com/users/ianswett/following{/other_user}", + "gists_url": "https://api.github.com/users/ianswett/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ianswett/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ianswett/subscriptions", + "organizations_url": "https://api.github.com/users/ianswett/orgs", + "repos_url": "https://api.github.com/users/ianswett/repos", + "events_url": "https://api.github.com/users/ianswett/events{/privacy}", + "received_events_url": "https://api.github.com/users/ianswett/received_events", + "type": "User", + "site_admin": false + }, + "body": "When there is no smoothed_rtt, PR #2806 inadvertently removed the exponential backoff from the pseudocode.", + "created_at": "2019-07-17T12:56:05Z", + "updated_at": "2019-07-17T12:58:21Z", + "closed_at": null, + "merged_at": null, + "merge_commit_sha": "9bb3748c1f2d07cffd9a7df32d7182152d1a8724", + "assignee": null, + "assignees": [ + + ], + "requested_reviewers": [ + + ], + "requested_teams": [ + + ], + "labels": [ + { + "id": 481873040, + "node_id": "MDU6TGFiZWw0ODE4NzMwNDA=", + "url": "https://api.github.com/repos/quicwg/base-drafts/labels/-recovery", + "name": "-recovery", + "color": "fbca04", + "default": false + }, + { + "id": 481871311, + "node_id": "MDU6TGFiZWw0ODE4NzEzMTE=", + "url": "https://api.github.com/repos/quicwg/base-drafts/labels/editorial", + "name": "editorial", + "color": "0e8a16", + "default": false + } + ], + "milestone": null, + "commits_url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2902/commits", + "review_comments_url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2902/comments", + "review_comment_url": "https://api.github.com/repos/quicwg/base-drafts/pulls/comments{/number}", + "comments_url": "https://api.github.com/repos/quicwg/base-drafts/issues/2902/comments", + "statuses_url": "https://api.github.com/repos/quicwg/base-drafts/statuses/0c307d7e97c08c6a29933ae826dd3c1d6f3fe1f8", + "head": { + "label": "quicwg:ianswett-fix-no-rtt", + "ref": "ianswett-fix-no-rtt", + "sha": "0c307d7e97c08c6a29933ae826dd3c1d6f3fe1f8", + "user": { + "login": "quicwg", + "id": 22631371, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyNjMxMzcx", + "avatar_url": "https://avatars3.githubusercontent.com/u/22631371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/quicwg", + "html_url": "https://github.com/quicwg", + "followers_url": "https://api.github.com/users/quicwg/followers", + "following_url": "https://api.github.com/users/quicwg/following{/other_user}", + "gists_url": "https://api.github.com/users/quicwg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/quicwg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/quicwg/subscriptions", + "organizations_url": "https://api.github.com/users/quicwg/orgs", + "repos_url": "https://api.github.com/users/quicwg/repos", + "events_url": "https://api.github.com/users/quicwg/events{/privacy}", + "received_events_url": "https://api.github.com/users/quicwg/received_events", + "type": "Organization", + "site_admin": false + }, + "repo": { + "id": 73779599, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzc3OTU5OQ==", + "name": "base-drafts", + "full_name": "quicwg/base-drafts", + "private": false, + "owner": { + "login": "quicwg", + "id": 22631371, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyNjMxMzcx", + "avatar_url": "https://avatars3.githubusercontent.com/u/22631371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/quicwg", + "html_url": "https://github.com/quicwg", + "followers_url": "https://api.github.com/users/quicwg/followers", + "following_url": "https://api.github.com/users/quicwg/following{/other_user}", + "gists_url": "https://api.github.com/users/quicwg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/quicwg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/quicwg/subscriptions", + "organizations_url": "https://api.github.com/users/quicwg/orgs", + "repos_url": "https://api.github.com/users/quicwg/repos", + "events_url": "https://api.github.com/users/quicwg/events{/privacy}", + "received_events_url": "https://api.github.com/users/quicwg/received_events", + "type": "Organization", + "site_admin": false + }, + "html_url": "https://github.com/quicwg/base-drafts", + "description": " Internet-Drafts that make up the base QUIC specification", + "fork": false, + "url": "https://api.github.com/repos/quicwg/base-drafts", + "forks_url": "https://api.github.com/repos/quicwg/base-drafts/forks", + "keys_url": "https://api.github.com/repos/quicwg/base-drafts/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/quicwg/base-drafts/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/quicwg/base-drafts/teams", + "hooks_url": "https://api.github.com/repos/quicwg/base-drafts/hooks", + "issue_events_url": "https://api.github.com/repos/quicwg/base-drafts/issues/events{/number}", + "events_url": "https://api.github.com/repos/quicwg/base-drafts/events", + "assignees_url": "https://api.github.com/repos/quicwg/base-drafts/assignees{/user}", + "branches_url": "https://api.github.com/repos/quicwg/base-drafts/branches{/branch}", + "tags_url": "https://api.github.com/repos/quicwg/base-drafts/tags", + "blobs_url": "https://api.github.com/repos/quicwg/base-drafts/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/quicwg/base-drafts/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/quicwg/base-drafts/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/quicwg/base-drafts/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/quicwg/base-drafts/statuses/{sha}", + "languages_url": "https://api.github.com/repos/quicwg/base-drafts/languages", + "stargazers_url": "https://api.github.com/repos/quicwg/base-drafts/stargazers", + "contributors_url": "https://api.github.com/repos/quicwg/base-drafts/contributors", + "subscribers_url": "https://api.github.com/repos/quicwg/base-drafts/subscribers", + "subscription_url": "https://api.github.com/repos/quicwg/base-drafts/subscription", + "commits_url": "https://api.github.com/repos/quicwg/base-drafts/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/quicwg/base-drafts/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/quicwg/base-drafts/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/quicwg/base-drafts/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/quicwg/base-drafts/contents/{+path}", + "compare_url": "https://api.github.com/repos/quicwg/base-drafts/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/quicwg/base-drafts/merges", + "archive_url": "https://api.github.com/repos/quicwg/base-drafts/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/quicwg/base-drafts/downloads", + "issues_url": "https://api.github.com/repos/quicwg/base-drafts/issues{/number}", + "pulls_url": "https://api.github.com/repos/quicwg/base-drafts/pulls{/number}", + "milestones_url": "https://api.github.com/repos/quicwg/base-drafts/milestones{/number}", + "notifications_url": "https://api.github.com/repos/quicwg/base-drafts/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/quicwg/base-drafts/labels{/name}", + "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", + "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", + "created_at": "2016-11-15T05:30:30Z", + "updated_at": "2019-07-16T11:57:19Z", + "pushed_at": "2019-07-17T12:59:42Z", + "git_url": "git://github.com/quicwg/base-drafts.git", + "ssh_url": "git@github.com:quicwg/base-drafts.git", + "clone_url": "https://github.com/quicwg/base-drafts.git", + "svn_url": "https://github.com/quicwg/base-drafts", + "homepage": "https://quicwg.github.io/", + "size": 158550, + "stargazers_count": 738, + "watchers_count": 738, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 114, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 167, + "license": null, + "forks": 114, + "open_issues": 167, + "watchers": 738, + "default_branch": "master" + } + }, + "base": { + "label": "quicwg:master", + "ref": "master", + "sha": "cb6828672ebbb3288be99155ae151ed243723421", + "user": { + "login": "quicwg", + "id": 22631371, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyNjMxMzcx", + "avatar_url": "https://avatars3.githubusercontent.com/u/22631371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/quicwg", + "html_url": "https://github.com/quicwg", + "followers_url": "https://api.github.com/users/quicwg/followers", + "following_url": "https://api.github.com/users/quicwg/following{/other_user}", + "gists_url": "https://api.github.com/users/quicwg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/quicwg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/quicwg/subscriptions", + "organizations_url": "https://api.github.com/users/quicwg/orgs", + "repos_url": "https://api.github.com/users/quicwg/repos", + "events_url": "https://api.github.com/users/quicwg/events{/privacy}", + "received_events_url": "https://api.github.com/users/quicwg/received_events", + "type": "Organization", + "site_admin": false + }, + "repo": { + "id": 73779599, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzc3OTU5OQ==", + "name": "base-drafts", + "full_name": "quicwg/base-drafts", + "private": false, + "owner": { + "login": "quicwg", + "id": 22631371, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyNjMxMzcx", + "avatar_url": "https://avatars3.githubusercontent.com/u/22631371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/quicwg", + "html_url": "https://github.com/quicwg", + "followers_url": "https://api.github.com/users/quicwg/followers", + "following_url": "https://api.github.com/users/quicwg/following{/other_user}", + "gists_url": "https://api.github.com/users/quicwg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/quicwg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/quicwg/subscriptions", + "organizations_url": "https://api.github.com/users/quicwg/orgs", + "repos_url": "https://api.github.com/users/quicwg/repos", + "events_url": "https://api.github.com/users/quicwg/events{/privacy}", + "received_events_url": "https://api.github.com/users/quicwg/received_events", + "type": "Organization", + "site_admin": false + }, + "html_url": "https://github.com/quicwg/base-drafts", + "description": " Internet-Drafts that make up the base QUIC specification", + "fork": false, + "url": "https://api.github.com/repos/quicwg/base-drafts", + "forks_url": "https://api.github.com/repos/quicwg/base-drafts/forks", + "keys_url": "https://api.github.com/repos/quicwg/base-drafts/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/quicwg/base-drafts/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/quicwg/base-drafts/teams", + "hooks_url": "https://api.github.com/repos/quicwg/base-drafts/hooks", + "issue_events_url": "https://api.github.com/repos/quicwg/base-drafts/issues/events{/number}", + "events_url": "https://api.github.com/repos/quicwg/base-drafts/events", + "assignees_url": "https://api.github.com/repos/quicwg/base-drafts/assignees{/user}", + "branches_url": "https://api.github.com/repos/quicwg/base-drafts/branches{/branch}", + "tags_url": "https://api.github.com/repos/quicwg/base-drafts/tags", + "blobs_url": "https://api.github.com/repos/quicwg/base-drafts/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/quicwg/base-drafts/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/quicwg/base-drafts/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/quicwg/base-drafts/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/quicwg/base-drafts/statuses/{sha}", + "languages_url": "https://api.github.com/repos/quicwg/base-drafts/languages", + "stargazers_url": "https://api.github.com/repos/quicwg/base-drafts/stargazers", + "contributors_url": "https://api.github.com/repos/quicwg/base-drafts/contributors", + "subscribers_url": "https://api.github.com/repos/quicwg/base-drafts/subscribers", + "subscription_url": "https://api.github.com/repos/quicwg/base-drafts/subscription", + "commits_url": "https://api.github.com/repos/quicwg/base-drafts/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/quicwg/base-drafts/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/quicwg/base-drafts/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/quicwg/base-drafts/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/quicwg/base-drafts/contents/{+path}", + "compare_url": "https://api.github.com/repos/quicwg/base-drafts/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/quicwg/base-drafts/merges", + "archive_url": "https://api.github.com/repos/quicwg/base-drafts/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/quicwg/base-drafts/downloads", + "issues_url": "https://api.github.com/repos/quicwg/base-drafts/issues{/number}", + "pulls_url": "https://api.github.com/repos/quicwg/base-drafts/pulls{/number}", + "milestones_url": "https://api.github.com/repos/quicwg/base-drafts/milestones{/number}", + "notifications_url": "https://api.github.com/repos/quicwg/base-drafts/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/quicwg/base-drafts/labels{/name}", + "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", + "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", + "created_at": "2016-11-15T05:30:30Z", + "updated_at": "2019-07-16T11:57:19Z", + "pushed_at": "2019-07-17T12:59:42Z", + "git_url": "git://github.com/quicwg/base-drafts.git", + "ssh_url": "git@github.com:quicwg/base-drafts.git", + "clone_url": "https://github.com/quicwg/base-drafts.git", + "svn_url": "https://github.com/quicwg/base-drafts", + "homepage": "https://quicwg.github.io/", + "size": 158550, + "stargazers_count": 738, + "watchers_count": 738, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 114, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 167, + "license": null, + "forks": 114, + "open_issues": 167, + "watchers": 738, + "default_branch": "master" + } + }, + "_links": { + "self": { + "href": "https://api.github.com/repos/quicwg/base-drafts/pulls/2902" + }, + "html": { + "href": "https://github.com/quicwg/base-drafts/pull/2902" + }, + "issue": { + "href": "https://api.github.com/repos/quicwg/base-drafts/issues/2902" + }, + "comments": { + "href": "https://api.github.com/repos/quicwg/base-drafts/issues/2902/comments" + }, + "review_comments": { + "href": "https://api.github.com/repos/quicwg/base-drafts/pulls/2902/comments" + }, + "review_comment": { + "href": "https://api.github.com/repos/quicwg/base-drafts/pulls/comments{/number}" + }, + "commits": { + "href": "https://api.github.com/repos/quicwg/base-drafts/pulls/2902/commits" + }, + "statuses": { + "href": "https://api.github.com/repos/quicwg/base-drafts/statuses/0c307d7e97c08c6a29933ae826dd3c1d6f3fe1f8" + } + }, + "author_association": "CONTRIBUTOR" + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2901", "id": 297891837, @@ -268,13 +606,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -287,10 +625,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -598,13 +936,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -617,10 +955,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -825,13 +1163,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -844,10 +1182,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -944,13 +1282,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -963,10 +1301,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -1267,13 +1605,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -1286,10 +1624,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -1590,13 +1928,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -1609,10 +1947,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -1809,13 +2147,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -1828,10 +2166,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -1928,13 +2266,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -1947,10 +2285,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -2147,13 +2485,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -2166,10 +2504,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -2266,13 +2604,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -2285,10 +2623,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -2604,13 +2942,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -2623,10 +2961,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -2823,13 +3161,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -2842,10 +3180,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -2942,13 +3280,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -2961,10 +3299,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -3161,13 +3499,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -3180,10 +3518,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -3280,13 +3618,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -3299,10 +3637,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -3499,13 +3837,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -3518,10 +3856,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -3618,13 +3956,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -3637,10 +3975,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -3837,13 +4175,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -3856,10 +4194,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -3956,13 +4294,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -3975,10 +4313,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -4202,13 +4540,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -4221,10 +4559,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -4321,13 +4659,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -4340,10 +4678,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -4548,13 +4886,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -4567,10 +4905,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -4667,13 +5005,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -4686,10 +5024,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -4878,13 +5216,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -4897,10 +5235,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -4997,13 +5335,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -5016,10 +5354,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -5335,13 +5673,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -5354,10 +5692,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -5673,13 +6011,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -5692,10 +6030,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -5892,13 +6230,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -5911,10 +6249,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -6011,13 +6349,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -6030,10 +6368,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -6360,13 +6698,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -6379,10 +6717,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -6709,13 +7047,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -6728,10 +7066,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -7047,13 +7385,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -7066,10 +7404,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -7396,13 +7734,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -7415,10 +7753,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -7615,13 +7953,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -7634,10 +7972,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -7734,13 +8072,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -7753,10 +8091,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -8072,13 +8410,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -8091,10 +8429,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -8410,13 +8748,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -8429,10 +8767,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -8748,13 +9086,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -8767,10 +9105,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -9006,13 +9344,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -9025,10 +9363,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -9125,13 +9463,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -9144,10 +9482,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -9217,7 +9555,7 @@ "updated_at": "2019-07-16T20:24:33Z", "closed_at": null, "merged_at": null, - "merge_commit_sha": "9608aaff40abda68d3bb0435f993b0d863ac6fca", + "merge_commit_sha": "03bbc958066dd8ca76e873b37e0e6072caf05022", "assignee": null, "assignees": [ @@ -9371,13 +9709,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -9390,10 +9728,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -9490,13 +9828,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -9509,10 +9847,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -9828,13 +10166,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -9847,10 +10185,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -9882,7 +10220,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2853", "id": 292275870, @@ -10151,13 +10492,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -10170,10 +10511,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -10205,10 +10546,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2852", "id": 292240164, @@ -10492,13 +10830,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -10511,10 +10849,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -10822,13 +11160,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -10841,10 +11179,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -11160,13 +11498,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -11179,10 +11517,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -11498,13 +11836,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -11517,10 +11855,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -11717,13 +12055,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -11736,10 +12074,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -11836,13 +12174,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -11855,10 +12193,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -12174,13 +12512,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -12193,10 +12531,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -12531,13 +12869,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -12550,10 +12888,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -12877,13 +13215,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -12896,10 +13234,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -13215,13 +13553,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -13234,10 +13572,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -13553,13 +13891,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -13572,10 +13910,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -13891,13 +14229,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -13910,10 +14248,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -14229,13 +14567,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -14248,10 +14586,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -14567,13 +14905,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -14586,10 +14924,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -14905,13 +15243,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -14924,10 +15262,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -15262,13 +15600,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -15281,10 +15619,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -15627,13 +15965,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -15646,10 +15984,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -15865,13 +16203,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -15884,10 +16222,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -15984,13 +16322,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -16003,10 +16341,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -16322,13 +16660,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -16341,10 +16679,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -16660,13 +16998,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -16679,10 +17017,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -16990,13 +17328,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -17009,10 +17347,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -17320,13 +17658,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -17339,10 +17677,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -17650,13 +17988,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -17669,10 +18007,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -17980,13 +18318,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -17999,10 +18337,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -18218,13 +18556,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -18237,10 +18575,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -18337,13 +18675,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -18356,10 +18694,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -18556,13 +18894,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -18575,10 +18913,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -18675,13 +19013,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -18694,10 +19032,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -19013,13 +19351,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -19032,10 +19370,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -19343,13 +19681,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -19362,10 +19700,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -19681,13 +20019,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -19700,10 +20038,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -20038,13 +20376,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -20057,10 +20395,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -20092,7 +20430,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2798", "id": 288628738, @@ -20395,13 +20736,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -20414,10 +20755,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -20449,10 +20790,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2797", "id": 288628442, @@ -20728,13 +21066,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -20747,10 +21085,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -21066,13 +21404,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -21085,10 +21423,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -21277,13 +21615,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -21296,10 +21634,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -21396,13 +21734,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -21415,10 +21753,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -21726,13 +22064,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -21745,10 +22083,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -22049,13 +22387,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -22068,10 +22406,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -22279,13 +22617,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -22298,10 +22636,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -22398,13 +22736,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -22417,10 +22755,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -22755,13 +23093,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -22774,10 +23112,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -23131,13 +23469,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -23150,10 +23488,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -23469,13 +23807,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -23488,10 +23826,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -23818,13 +24156,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -23837,10 +24175,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -24037,13 +24375,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -24056,10 +24394,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -24156,13 +24494,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -24175,10 +24513,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -24367,13 +24705,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -24386,10 +24724,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -24486,13 +24824,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -24505,10 +24843,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -24697,13 +25035,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -24716,10 +25054,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -24816,13 +25154,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -24835,10 +25173,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -25154,13 +25492,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -25173,10 +25511,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -25492,13 +25830,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -25511,10 +25849,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -25830,13 +26168,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -25849,10 +26187,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -26168,13 +26506,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -26187,10 +26525,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -26379,13 +26717,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -26398,10 +26736,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -26498,13 +26836,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -26517,10 +26855,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -26735,13 +27073,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -26754,10 +27092,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -27065,13 +27403,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -27084,10 +27422,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -27284,13 +27622,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -27303,10 +27641,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -27403,13 +27741,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -27422,10 +27760,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -27741,13 +28079,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -27760,10 +28098,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -28079,13 +28417,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -28098,10 +28436,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -28417,13 +28755,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -28436,10 +28774,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -28667,13 +29005,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -28686,10 +29024,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -28786,13 +29124,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -28805,10 +29143,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -29005,13 +29343,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -29024,10 +29362,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -29124,13 +29462,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -29143,10 +29481,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -29343,13 +29681,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -29362,10 +29700,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -29462,13 +29800,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -29481,10 +29819,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -29808,13 +30146,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -29827,10 +30165,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -30027,13 +30365,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -30046,10 +30384,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -30146,13 +30484,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -30165,10 +30503,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -30200,7 +30538,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2746", "id": 281191428, @@ -30365,13 +30706,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -30384,10 +30725,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -30484,13 +30825,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -30503,10 +30844,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -30538,10 +30879,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2745", "id": 281139640, @@ -30706,13 +31044,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -30725,10 +31063,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -30825,13 +31163,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -30844,10 +31182,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -31044,13 +31382,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -31063,10 +31401,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -31163,13 +31501,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -31182,10 +31520,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -31501,13 +31839,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -31520,10 +31858,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -31839,13 +32177,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -31858,10 +32196,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -32058,13 +32396,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -32077,10 +32415,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -32177,13 +32515,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -32196,10 +32534,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -32415,13 +32753,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -32434,10 +32772,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -32534,13 +32872,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -32553,10 +32891,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -32772,13 +33110,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -32791,10 +33129,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -32891,13 +33229,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -32910,10 +33248,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -33221,13 +33559,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -33240,10 +33578,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -33559,13 +33897,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -33578,10 +33916,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -33889,13 +34227,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -33908,10 +34246,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -34227,13 +34565,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -34246,10 +34584,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -34472,13 +34810,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -34491,10 +34829,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -34717,13 +35055,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -34736,10 +35074,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -34936,13 +35274,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -34955,10 +35293,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -35055,13 +35393,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -35074,10 +35412,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -35274,13 +35612,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -35293,10 +35631,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -35393,13 +35731,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -35412,10 +35750,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -35716,13 +36054,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -35735,10 +36073,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -36054,13 +36392,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -36073,10 +36411,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -36392,13 +36730,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -36411,10 +36749,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -36741,13 +37079,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -36760,10 +37098,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -37079,13 +37417,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -37098,10 +37436,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -37402,13 +37740,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -37421,10 +37759,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -37640,13 +37978,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -37659,10 +37997,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -37759,13 +38097,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -37778,10 +38116,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -37997,13 +38335,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -38016,10 +38354,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -38116,13 +38454,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -38135,10 +38473,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -38394,13 +38732,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -38413,10 +38751,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -38513,13 +38851,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -38532,10 +38870,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -38791,13 +39129,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -38810,10 +39148,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -38910,13 +39248,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -38929,10 +39267,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -39233,13 +39571,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -39252,10 +39590,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -39452,13 +39790,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -39471,10 +39809,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -39571,13 +39909,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -39590,10 +39928,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -39790,13 +40128,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -39809,10 +40147,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -39909,13 +40247,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -39928,10 +40266,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -40128,13 +40466,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -40147,10 +40485,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -40247,13 +40585,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -40266,10 +40604,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -40301,7 +40639,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2691", "id": 277947148, @@ -40458,13 +40799,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -40477,10 +40818,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -40577,13 +40918,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -40596,10 +40937,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -40631,10 +40972,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2690", "id": 277868001, @@ -40799,13 +41137,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -40818,10 +41156,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -40918,13 +41256,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -40937,10 +41275,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -41137,13 +41475,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -41156,10 +41494,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -41256,13 +41594,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -41275,10 +41613,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -41467,13 +41805,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -41486,10 +41824,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -41586,13 +41924,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -41605,10 +41943,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -41805,13 +42143,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -41824,10 +42162,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -41924,13 +42262,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -41943,10 +42281,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -42254,13 +42592,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -42273,10 +42611,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -42473,13 +42811,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -42492,10 +42830,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -42592,13 +42930,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -42611,10 +42949,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -42922,13 +43260,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -42941,10 +43279,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -43260,13 +43598,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -43279,10 +43617,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -43598,13 +43936,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -43617,10 +43955,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -43828,13 +44166,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -43847,10 +44185,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -43947,13 +44285,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -43966,10 +44304,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -44166,13 +44504,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -44185,10 +44523,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -44285,13 +44623,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -44304,10 +44642,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -44631,13 +44969,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -44650,10 +44988,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -44850,13 +45188,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -44869,10 +45207,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -44969,13 +45307,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -44988,10 +45326,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -45188,13 +45526,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -45207,10 +45545,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -45307,13 +45645,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -45326,10 +45664,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -45526,13 +45864,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -45545,10 +45883,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -45645,13 +45983,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -45664,10 +46002,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -45864,13 +46202,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -45883,10 +46221,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -45983,13 +46321,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -46002,10 +46340,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -46072,10 +46410,10 @@ }, "body": "This fixes #2551.\r\n\r\nSeveral changes here that all go toward replacing the generic HTTP_MALFORMED_FRAME error. It adds 4 new error codes that cover specific error cases already highlighted. Chiefly, it restores the HTTP_FRAME_SIZE_ERROR capability we dropped from HTTP/2, just under a different name.\r\n\r\nThis PR may trigger the Yet-another-error-code early warning system. However, in practical terms this change reduces the error code space by ~250, based on the fact that en endpoint would do frame length validation of unknown frame types and send an error in such a case. It also avoids the future complexity required to signal errors on extension frames types above the limit aka the `0xff` problem punt.", "created_at": "2019-05-01T10:15:55Z", - "updated_at": "2019-07-03T02:29:25Z", + "updated_at": "2019-07-17T10:27:07Z", "closed_at": null, "merged_at": null, - "merge_commit_sha": "3727fc56597d1ac28f1884ac97a5d04fd960c81a", + "merge_commit_sha": "364ced709fb19dc3494979bb7a91c85633f82733", "assignee": null, "assignees": [ @@ -46321,13 +46659,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -46340,10 +46678,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -46540,13 +46878,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -46559,10 +46897,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -46659,13 +46997,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -46678,10 +47016,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -46997,13 +47335,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -47016,10 +47354,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -47335,13 +47673,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -47354,10 +47692,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -47554,13 +47892,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -47573,10 +47911,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -47673,13 +48011,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -47692,10 +48030,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -47892,13 +48230,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -47911,10 +48249,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -48011,13 +48349,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -48030,10 +48368,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -48230,13 +48568,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -48249,10 +48587,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -48349,13 +48687,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -48368,10 +48706,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -48687,13 +49025,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -48706,10 +49044,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -49033,13 +49371,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -49052,10 +49390,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -49252,13 +49590,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -49271,10 +49609,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -49371,13 +49709,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -49390,10 +49728,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -49709,13 +50047,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -49728,10 +50066,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -50047,13 +50385,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -50066,10 +50404,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -50404,13 +50742,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -50423,10 +50761,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -50458,7 +50796,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2635", "id": 272081593, @@ -50623,13 +50964,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -50642,10 +50983,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -50742,13 +51083,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -50761,10 +51102,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -50796,10 +51137,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2634", "id": 271838358, @@ -50983,13 +51321,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -51002,10 +51340,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -51102,13 +51440,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -51121,10 +51459,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -51440,13 +51778,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -51459,10 +51797,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -51651,13 +51989,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -51670,10 +52008,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -51770,13 +52108,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -51789,10 +52127,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -52100,13 +52438,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -52119,10 +52457,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -52311,13 +52649,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -52330,10 +52668,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -52430,13 +52768,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -52449,10 +52787,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -52653,13 +52991,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -52672,10 +53010,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -52772,13 +53110,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -52791,10 +53129,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -53010,13 +53348,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -53029,10 +53367,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -53129,13 +53467,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -53148,10 +53486,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -53367,13 +53705,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -53386,10 +53724,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -53486,13 +53824,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -53505,10 +53843,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -53744,13 +54082,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -53763,10 +54101,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -53863,13 +54201,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -53882,10 +54220,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -54101,13 +54439,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -54120,10 +54458,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -54220,13 +54558,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -54239,10 +54577,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -54439,13 +54777,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -54458,10 +54796,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -54558,13 +54896,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -54577,10 +54915,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -54788,13 +55126,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -54807,10 +55145,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -55007,13 +55345,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -55026,10 +55364,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -55126,13 +55464,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -55145,10 +55483,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -55345,13 +55683,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -55364,10 +55702,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -55464,13 +55802,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -55483,10 +55821,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -55683,13 +56021,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -55702,10 +56040,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -55802,13 +56140,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -55821,10 +56159,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -56013,13 +56351,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -56032,10 +56370,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -56132,13 +56470,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -56151,10 +56489,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -56513,13 +56851,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -56532,10 +56870,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -56851,13 +57189,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -56870,10 +57208,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -57070,13 +57408,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -57089,10 +57427,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -57189,13 +57527,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -57208,10 +57546,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -57527,13 +57865,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -57546,10 +57884,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -57746,13 +58084,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -57765,10 +58103,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -57865,13 +58203,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -57884,10 +58222,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -58103,13 +58441,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -58122,10 +58460,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -58222,13 +58560,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -58241,10 +58579,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -58441,13 +58779,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -58460,10 +58798,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -58560,13 +58898,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -58579,10 +58917,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -58779,13 +59117,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -58798,10 +59136,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -58898,13 +59236,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -58917,10 +59255,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -59117,13 +59455,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -59136,10 +59474,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -59236,13 +59574,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -59255,10 +59593,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -59481,13 +59819,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -59500,10 +59838,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -59804,13 +60142,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -59823,10 +60161,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -60023,13 +60361,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -60042,10 +60380,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -60142,13 +60480,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -60161,10 +60499,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -60361,13 +60699,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -60380,10 +60718,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -60480,13 +60818,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -60499,10 +60837,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -60534,7 +60872,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2588", "id": 267040982, @@ -60718,13 +61059,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -60737,10 +61078,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -60837,13 +61178,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -60856,10 +61197,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -60891,10 +61232,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2586", "id": 266807278, @@ -61059,13 +61397,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -61078,10 +61416,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -61178,13 +61516,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -61197,10 +61535,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -61397,13 +61735,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -61416,10 +61754,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -61516,13 +61854,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -61535,10 +61873,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -61761,13 +62099,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -61780,10 +62118,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -62006,13 +62344,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -62025,10 +62363,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -62225,13 +62563,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -62244,10 +62582,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -62344,13 +62682,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -62363,10 +62701,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -62563,13 +62901,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -62582,10 +62920,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -62682,13 +63020,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -62701,10 +63039,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -62901,13 +63239,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -62920,10 +63258,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -63020,13 +63358,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -63039,10 +63377,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -63239,13 +63577,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -63258,10 +63596,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -63358,13 +63696,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -63377,10 +63715,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -63569,13 +63907,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -63588,10 +63926,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -63688,13 +64026,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -63707,10 +64045,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -64026,13 +64364,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -64045,10 +64383,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -64364,13 +64702,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -64383,10 +64721,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -64702,13 +65040,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -64721,10 +65059,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -65040,13 +65378,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -65059,10 +65397,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -65259,13 +65597,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -65278,10 +65616,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -65378,13 +65716,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -65397,10 +65735,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -65716,13 +66054,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -65735,10 +66073,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -65935,13 +66273,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -65954,10 +66292,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -66054,13 +66392,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -66073,10 +66411,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -66411,13 +66749,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -66430,10 +66768,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -66656,13 +66994,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -66675,10 +67013,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -66994,13 +67332,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -67013,10 +67351,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -67239,13 +67577,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -67258,10 +67596,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -67484,13 +67822,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -67503,10 +67841,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -67729,13 +68067,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -67748,10 +68086,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -67974,13 +68312,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -67993,10 +68331,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -68219,13 +68557,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -68238,10 +68576,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -68557,13 +68895,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -68576,10 +68914,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -68802,13 +69140,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -68821,10 +69159,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -69159,13 +69497,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -69178,10 +69516,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -69397,13 +69735,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -69416,10 +69754,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -69516,13 +69854,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -69535,10 +69873,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -69854,13 +70192,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -69873,10 +70211,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -69908,7 +70246,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2523", "id": 261394591, @@ -70073,13 +70414,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -70092,10 +70433,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -70192,13 +70533,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -70211,10 +70552,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -70246,10 +70587,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2521", "id": 261018658, @@ -70533,13 +70871,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -70552,10 +70890,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -70744,13 +71082,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -70763,10 +71101,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -70863,13 +71201,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -70882,10 +71220,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -71106,13 +71444,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -71125,10 +71463,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -71225,13 +71563,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -71244,10 +71582,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -71494,13 +71832,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -71513,10 +71851,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -71613,13 +71951,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -71632,10 +71970,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -71856,13 +72194,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -71875,10 +72213,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -71975,13 +72313,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -71994,10 +72332,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -72313,13 +72651,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -72332,10 +72670,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -72558,13 +72896,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -72577,10 +72915,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -72769,13 +73107,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -72788,10 +73126,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -72888,13 +73226,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -72907,10 +73245,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -73234,13 +73572,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -73253,10 +73591,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -73453,13 +73791,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -73472,10 +73810,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -73572,13 +73910,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -73591,10 +73929,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -73817,13 +74155,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -73836,10 +74174,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -74094,13 +74432,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -74113,10 +74451,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -74213,13 +74551,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -74232,10 +74570,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -74458,13 +74796,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -74477,10 +74815,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -74696,13 +75034,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -74715,10 +75053,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -74815,13 +75153,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -74834,10 +75172,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -75153,13 +75491,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -75172,10 +75510,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -75391,13 +75729,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -75410,10 +75748,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -75510,13 +75848,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -75529,10 +75867,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -75755,13 +76093,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -75774,10 +76112,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -75993,13 +76331,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -76012,10 +76350,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -76112,13 +76450,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -76131,10 +76469,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -76450,13 +76788,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -76469,10 +76807,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -76695,13 +77033,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -76714,10 +77052,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -77033,13 +77371,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -77052,10 +77390,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -77271,13 +77609,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -77290,10 +77628,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -77390,13 +77728,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -77409,10 +77747,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -77594,13 +77932,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -77613,10 +77951,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -77713,13 +78051,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -77732,10 +78070,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -78051,13 +78389,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -78070,10 +78408,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -78296,13 +78634,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -78315,10 +78653,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -78541,13 +78879,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -78560,10 +78898,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -78879,13 +79217,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -78898,10 +79236,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -79217,13 +79555,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -79236,10 +79574,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -79462,13 +79800,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -79481,10 +79819,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -79516,7 +79854,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2467", "id": 253252025, @@ -79707,13 +80048,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -79726,10 +80067,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -79761,10 +80102,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2466", "id": 253240686, @@ -79929,13 +80267,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -79948,10 +80286,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -80048,13 +80386,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -80067,10 +80405,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -80293,13 +80631,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -80312,10 +80650,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -80512,13 +80850,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -80531,10 +80869,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -80631,13 +80969,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -80650,10 +80988,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -80850,13 +81188,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -80869,10 +81207,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -80969,13 +81307,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -80988,10 +81326,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -81188,13 +81526,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -81207,10 +81545,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -81307,13 +81645,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -81326,10 +81664,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -81545,13 +81883,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -81564,10 +81902,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -81664,13 +82002,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -81683,10 +82021,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -82002,13 +82340,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -82021,10 +82359,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -82340,13 +82678,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -82359,10 +82697,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -82736,13 +83074,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -82755,10 +83093,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -82966,13 +83304,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -82985,10 +83323,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -83185,13 +83523,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -83204,10 +83542,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -83304,13 +83642,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -83323,10 +83661,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -83523,13 +83861,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -83542,10 +83880,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -83642,13 +83980,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -83661,10 +83999,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -83980,13 +84318,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -83999,10 +84337,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -84199,13 +84537,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -84218,10 +84556,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -84318,13 +84656,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -84337,10 +84675,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -84563,13 +84901,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -84582,10 +84920,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -84808,13 +85146,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -84827,10 +85165,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -85146,13 +85484,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -85165,10 +85503,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -85391,13 +85729,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -85410,10 +85748,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -85629,13 +85967,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -85648,10 +85986,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -85748,13 +86086,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -85767,10 +86105,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -85967,13 +86305,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -85986,10 +86324,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -86086,13 +86424,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -86105,10 +86443,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -86305,13 +86643,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -86324,10 +86662,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -86424,13 +86762,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -86443,10 +86781,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -86762,13 +87100,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -86781,10 +87119,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -86981,13 +87319,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -87000,10 +87338,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -87100,13 +87438,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -87119,10 +87457,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -87319,13 +87657,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -87338,10 +87676,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -87438,13 +87776,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -87457,10 +87795,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -87657,13 +87995,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -87676,10 +88014,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -87776,13 +88114,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -87795,10 +88133,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -88021,13 +88359,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -88040,10 +88378,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -88359,13 +88697,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -88378,10 +88716,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -88697,13 +89035,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -88716,10 +89054,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -89035,13 +89373,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -89054,10 +89392,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -89089,7 +89427,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2420", "id": 250421527, @@ -89412,13 +89753,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -89431,10 +89772,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -89466,10 +89807,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2419", "id": 250362812, @@ -89753,13 +90091,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -89772,10 +90110,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -90091,13 +90429,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -90110,10 +90448,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -90368,13 +90706,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -90387,10 +90725,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -90487,13 +90825,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -90506,10 +90844,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -90825,13 +91163,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -90844,10 +91182,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -91163,13 +91501,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -91182,10 +91520,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -91382,13 +91720,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -91401,10 +91739,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -91501,13 +91839,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -91520,10 +91858,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -91720,13 +92058,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -91739,10 +92077,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -91839,13 +92177,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -91858,10 +92196,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -92177,13 +92515,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -92196,10 +92534,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -92507,13 +92845,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -92526,10 +92864,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -92752,13 +93090,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -92771,10 +93109,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -93109,13 +93447,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -93128,10 +93466,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -93447,13 +93785,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -93466,10 +93804,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -93785,13 +94123,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -93804,10 +94142,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -94123,13 +94461,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -94142,10 +94480,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -94342,13 +94680,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -94361,10 +94699,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -94461,13 +94799,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -94480,10 +94818,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -94680,13 +95018,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -94699,10 +95037,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -94799,13 +95137,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -94818,10 +95156,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -95037,13 +95375,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -95056,10 +95394,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -95156,13 +95494,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -95175,10 +95513,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -95375,13 +95713,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -95394,10 +95732,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -95494,13 +95832,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -95513,10 +95851,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -95732,13 +96070,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -95751,10 +96089,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -95851,13 +96189,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -95870,10 +96208,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -96070,13 +96408,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -96089,10 +96427,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -96189,13 +96527,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -96208,10 +96546,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -96408,13 +96746,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -96427,10 +96765,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -96527,13 +96865,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -96546,10 +96884,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -96757,13 +97095,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -96776,10 +97114,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -96876,13 +97214,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -96895,10 +97233,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -97214,13 +97552,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -97233,10 +97571,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -97459,13 +97797,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -97478,10 +97816,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -97704,13 +98042,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -97723,10 +98061,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -98042,13 +98380,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -98061,10 +98399,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -98365,13 +98703,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -98384,10 +98722,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -98603,13 +98941,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -98622,10 +98960,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -98722,13 +99060,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -98741,10 +99079,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -98941,13 +99279,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -98960,10 +99298,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -99060,13 +99398,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -99079,10 +99417,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -99114,7 +99452,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2359", "id": 246758141, @@ -99271,13 +99612,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -99290,10 +99631,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -99390,13 +99731,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -99409,10 +99750,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -99444,10 +99785,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2355", "id": 246172651, @@ -99628,13 +99966,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -99647,10 +99985,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -99747,13 +100085,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -99766,10 +100104,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -99966,13 +100304,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -99985,10 +100323,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -100085,13 +100423,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -100104,10 +100442,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -100408,13 +100746,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -100427,10 +100765,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -100627,13 +100965,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -100646,10 +100984,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -100746,13 +101084,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -100765,10 +101103,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -100973,13 +101311,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -100992,10 +101330,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -101092,13 +101430,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -101111,10 +101449,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -101330,13 +101668,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -101349,10 +101687,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -101449,13 +101787,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -101468,10 +101806,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -101668,13 +102006,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -101687,10 +102025,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -101787,13 +102125,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -101806,10 +102144,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -102125,13 +102463,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -102144,10 +102482,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -102344,13 +102682,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -102363,10 +102701,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -102463,13 +102801,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -102482,10 +102820,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -102801,13 +103139,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -102820,10 +103158,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -103139,13 +103477,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -103158,10 +103496,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -103377,13 +103715,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -103396,10 +103734,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -103496,13 +103834,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -103515,10 +103853,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -103715,13 +104053,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -103734,10 +104072,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -103834,13 +104172,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -103853,10 +104191,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -104053,13 +104391,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -104072,10 +104410,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -104172,13 +104510,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -104191,10 +104529,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -104391,13 +104729,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -104410,10 +104748,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -104510,13 +104848,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -104529,10 +104867,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -104729,13 +105067,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -104748,10 +105086,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -104848,13 +105186,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -104867,10 +105205,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -105067,13 +105405,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -105086,10 +105424,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -105186,13 +105524,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -105205,10 +105543,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -105524,13 +105862,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -105543,10 +105881,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -105854,13 +106192,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -105873,10 +106211,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -106092,13 +106430,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -106111,10 +106449,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -106211,13 +106549,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -106230,10 +106568,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -106549,13 +106887,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -106568,10 +106906,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -106895,13 +107233,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -106914,10 +107252,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -107241,13 +107579,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -107260,10 +107598,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -107579,13 +107917,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -107598,10 +107936,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -107837,13 +108175,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -107856,10 +108194,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -107956,13 +108294,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -107975,10 +108313,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -108286,13 +108624,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -108305,10 +108643,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -108624,13 +108962,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -108643,10 +108981,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -108962,13 +109300,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -108981,10 +109319,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -109300,13 +109638,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -109319,10 +109657,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -109354,7 +109692,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2303", "id": 242532299, @@ -109519,13 +109860,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -109538,10 +109879,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -109638,13 +109979,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -109657,10 +109998,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -109692,10 +110033,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2302", "id": 242526406, @@ -109860,13 +110198,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -109879,10 +110217,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -109979,13 +110317,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -109998,10 +110336,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -110198,13 +110536,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -110217,10 +110555,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -110317,13 +110655,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -110336,10 +110674,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -110547,13 +110885,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -110566,10 +110904,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -110666,13 +111004,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -110685,10 +111023,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -111004,13 +111342,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -111023,10 +111361,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -111342,13 +111680,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -111361,10 +111699,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -111680,13 +112018,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -111699,10 +112037,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -111918,13 +112256,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -111937,10 +112275,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -112037,13 +112375,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -112056,10 +112394,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -112256,13 +112594,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -112275,10 +112613,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -112375,13 +112713,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -112394,10 +112732,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -112713,13 +113051,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -112732,10 +113070,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -113051,13 +113389,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -113070,10 +113408,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -113389,13 +113727,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -113408,10 +113746,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -113727,13 +114065,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -113746,10 +114084,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -114065,13 +114403,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -114084,10 +114422,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -114284,13 +114622,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -114303,10 +114641,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -114403,13 +114741,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -114422,10 +114760,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -114733,13 +115071,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -114752,10 +115090,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -114986,13 +115324,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -115005,10 +115343,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -115332,13 +115670,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -115351,10 +115689,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -115551,13 +115889,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -115570,10 +115908,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -115670,13 +116008,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -115689,10 +116027,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -115889,13 +116227,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -115908,10 +116246,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -116008,13 +116346,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -116027,10 +116365,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -116346,13 +116684,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -116365,10 +116703,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -116684,13 +117022,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -116703,10 +117041,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -117022,13 +117360,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -117041,10 +117379,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -117360,13 +117698,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -117379,10 +117717,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -117698,13 +118036,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -117717,10 +118055,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -118036,13 +118374,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -118055,10 +118393,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -118374,13 +118712,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -118393,10 +118731,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -118619,13 +118957,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -118638,10 +118976,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -118957,13 +119295,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -118976,10 +119314,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -119210,13 +119548,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -119229,10 +119567,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -119264,7 +119602,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2256", "id": 240997813, @@ -119455,13 +119796,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -119474,10 +119815,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -119509,10 +119850,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2254", "id": 240802488, @@ -119716,13 +120054,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -119735,10 +120073,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -119835,13 +120173,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -119854,10 +120192,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -120173,13 +120511,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -120192,10 +120530,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -120410,13 +120748,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -120429,10 +120767,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -120655,13 +120993,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -120674,10 +121012,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -120900,13 +121238,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -120919,10 +121257,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -121145,13 +121483,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -121164,10 +121502,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -121423,13 +121761,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -121442,10 +121780,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -121542,13 +121880,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -121561,10 +121899,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -121799,13 +122137,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -121818,10 +122156,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -121918,13 +122256,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -121937,10 +122275,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -122137,13 +122475,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -122156,10 +122494,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -122256,13 +122594,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -122275,10 +122613,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -122475,13 +122813,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -122494,10 +122832,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -122594,13 +122932,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -122613,10 +122951,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -122813,13 +123151,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -122832,10 +123170,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -122932,13 +123270,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -122951,10 +123289,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -123151,13 +123489,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -123170,10 +123508,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -123270,13 +123608,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -123289,10 +123627,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -123489,13 +123827,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -123508,10 +123846,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -123608,13 +123946,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -123627,10 +123965,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -123827,13 +124165,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -123846,10 +124184,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -123946,13 +124284,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -123965,10 +124303,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -124165,13 +124503,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -124184,10 +124522,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -124284,13 +124622,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -124303,10 +124641,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -124622,13 +124960,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -124641,10 +124979,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -124841,13 +125179,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -124860,10 +125198,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -124960,13 +125298,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -124979,10 +125317,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -125198,13 +125536,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -125217,10 +125555,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -125317,13 +125655,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -125336,10 +125674,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -125555,13 +125893,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -125574,10 +125912,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -125674,13 +126012,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -125693,10 +126031,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -125893,13 +126231,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -125912,10 +126250,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -126012,13 +126350,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -126031,10 +126369,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -126231,13 +126569,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -126250,10 +126588,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -126350,13 +126688,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -126369,10 +126707,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -126688,13 +127026,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -126707,10 +127045,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -127037,13 +127375,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -127056,10 +127394,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -127375,13 +127713,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -127394,10 +127732,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -127613,13 +127951,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -127632,10 +127970,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -127732,13 +128070,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -127751,10 +128089,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -127951,13 +128289,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -127970,10 +128308,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -128070,13 +128408,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -128089,10 +128427,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -128408,13 +128746,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -128427,10 +128765,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -128646,13 +128984,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -128665,10 +129003,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -128765,13 +129103,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -128784,10 +129122,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -129022,13 +129360,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -129041,10 +129379,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -129141,13 +129479,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -129160,10 +129498,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -129195,7 +129533,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2196", "id": 238956629, @@ -129360,13 +129701,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -129379,10 +129720,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -129479,13 +129820,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -129498,10 +129839,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -129533,10 +129874,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2194", "id": 238923460, @@ -129727,13 +130065,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -129746,10 +130084,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -129972,13 +130310,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -129991,10 +130329,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -130310,13 +130648,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -130329,10 +130667,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -130648,13 +130986,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -130667,10 +131005,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -130867,13 +131205,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -130886,10 +131224,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -130986,13 +131324,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -131005,10 +131343,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -131205,13 +131543,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -131224,10 +131562,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -131324,13 +131662,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -131343,10 +131681,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -131543,13 +131881,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -131562,10 +131900,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -131662,13 +132000,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -131681,10 +132019,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -131881,13 +132219,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -131900,10 +132238,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -132000,13 +132338,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -132019,10 +132357,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -132219,13 +132557,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -132238,10 +132576,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -132338,13 +132676,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -132357,10 +132695,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -132557,13 +132895,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -132576,10 +132914,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -132676,13 +133014,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -132695,10 +133033,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -132895,13 +133233,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -132914,10 +133252,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -133014,13 +133352,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -133033,10 +133371,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -133352,13 +133690,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -133371,10 +133709,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -133675,13 +134013,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -133694,10 +134032,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -134013,13 +134351,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -134032,10 +134370,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -134351,13 +134689,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -134370,10 +134708,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -134570,13 +134908,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -134589,10 +134927,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -134689,13 +135027,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -134708,10 +135046,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -135027,13 +135365,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -135046,10 +135384,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -135278,13 +135616,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -135297,10 +135635,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -135397,13 +135735,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -135416,10 +135754,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -135635,13 +135973,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -135654,10 +135992,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -135754,13 +136092,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -135773,10 +136111,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -135999,13 +136337,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -136018,10 +136356,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -136345,13 +136683,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -136364,10 +136702,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -136683,13 +137021,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -136702,10 +137040,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -137021,13 +137359,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -137040,10 +137378,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -137359,13 +137697,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -137378,10 +137716,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -137697,13 +138035,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -137716,10 +138054,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -138020,13 +138358,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -138039,10 +138377,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -138239,13 +138577,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -138258,10 +138596,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -138358,13 +138696,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -138377,10 +138715,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -138577,13 +138915,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -138596,10 +138934,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -138696,13 +139034,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -138715,10 +139053,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -138915,13 +139253,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -138934,10 +139272,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -139034,13 +139372,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -139053,10 +139391,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -139088,7 +139426,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2116", "id": 237861776, @@ -139253,13 +139594,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -139272,10 +139613,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -139372,13 +139713,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -139391,10 +139732,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -139426,10 +139767,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2115", "id": 237792276, @@ -139620,13 +139958,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -139639,10 +139977,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -139839,13 +140177,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -139858,10 +140196,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -139958,13 +140296,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -139977,10 +140315,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -140296,13 +140634,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -140315,10 +140653,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -140515,13 +140853,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -140534,10 +140872,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -140634,13 +140972,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -140653,10 +140991,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -140972,13 +141310,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -140991,10 +141329,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -141310,13 +141648,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -141329,10 +141667,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -141648,13 +141986,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -141667,10 +142005,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -141852,13 +142190,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -141871,10 +142209,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -141971,13 +142309,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -141990,10 +142328,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -142227,13 +142565,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -142246,10 +142584,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -142603,13 +142941,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -142622,10 +142960,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -142841,13 +143179,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -142860,10 +143198,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -142960,13 +143298,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -142979,10 +143317,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -143298,13 +143636,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -143317,10 +143655,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -143636,13 +143974,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -143655,10 +143993,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -143855,13 +144193,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -143874,10 +144212,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -143974,13 +144312,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -143993,10 +144331,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -144193,13 +144531,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -144212,10 +144550,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -144312,13 +144650,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -144331,10 +144669,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -144669,13 +145007,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -144688,10 +145026,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -144888,13 +145226,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -144907,10 +145245,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -145007,13 +145345,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -145026,10 +145364,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -145345,13 +145683,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -145364,10 +145702,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -145683,13 +146021,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -145702,10 +146040,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -145902,13 +146240,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -145921,10 +146259,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -146021,13 +146359,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -146040,10 +146378,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -146259,13 +146597,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -146278,10 +146616,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -146378,13 +146716,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -146397,10 +146735,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -146716,13 +147054,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -146735,10 +147073,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -147054,13 +147392,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -147073,10 +147411,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -147273,13 +147611,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -147292,10 +147630,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -147392,13 +147730,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -147411,10 +147749,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -147611,13 +147949,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -147630,10 +147968,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -147730,13 +148068,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -147749,10 +148087,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -148068,13 +148406,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -148087,10 +148425,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -148287,13 +148625,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -148306,10 +148644,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -148406,13 +148744,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -148425,10 +148763,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -148744,13 +149082,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -148763,10 +149101,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -149082,13 +149420,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -149101,10 +149439,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -149136,7 +149474,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2069", "id": 234501528, @@ -149293,13 +149634,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -149312,10 +149653,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -149412,13 +149753,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -149431,10 +149772,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -149466,10 +149807,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2068", "id": 234487899, @@ -149634,13 +149972,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -149653,10 +149991,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -149753,13 +150091,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -149772,10 +150110,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -149972,13 +150310,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -149991,10 +150329,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -150091,13 +150429,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -150110,10 +150448,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -150349,13 +150687,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -150368,10 +150706,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -150468,13 +150806,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -150487,10 +150825,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -150806,13 +151144,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -150825,10 +151163,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -151044,13 +151382,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -151063,10 +151401,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -151163,13 +151501,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -151182,10 +151520,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -151382,13 +151720,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -151401,10 +151739,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -151501,13 +151839,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -151520,10 +151858,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -151739,13 +152077,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -151758,10 +152096,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -151858,13 +152196,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -151877,10 +152215,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -152196,13 +152534,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -152215,10 +152553,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -152519,13 +152857,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -152538,10 +152876,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -152857,13 +153195,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -152876,10 +153214,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -153195,13 +153533,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -153214,10 +153552,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -153414,13 +153752,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -153433,10 +153771,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -153533,13 +153871,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -153552,10 +153890,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -153744,13 +154082,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -153763,10 +154101,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -153863,13 +154201,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -153882,10 +154220,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -154090,13 +154428,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -154109,10 +154447,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -154209,13 +154547,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -154228,10 +154566,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -154436,13 +154774,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -154455,10 +154793,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -154555,13 +154893,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -154574,10 +154912,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -154893,13 +155231,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -154912,10 +155250,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -155231,13 +155569,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -155250,10 +155588,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -155442,13 +155780,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -155461,10 +155799,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -155561,13 +155899,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -155580,10 +155918,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -155784,13 +156122,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -155803,10 +156141,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -155903,13 +156241,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -155922,10 +156260,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -156122,13 +156460,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -156141,10 +156479,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -156241,13 +156579,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -156260,10 +156598,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -156579,13 +156917,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -156598,10 +156936,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -156917,13 +157255,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -156936,10 +157274,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -157155,13 +157493,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -157174,10 +157512,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -157274,13 +157612,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -157293,10 +157631,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -157493,13 +157831,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -157512,10 +157850,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -157612,13 +157950,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -157631,10 +157969,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -157950,13 +158288,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -157969,10 +158307,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -158169,13 +158507,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -158188,10 +158526,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -158288,13 +158626,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -158307,10 +158645,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -158507,13 +158845,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -158526,10 +158864,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -158626,13 +158964,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -158645,10 +158983,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -158845,13 +159183,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -158864,10 +159202,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -158964,13 +159302,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -158983,10 +159321,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -159183,13 +159521,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -159202,10 +159540,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -159302,13 +159640,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -159321,10 +159659,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -159356,7 +159694,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2027", "id": 232451457, @@ -159521,13 +159862,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -159540,10 +159881,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -159640,13 +159981,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -159659,10 +160000,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -159694,10 +160035,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2025", "id": 232424226, @@ -159862,13 +160200,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -159881,10 +160219,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -159981,13 +160319,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -160000,10 +160338,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -160204,13 +160542,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -160223,10 +160561,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -160323,13 +160661,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -160342,10 +160680,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -160561,13 +160899,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -160580,10 +160918,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -160680,13 +161018,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -160699,10 +161037,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -161003,13 +161341,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -161022,10 +161360,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -161222,13 +161560,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -161241,10 +161579,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -161341,13 +161679,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -161360,10 +161698,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -161679,13 +162017,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -161698,10 +162036,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -162017,13 +162355,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -162036,10 +162374,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -162355,13 +162693,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -162374,10 +162712,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -162574,13 +162912,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -162593,10 +162931,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -162693,13 +163031,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -162712,10 +163050,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -162931,13 +163269,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -162950,10 +163288,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -163050,13 +163388,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -163069,10 +163407,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -163380,13 +163718,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -163399,10 +163737,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -163599,13 +163937,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -163618,10 +163956,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -163718,13 +164056,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -163737,10 +164075,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -163937,13 +164275,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -163956,10 +164294,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -164056,13 +164394,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -164075,10 +164413,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -164394,13 +164732,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -164413,10 +164751,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -164613,13 +164951,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -164632,10 +164970,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -164732,13 +165070,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -164751,10 +165089,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -164951,13 +165289,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -164970,10 +165308,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -165070,13 +165408,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -165089,10 +165427,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -165334,13 +165672,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -165353,10 +165691,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -165553,13 +165891,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -165572,10 +165910,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -165672,13 +166010,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -165691,10 +166029,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -166010,13 +166348,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -166029,10 +166367,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -166348,13 +166686,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -166367,10 +166705,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -166686,13 +167024,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -166705,10 +167043,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -166905,13 +167243,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -166924,10 +167262,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -167024,13 +167362,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -167043,10 +167381,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -167243,13 +167581,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -167262,10 +167600,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -167362,13 +167700,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -167381,10 +167719,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -167719,13 +168057,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -167738,10 +168076,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -168057,13 +168395,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -168076,10 +168414,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -168395,13 +168733,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -168414,10 +168752,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -168718,13 +169056,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -168737,10 +169075,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -169041,13 +169379,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -169060,10 +169398,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -169260,13 +169598,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -169279,10 +169617,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -169379,13 +169717,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -169398,10 +169736,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -169433,7 +169771,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1975", "id": 228680903, @@ -169717,13 +170058,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -169736,10 +170077,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -169771,10 +170112,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1974", "id": 228654630, @@ -169958,13 +170296,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -169977,10 +170315,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -170077,13 +170415,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -170096,10 +170434,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -170296,13 +170634,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -170315,10 +170653,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -170415,13 +170753,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -170434,10 +170772,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -170626,13 +170964,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -170645,10 +170983,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -170745,13 +171083,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -170764,10 +171102,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -170964,13 +171302,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -170983,10 +171321,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -171083,13 +171421,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -171102,10 +171440,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -171294,13 +171632,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -171313,10 +171651,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -171413,13 +171751,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -171432,10 +171770,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -171643,13 +171981,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -171662,10 +172000,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -171762,13 +172100,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -171781,10 +172119,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -171981,13 +172319,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -172000,10 +172338,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -172100,13 +172438,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -172119,10 +172457,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -172319,13 +172657,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -172338,10 +172676,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -172438,13 +172776,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -172457,10 +172795,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -172657,13 +172995,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -172676,10 +173014,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -172776,13 +173114,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -172795,10 +173133,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -172995,13 +173333,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -173014,10 +173352,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -173114,13 +173452,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -173133,10 +173471,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -173333,13 +173671,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -173352,10 +173690,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -173452,13 +173790,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -173471,10 +173809,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -173671,13 +174009,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -173690,10 +174028,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -173790,13 +174128,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -173809,10 +174147,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -174009,13 +174347,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -174028,10 +174366,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -174128,13 +174466,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -174147,10 +174485,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -174347,13 +174685,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -174366,10 +174704,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -174466,13 +174804,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -174485,10 +174823,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -174685,13 +175023,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -174704,10 +175042,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -174804,13 +175142,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -174823,10 +175161,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -175015,13 +175353,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -175034,10 +175372,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -175134,13 +175472,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -175153,10 +175491,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -175345,13 +175683,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -175364,10 +175702,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -175464,13 +175802,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -175483,10 +175821,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -175683,13 +176021,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -175702,10 +176040,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -175802,13 +176140,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -175821,10 +176159,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -176040,13 +176378,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -176059,10 +176397,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -176159,13 +176497,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -176178,10 +176516,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -176389,13 +176727,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -176408,10 +176746,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -176508,13 +176846,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -176527,10 +176865,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -176727,13 +177065,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -176746,10 +177084,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -176846,13 +177184,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -176865,10 +177203,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -177169,13 +177507,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -177188,10 +177526,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -177492,13 +177830,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -177511,10 +177849,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -177737,13 +178075,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -177756,10 +178094,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -177975,13 +178313,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -177994,10 +178332,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -178094,13 +178432,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -178113,10 +178451,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -178417,13 +178755,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -178436,10 +178774,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -178675,13 +179013,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -178694,10 +179032,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -178794,13 +179132,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -178813,10 +179151,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -179013,13 +179351,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -179032,10 +179370,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -179132,13 +179470,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -179151,10 +179489,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -179351,13 +179689,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -179370,10 +179708,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -179470,13 +179808,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -179489,10 +179827,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -179524,7 +179862,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1926", "id": 226425446, @@ -179689,13 +180030,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -179708,10 +180049,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -179808,13 +180149,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -179827,10 +180168,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -179862,10 +180203,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1925", "id": 226317995, @@ -180149,13 +180487,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -180168,10 +180506,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -180368,13 +180706,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -180387,10 +180725,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -180487,13 +180825,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -180506,10 +180844,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -180714,13 +181052,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -180733,10 +181071,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -180833,13 +181171,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -180852,10 +181190,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -181083,13 +181421,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -181102,10 +181440,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -181202,13 +181540,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -181221,10 +181559,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -181447,13 +181785,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -181466,10 +181804,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -181785,13 +182123,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -181804,10 +182142,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -182115,13 +182453,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -182134,10 +182472,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -182334,13 +182672,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -182353,10 +182691,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -182453,13 +182791,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -182472,10 +182810,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -182691,13 +183029,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -182710,10 +183048,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -182810,13 +183148,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -182829,10 +183167,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -183021,13 +183359,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -183040,10 +183378,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -183140,13 +183478,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -183159,10 +183497,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -183386,13 +183724,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -183405,10 +183743,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -183505,13 +183843,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -183524,10 +183862,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -183724,13 +184062,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -183743,10 +184081,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -183843,13 +184181,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -183862,10 +184200,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -184062,13 +184400,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -184081,10 +184419,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -184181,13 +184519,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -184200,10 +184538,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -184400,13 +184738,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -184419,10 +184757,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -184519,13 +184857,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -184538,10 +184876,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -184738,13 +185076,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -184757,10 +185095,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -184857,13 +185195,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -184876,10 +185214,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -185180,13 +185518,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -185199,10 +185537,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -185418,13 +185756,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -185437,10 +185775,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -185537,13 +185875,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -185556,10 +185894,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -185764,13 +186102,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -185783,10 +186121,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -185883,13 +186221,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -185902,10 +186240,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -186094,13 +186432,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -186113,10 +186451,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -186213,13 +186551,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -186232,10 +186570,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -186451,13 +186789,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -186470,10 +186808,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -186570,13 +186908,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -186589,10 +186927,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -186789,13 +187127,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -186808,10 +187146,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -186908,13 +187246,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -186927,10 +187265,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -187138,13 +187476,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -187157,10 +187495,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -187383,13 +187721,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -187402,10 +187740,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -187602,13 +187940,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -187621,10 +187959,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -187721,13 +188059,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -187740,10 +188078,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -187940,13 +188278,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -187959,10 +188297,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -188059,13 +188397,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -188078,10 +188416,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -188270,13 +188608,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -188289,10 +188627,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -188389,13 +188727,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -188408,10 +188746,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -188608,13 +188946,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -188627,10 +188965,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -188727,13 +189065,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -188746,10 +189084,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -188946,13 +189284,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -188965,10 +189303,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -189065,13 +189403,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -189084,10 +189422,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -189284,13 +189622,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -189303,10 +189641,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -189403,13 +189741,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -189422,10 +189760,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -189457,7 +189795,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1884", "id": 224105181, @@ -189686,13 +190027,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -189705,10 +190046,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -189805,13 +190146,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -189824,10 +190165,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -189859,10 +190200,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1883", "id": 224093599, @@ -190027,13 +190365,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -190046,10 +190384,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -190146,13 +190484,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -190165,10 +190503,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -190469,13 +190807,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -190488,10 +190826,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -190792,13 +191130,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -190811,10 +191149,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -191130,13 +191468,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -191149,10 +191487,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -191368,13 +191706,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -191387,10 +191725,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -191487,13 +191825,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -191506,10 +191844,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -191717,13 +192055,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -191736,10 +192074,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -191921,13 +192259,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -191940,10 +192278,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -192040,13 +192378,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -192059,10 +192397,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -192244,13 +192582,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -192263,10 +192601,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -192363,13 +192701,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -192382,10 +192720,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -192701,13 +193039,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -192720,10 +193058,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -192920,13 +193258,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -192939,10 +193277,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -193039,13 +193377,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -193058,10 +193396,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -193362,13 +193700,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -193381,10 +193719,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -193685,13 +194023,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -193704,10 +194042,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -193915,13 +194253,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -193934,10 +194272,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -194145,13 +194483,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -194164,10 +194502,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -194375,13 +194713,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -194394,10 +194732,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -194598,13 +194936,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -194617,10 +194955,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -194717,13 +195055,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -194736,10 +195074,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -194936,13 +195274,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -194955,10 +195293,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -195055,13 +195393,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -195074,10 +195412,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -195274,13 +195612,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -195293,10 +195631,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -195393,13 +195731,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -195412,10 +195750,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -195604,13 +195942,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -195623,10 +195961,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -195723,13 +196061,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -195742,10 +196080,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -195946,13 +196284,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -195965,10 +196303,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -196065,13 +196403,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -196084,10 +196422,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -196284,13 +196622,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -196303,10 +196641,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -196403,13 +196741,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -196422,10 +196760,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -196626,13 +196964,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -196645,10 +196983,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -196745,13 +197083,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -196764,10 +197102,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -196949,13 +197287,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -196968,10 +197306,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -197068,13 +197406,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -197087,10 +197425,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -197391,13 +197729,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -197410,10 +197748,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -197621,13 +197959,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -197640,10 +197978,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -197851,13 +198189,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -197870,10 +198208,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -198055,13 +198393,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -198074,10 +198412,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -198174,13 +198512,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -198193,10 +198531,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -198497,13 +198835,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -198516,10 +198854,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -198820,13 +199158,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -198839,10 +199177,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -198874,7 +199212,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1811", "id": 218921370, @@ -199063,13 +199404,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -199082,10 +199423,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -199182,13 +199523,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -199201,10 +199542,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -199236,10 +199577,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1808", "id": 218817898, @@ -199404,13 +199742,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -199423,10 +199761,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -199523,13 +199861,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -199542,10 +199880,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -199761,13 +200099,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -199780,10 +200118,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -199880,13 +200218,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -199899,10 +200237,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -200099,13 +200437,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -200118,10 +200456,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -200218,13 +200556,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -200237,10 +200575,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -200541,13 +200879,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -200560,10 +200898,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -200864,13 +201202,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -200883,10 +201221,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -201087,13 +201425,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -201106,10 +201444,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -201206,13 +201544,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -201225,10 +201563,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -201436,13 +201774,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -201455,10 +201793,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -201647,13 +201985,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -201666,10 +202004,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -201766,13 +202104,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -201785,10 +202123,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -201970,13 +202308,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -201989,10 +202327,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -202089,13 +202427,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -202108,10 +202446,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -202300,13 +202638,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -202319,10 +202657,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -202419,13 +202757,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -202438,10 +202776,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -202657,13 +202995,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -202676,10 +203014,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -202776,13 +203114,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -202795,10 +203133,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -202987,13 +203325,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -203006,10 +203344,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -203106,13 +203444,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -203125,10 +203463,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -203356,13 +203694,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -203375,10 +203713,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -203475,13 +203813,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -203494,10 +203832,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -203686,13 +204024,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -203705,10 +204043,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -203805,13 +204143,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -203824,10 +204162,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -204024,13 +204362,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -204043,10 +204381,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -204143,13 +204481,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -204162,10 +204500,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -204354,13 +204692,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -204373,10 +204711,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -204473,13 +204811,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -204492,10 +204830,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -204703,13 +205041,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -204722,10 +205060,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -204933,13 +205271,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -204952,10 +205290,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -205176,13 +205514,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -205195,10 +205533,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -205295,13 +205633,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -205314,10 +205652,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -205518,13 +205856,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -205537,10 +205875,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -205637,13 +205975,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -205656,10 +205994,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -205867,13 +206205,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -205886,10 +206224,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -205986,13 +206324,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -206005,10 +206343,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -206309,13 +206647,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -206328,10 +206666,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -206639,13 +206977,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -206658,10 +206996,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -206884,13 +207222,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -206903,10 +207241,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -207103,13 +207441,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -207122,10 +207460,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -207222,13 +207560,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -207241,10 +207579,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -207560,13 +207898,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -207579,10 +207917,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -207890,13 +208228,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -207909,10 +208247,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -208094,13 +208432,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -208113,10 +208451,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -208213,13 +208551,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -208232,10 +208570,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -208443,13 +208781,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -208462,10 +208800,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -208562,13 +208900,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -208581,10 +208919,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -208616,7 +208954,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1768", "id": 216562924, @@ -208900,13 +209241,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -208919,10 +209260,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -208954,10 +209295,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1765", "id": 216355743, @@ -209241,13 +209579,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -209260,10 +209598,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -209452,13 +209790,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -209471,10 +209809,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -209571,13 +209909,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -209590,10 +209928,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -209801,13 +210139,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -209820,10 +210158,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -209920,13 +210258,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -209939,10 +210277,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -210131,13 +210469,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -210150,10 +210488,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -210250,13 +210588,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -210269,10 +210607,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -210454,13 +210792,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -210473,10 +210811,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -210573,13 +210911,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -210592,10 +210930,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -210831,13 +211169,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -210850,10 +211188,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -210950,13 +211288,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -210969,10 +211307,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -211273,13 +211611,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -211292,10 +211630,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -211596,13 +211934,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -211615,10 +211953,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -211919,13 +212257,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -211938,10 +212276,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -212242,13 +212580,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -212261,10 +212599,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -212565,13 +212903,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -212584,10 +212922,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -212888,13 +213226,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -212907,10 +213245,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -213211,13 +213549,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -213230,10 +213568,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -213549,13 +213887,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -213568,10 +213906,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -213887,13 +214225,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -213906,10 +214244,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -214106,13 +214444,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -214125,10 +214463,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -214225,13 +214563,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -214244,10 +214582,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -214563,13 +214901,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -214582,10 +214920,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -214901,13 +215239,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -214920,10 +215258,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -215239,13 +215577,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -215258,10 +215596,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -215585,13 +215923,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -215604,10 +215942,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -215923,13 +216261,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -215942,10 +216280,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -216160,13 +216498,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -216179,10 +216517,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -216397,13 +216735,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -216416,10 +216754,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -216655,13 +216993,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -216674,10 +217012,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -216774,13 +217112,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -216793,10 +217131,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -216978,13 +217316,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -216997,10 +217335,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -217097,13 +217435,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -217116,10 +217454,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -217316,13 +217654,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -217335,10 +217673,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -217435,13 +217773,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -217454,10 +217792,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -217654,13 +217992,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -217673,10 +218011,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -217773,13 +218111,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -217792,10 +218130,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -217992,13 +218330,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -218011,10 +218349,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -218111,13 +218449,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -218130,10 +218468,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -218330,13 +218668,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -218349,10 +218687,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -218449,13 +218787,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -218468,10 +218806,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -218503,7 +218841,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1706", "id": 211036533, @@ -218676,13 +219017,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -218695,10 +219036,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -218795,13 +219136,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -218814,10 +219155,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -218849,10 +219190,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1705", "id": 211014212, @@ -219017,13 +219355,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -219036,10 +219374,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -219136,13 +219474,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -219155,10 +219493,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -219355,13 +219693,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -219374,10 +219712,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -219474,13 +219812,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -219493,10 +219831,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -219693,13 +220031,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -219712,10 +220050,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -219812,13 +220150,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -219831,10 +220169,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -220135,13 +220473,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -220154,10 +220492,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -220458,13 +220796,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -220477,10 +220815,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -220781,13 +221119,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -220800,10 +221138,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -221104,13 +221442,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -221123,10 +221461,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -221427,13 +221765,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -221446,10 +221784,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -221750,13 +222088,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -221769,10 +222107,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -222073,13 +222411,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -222092,10 +222430,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -222396,13 +222734,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -222415,10 +222753,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -222734,13 +223072,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -222753,10 +223091,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -223057,13 +223395,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -223076,10 +223414,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -223395,13 +223733,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -223414,10 +223752,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -223718,13 +224056,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -223737,10 +224075,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -223937,13 +224275,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -223956,10 +224294,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -224056,13 +224394,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -224075,10 +224413,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -224275,13 +224613,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -224294,10 +224632,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -224394,13 +224732,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -224413,10 +224751,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -224613,13 +224951,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -224632,10 +224970,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -224732,13 +225070,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -224751,10 +225089,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -224951,13 +225289,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -224970,10 +225308,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -225070,13 +225408,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -225089,10 +225427,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -225289,13 +225627,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -225308,10 +225646,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -225408,13 +225746,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -225427,10 +225765,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -225653,13 +225991,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -225672,10 +226010,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -225976,13 +226314,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -225995,10 +226333,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -226180,13 +226518,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -226199,10 +226537,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -226299,13 +226637,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -226318,10 +226656,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -226537,13 +226875,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -226556,10 +226894,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -226656,13 +226994,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -226675,10 +227013,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -226867,13 +227205,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -226886,10 +227224,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -226986,13 +227324,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -227005,10 +227343,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -227316,13 +227654,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -227335,10 +227673,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -227654,13 +227992,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -227673,10 +228011,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -227992,13 +228330,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -228011,10 +228349,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -228237,13 +228575,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -228256,10 +228594,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -228291,7 +228629,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1654", "id": 207878416, @@ -228456,13 +228797,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -228475,10 +228816,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -228575,13 +228916,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -228594,10 +228935,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -228629,10 +228970,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1653", "id": 207857677, @@ -228789,13 +229127,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -228808,10 +229146,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -228908,13 +229246,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -228927,10 +229265,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -229158,13 +229496,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -229177,10 +229515,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -229277,13 +229615,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -229296,10 +229634,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -229615,13 +229953,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -229634,10 +229972,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -229953,13 +230291,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -229972,10 +230310,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -230211,13 +230549,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -230230,10 +230568,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -230330,13 +230668,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -230349,10 +230687,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -230549,13 +230887,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -230568,10 +230906,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -230668,13 +231006,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -230687,10 +231025,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -230887,13 +231225,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -230906,10 +231244,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -231006,13 +231344,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -231025,10 +231363,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -231225,13 +231563,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -231244,10 +231582,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -231344,13 +231682,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -231363,10 +231701,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -231555,13 +231893,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -231574,10 +231912,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -231674,13 +232012,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -231693,10 +232031,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -231904,13 +232242,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -231923,10 +232261,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -232023,13 +232361,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -232042,10 +232380,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -232346,13 +232684,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -232365,10 +232703,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -232569,13 +232907,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -232588,10 +232926,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -232688,13 +233026,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -232707,10 +233045,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -232892,13 +233230,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -232911,10 +233249,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -233011,13 +233349,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -233030,10 +233368,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -233349,13 +233687,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -233368,10 +233706,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -233679,13 +234017,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -233698,10 +234036,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -234002,13 +234340,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -234021,10 +234359,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -234340,13 +234678,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -234359,10 +234697,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -234678,13 +235016,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -234697,10 +235035,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -234889,13 +235227,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -234908,10 +235246,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -235008,13 +235346,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -235027,10 +235365,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -235238,13 +235576,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -235257,10 +235595,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -235357,13 +235695,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -235376,10 +235714,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -235568,13 +235906,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -235587,10 +235925,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -235687,13 +236025,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -235706,10 +236044,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -235891,13 +236229,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -235910,10 +236248,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -236010,13 +236348,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -236029,10 +236367,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -236221,13 +236559,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -236240,10 +236578,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -236340,13 +236678,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -236359,10 +236697,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -236551,13 +236889,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -236570,10 +236908,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -236670,13 +237008,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -236689,10 +237027,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -236889,13 +237227,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -236908,10 +237246,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -237008,13 +237346,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -237027,10 +237365,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -237246,13 +237584,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -237265,10 +237603,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -237365,13 +237703,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -237384,10 +237722,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -237584,13 +237922,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -237603,10 +237941,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -237703,13 +238041,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -237722,10 +238060,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -237941,13 +238279,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -237960,10 +238298,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -238060,13 +238398,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -238079,10 +238417,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -238390,13 +238728,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -238409,10 +238747,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -238444,7 +238782,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1609", "id": 204665063, @@ -238713,13 +239054,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -238732,10 +239073,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -238767,10 +239108,7 @@ } }, "author_association": "COLLABORATOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1607", "id": 204418202, @@ -239054,13 +239392,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -239073,10 +239411,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -239403,13 +239741,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -239422,10 +239760,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -239607,13 +239945,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -239626,10 +239964,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -239726,13 +240064,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -239745,10 +240083,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -240049,13 +240387,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -240068,10 +240406,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -240372,13 +240710,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -240391,10 +240729,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -240710,13 +241048,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -240729,10 +241067,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -241048,13 +241386,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -241067,10 +241405,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -241386,13 +241724,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -241405,10 +241743,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -241724,13 +242062,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -241743,10 +242081,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -242062,13 +242400,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -242081,10 +242419,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -242400,13 +242738,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -242419,10 +242757,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -242638,13 +242976,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -242657,10 +242995,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -242757,13 +243095,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -242776,10 +243114,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -242987,13 +243325,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -243006,10 +243344,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -243106,13 +243444,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -243125,10 +243463,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -243329,13 +243667,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -243348,10 +243686,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -243448,13 +243786,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -243467,10 +243805,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -243786,13 +244124,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -243805,10 +244143,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -244116,13 +244454,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -244135,10 +244473,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -244385,13 +244723,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -244404,10 +244742,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -244589,13 +244927,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -244608,10 +244946,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -244708,13 +245046,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -244727,10 +245065,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -244927,13 +245265,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -244946,10 +245284,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -245046,13 +245384,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -245065,10 +245403,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -245269,13 +245607,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -245288,10 +245626,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -245388,13 +245726,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -245407,10 +245745,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -245711,13 +246049,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -245730,10 +246068,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -245934,13 +246272,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -245953,10 +246291,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -246053,13 +246391,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -246072,10 +246410,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -246257,13 +246595,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -246276,10 +246614,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -246376,13 +246714,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -246395,10 +246733,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -246699,13 +247037,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -246718,10 +247056,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -247022,13 +247360,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -247041,10 +247379,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -247233,13 +247571,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -247252,10 +247590,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -247352,13 +247690,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -247371,10 +247709,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -247571,13 +247909,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -247590,10 +247928,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -247690,13 +248028,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -247709,10 +248047,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -248013,13 +248351,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -248032,10 +248370,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -248224,13 +248562,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -248243,10 +248581,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -248343,13 +248681,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -248362,10 +248700,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -248397,7 +248735,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1553", "id": 200894521, @@ -248562,13 +248903,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -248581,10 +248922,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -248681,13 +249022,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -248700,10 +249041,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -248735,10 +249076,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1552", "id": 200887809, @@ -248903,13 +249241,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -248922,10 +249260,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -249022,13 +249360,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -249041,10 +249379,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -249233,13 +249571,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -249252,10 +249590,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -249352,13 +249690,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -249371,10 +249709,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -249690,13 +250028,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -249709,10 +250047,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -249894,13 +250232,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -249913,10 +250251,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -250013,13 +250351,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -250032,10 +250370,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -250259,13 +250597,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -250278,10 +250616,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -250378,13 +250716,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -250397,10 +250735,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -250582,13 +250920,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -250601,10 +250939,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -250701,13 +251039,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -250720,10 +251058,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -251039,13 +251377,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -251058,10 +251396,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -251258,13 +251596,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -251277,10 +251615,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -251377,13 +251715,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -251396,10 +251734,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -251581,13 +251919,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -251600,10 +251938,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -251700,13 +252038,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -251719,10 +252057,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -251904,13 +252242,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -251923,10 +252261,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -252023,13 +252361,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -252042,10 +252380,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -252361,13 +252699,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -252380,10 +252718,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -252691,13 +253029,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -252710,10 +253048,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -253021,13 +253359,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -253040,10 +253378,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -253359,13 +253697,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -253378,10 +253716,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -253597,13 +253935,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -253616,10 +253954,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -253716,13 +254054,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -253735,10 +254073,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -253935,13 +254273,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -253954,10 +254292,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -254054,13 +254392,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -254073,10 +254411,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -254265,13 +254603,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -254284,10 +254622,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -254384,13 +254722,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -254403,10 +254741,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -254603,13 +254941,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -254622,10 +254960,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -254722,13 +255060,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -254741,10 +255079,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -254941,13 +255279,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -254960,10 +255298,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -255060,13 +255398,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -255079,10 +255417,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -255279,13 +255617,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -255298,10 +255636,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -255398,13 +255736,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -255417,10 +255755,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -255655,13 +255993,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -255674,10 +256012,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -255774,13 +256112,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -255793,10 +256131,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -256097,13 +256435,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -256116,10 +256454,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -256316,13 +256654,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -256335,10 +256673,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -256435,13 +256773,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -256454,10 +256792,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -256639,13 +256977,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -256658,10 +256996,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -256758,13 +257096,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -256777,10 +257115,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -256996,13 +257334,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -257015,10 +257353,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -257115,13 +257453,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -257134,10 +257472,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -257438,13 +257776,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -257457,10 +257795,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -257668,13 +258006,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -257687,10 +258025,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -257787,13 +258125,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -257806,10 +258144,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -258006,13 +258344,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -258025,10 +258363,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -258125,13 +258463,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -258144,10 +258482,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -258448,13 +258786,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -258467,10 +258805,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -258502,7 +258840,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1509", "id": 198667492, @@ -258771,13 +259112,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -258790,10 +259131,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -258825,10 +259166,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1504", "id": 198426677, @@ -259104,13 +259442,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -259123,10 +259461,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -259442,13 +259780,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -259461,10 +259799,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -259661,13 +259999,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -259680,10 +260018,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -259780,13 +260118,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -259799,10 +260137,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -259999,13 +260337,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -260018,10 +260356,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -260118,13 +260456,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -260137,10 +260475,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -260337,13 +260675,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -260356,10 +260694,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -260456,13 +260794,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -260475,10 +260813,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -260667,13 +261005,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -260686,10 +261024,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -260786,13 +261124,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -260805,10 +261143,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -261024,13 +261362,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -261043,10 +261381,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -261143,13 +261481,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -261162,10 +261500,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -261362,13 +261700,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -261381,10 +261719,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -261481,13 +261819,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -261500,10 +261838,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -261811,13 +262149,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -261830,10 +262168,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -262149,13 +262487,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -262168,10 +262506,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -262472,13 +262810,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -262491,10 +262829,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -262676,13 +263014,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -262695,10 +263033,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -262795,13 +263133,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -262814,10 +263152,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -262999,13 +263337,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -263018,10 +263356,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -263118,13 +263456,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -263137,10 +263475,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -263329,13 +263667,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -263348,10 +263686,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -263448,13 +263786,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -263467,10 +263805,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -263678,13 +264016,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -263697,10 +264035,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -263797,13 +264135,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -263816,10 +264154,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -264120,13 +264458,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -264139,10 +264477,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -264324,13 +264662,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -264343,10 +264681,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -264443,13 +264781,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -264462,10 +264800,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -264647,13 +264985,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -264666,10 +265004,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -264766,13 +265104,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -264785,10 +265123,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -264977,13 +265315,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -264996,10 +265334,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -265096,13 +265434,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -265115,10 +265453,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -265307,13 +265645,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -265326,10 +265664,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -265426,13 +265764,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -265445,10 +265783,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -265645,13 +265983,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -265664,10 +266002,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -265764,13 +266102,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -265783,10 +266121,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -265983,13 +266321,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -266002,10 +266340,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -266102,13 +266440,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -266121,10 +266459,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -266321,13 +266659,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -266340,10 +266678,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -266440,13 +266778,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -266459,10 +266797,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -266670,13 +267008,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -266689,10 +267027,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -266789,13 +267127,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -266808,10 +267146,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -267047,13 +267385,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -267066,10 +267404,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -267166,13 +267504,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -267185,10 +267523,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -267409,13 +267747,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -267428,10 +267766,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -267528,13 +267866,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -267547,10 +267885,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -267866,13 +268204,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -267885,10 +268223,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -268104,13 +268442,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -268123,10 +268461,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -268223,13 +268561,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -268242,10 +268580,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -268585,13 +268923,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -268604,10 +268942,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -268639,7 +268977,10 @@ } }, "author_association": "COLLABORATOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1447", "id": 195048756, @@ -268804,13 +269145,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -268823,10 +269164,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -268923,13 +269264,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -268942,10 +269283,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -268977,10 +269318,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1446", "id": 195047589, @@ -269164,13 +269502,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -269183,10 +269521,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -269283,13 +269621,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -269302,10 +269640,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -269613,13 +269951,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -269632,10 +269970,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -269891,13 +270229,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -269910,10 +270248,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -270010,13 +270348,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -270029,10 +270367,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -270348,13 +270686,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -270367,10 +270705,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -270586,13 +270924,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -270605,10 +270943,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -270705,13 +271043,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -270724,10 +271062,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -270916,13 +271254,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -270935,10 +271273,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -271035,13 +271373,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -271054,10 +271392,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -271365,13 +271703,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -271384,10 +271722,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -271688,13 +272026,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -271707,10 +272045,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -271907,13 +272245,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -271926,10 +272264,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -272026,13 +272364,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -272045,10 +272383,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -272245,13 +272583,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -272264,10 +272602,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -272364,13 +272702,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -272383,10 +272721,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -272602,13 +272940,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -272621,10 +272959,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -272721,13 +273059,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -272740,10 +273078,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -272940,13 +273278,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -272959,10 +273297,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -273059,13 +273397,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -273078,10 +273416,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -273270,13 +273608,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -273289,10 +273627,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -273389,13 +273727,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -273408,10 +273746,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -273727,13 +274065,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -273746,10 +274084,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -274065,13 +274403,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -274084,10 +274422,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -274284,13 +274622,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -274303,10 +274641,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -274403,13 +274741,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -274422,10 +274760,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -274622,13 +274960,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -274641,10 +274979,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -274741,13 +275079,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -274760,10 +275098,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -275071,13 +275409,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -275090,10 +275428,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -275316,13 +275654,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -275335,10 +275673,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -275553,13 +275891,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -275572,10 +275910,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -275772,13 +276110,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -275791,10 +276129,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -275891,13 +276229,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -275910,10 +276248,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -276129,13 +276467,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -276148,10 +276486,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -276248,13 +276586,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -276267,10 +276605,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -276486,13 +276824,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -276505,10 +276843,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -276605,13 +276943,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -276624,10 +276962,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -276824,13 +277162,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -276843,10 +277181,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -276943,13 +277281,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -276962,10 +277300,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -277154,13 +277492,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -277173,10 +277511,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -277273,13 +277611,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -277292,10 +277630,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -277492,13 +277830,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -277511,10 +277849,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -277611,13 +277949,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -277630,10 +277968,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -277849,13 +278187,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -277868,10 +278206,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -277968,13 +278306,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -277987,10 +278325,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -278298,13 +278636,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -278317,10 +278655,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -278509,13 +278847,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -278528,10 +278866,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -278628,13 +278966,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -278647,10 +278985,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -278682,7 +279020,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1392", "id": 191020296, @@ -278839,13 +279180,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -278858,10 +279199,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -278958,13 +279299,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -278977,10 +279318,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -279012,10 +279353,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1389", "id": 190453987, @@ -279180,13 +279518,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -279199,10 +279537,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -279299,13 +279637,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -279318,10 +279656,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -279510,13 +279848,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -279529,10 +279867,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -279629,13 +279967,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -279648,10 +279986,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -279886,13 +280224,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -279905,10 +280243,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -280005,13 +280343,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -280024,10 +280362,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -280216,13 +280554,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -280235,10 +280573,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -280335,13 +280673,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -280354,10 +280692,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -280554,13 +280892,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -280573,10 +280911,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -280673,13 +281011,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -280692,10 +281030,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -280903,13 +281241,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -280922,10 +281260,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -281022,13 +281360,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -281041,10 +281379,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -281345,13 +281683,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -281364,10 +281702,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -281556,13 +281894,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -281575,10 +281913,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -281675,13 +282013,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -281694,10 +282032,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -281886,13 +282224,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -281905,10 +282243,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -282005,13 +282343,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -282024,10 +282362,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -282328,13 +282666,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -282347,10 +282685,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -282666,13 +283004,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -282685,10 +283023,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -282904,13 +283242,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -282923,10 +283261,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -283023,13 +283361,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -283042,10 +283380,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -283242,13 +283580,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -283261,10 +283599,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -283361,13 +283699,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -283380,10 +283718,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -283691,13 +284029,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -283710,10 +284048,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -283910,13 +284248,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -283929,10 +284267,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -284029,13 +284367,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -284048,10 +284386,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -284240,13 +284578,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -284259,10 +284597,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -284359,13 +284697,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -284378,10 +284716,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -284570,13 +284908,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -284589,10 +284927,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -284689,13 +285027,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -284708,10 +285046,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -284916,13 +285254,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -284935,10 +285273,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -285035,13 +285373,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -285054,10 +285392,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -285262,13 +285600,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -285281,10 +285619,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -285381,13 +285719,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -285400,10 +285738,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -285600,13 +285938,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -285619,10 +285957,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -285719,13 +286057,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -285738,10 +286076,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -286042,13 +286380,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -286061,10 +286399,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -286280,13 +286618,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -286299,10 +286637,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -286399,13 +286737,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -286418,10 +286756,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -286722,13 +287060,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -286741,10 +287079,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -286941,13 +287279,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -286960,10 +287298,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -287060,13 +287398,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -287079,10 +287417,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -287279,13 +287617,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -287298,10 +287636,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -287398,13 +287736,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -287417,10 +287755,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -287721,13 +288059,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -287740,10 +288078,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -287940,13 +288278,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -287959,10 +288297,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -288059,13 +288397,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -288078,10 +288416,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -288270,13 +288608,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -288289,10 +288627,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -288389,13 +288727,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -288408,10 +288746,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -288600,13 +288938,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -288619,10 +288957,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -288719,13 +289057,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -288738,10 +289076,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -288773,7 +289111,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1345", "id": 187082721, @@ -288930,13 +289271,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -288949,10 +289290,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -289049,13 +289390,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -289068,10 +289409,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -289103,10 +289444,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1344", "id": 187062760, @@ -289375,13 +289713,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -289394,10 +289732,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -289594,13 +289932,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -289613,10 +289951,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -289713,13 +290051,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -289732,10 +290070,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -289917,13 +290255,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -289936,10 +290274,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -290036,13 +290374,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -290055,10 +290393,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -290240,13 +290578,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -290259,10 +290597,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -290359,13 +290697,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -290378,10 +290716,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -290720,13 +291058,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -290739,10 +291077,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -291043,13 +291381,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -291062,10 +291400,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -291412,13 +291750,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -291431,10 +291769,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -291657,13 +291995,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -291676,10 +292014,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -291861,13 +292199,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -291880,10 +292218,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -291980,13 +292318,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -291999,10 +292337,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -292310,13 +292648,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -292329,10 +292667,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -292540,13 +292878,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -292559,10 +292897,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -292863,13 +293201,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -292882,10 +293220,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -293082,13 +293420,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -293101,10 +293439,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -293201,13 +293539,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -293220,10 +293558,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -293524,13 +293862,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -293543,10 +293881,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -293862,13 +294200,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -293881,10 +294219,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -294185,13 +294523,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -294204,10 +294542,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -294423,13 +294761,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -294442,10 +294780,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -294542,13 +294880,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -294561,10 +294899,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -294746,13 +295084,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -294765,10 +295103,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -294865,13 +295203,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -294884,10 +295222,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -295188,13 +295526,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -295207,10 +295545,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -295526,13 +295864,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -295545,10 +295883,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -295764,13 +296102,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -295783,10 +296121,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -295883,13 +296221,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -295902,10 +296240,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -296206,13 +296544,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -296225,10 +296563,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -296529,13 +296867,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -296548,10 +296886,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -296852,13 +297190,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -296871,10 +297209,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -297175,13 +297513,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -297194,10 +297532,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -297498,13 +297836,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -297517,10 +297855,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -297821,13 +298159,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -297840,10 +298178,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -298144,13 +298482,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -298163,10 +298501,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -298467,13 +298805,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -298486,10 +298824,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -298521,7 +298859,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1295", "id": 182090996, @@ -298790,13 +299131,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -298809,10 +299150,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -298844,10 +299185,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1294", "id": 181624100, @@ -299116,13 +299454,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -299135,10 +299473,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -299320,13 +299658,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -299339,10 +299677,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -299439,13 +299777,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -299458,10 +299796,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -299762,13 +300100,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -299781,10 +300119,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -300085,13 +300423,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -300104,10 +300442,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -300289,13 +300627,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -300308,10 +300646,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -300408,13 +300746,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -300427,10 +300765,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -300731,13 +301069,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -300750,10 +301088,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -300935,13 +301273,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -300954,10 +301292,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -301054,13 +301392,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -301073,10 +301411,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -301377,13 +301715,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -301396,10 +301734,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -301700,13 +302038,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -301719,10 +302057,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -302023,13 +302361,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -302042,10 +302380,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -302346,13 +302684,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -302365,10 +302703,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -302669,13 +303007,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -302688,10 +303026,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -302873,13 +303211,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -302892,10 +303230,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -302992,13 +303330,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -303011,10 +303349,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -303315,13 +303653,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -303334,10 +303672,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -303534,13 +303872,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -303553,10 +303891,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -303653,13 +303991,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -303672,10 +304010,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -303872,13 +304210,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -303891,10 +304229,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -303991,13 +304329,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -304010,10 +304348,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -304236,13 +304574,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -304255,10 +304593,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -304559,13 +304897,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -304578,10 +304916,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -304797,13 +305135,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -304816,10 +305154,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -304916,13 +305254,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -304935,10 +305273,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -305239,13 +305577,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -305258,10 +305596,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -305450,13 +305788,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -305469,10 +305807,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -305569,13 +305907,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -305588,10 +305926,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -305773,13 +306111,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -305792,10 +306130,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -305892,13 +306230,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -305911,10 +306249,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -306103,13 +306441,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -306122,10 +306460,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -306222,13 +306560,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -306241,10 +306579,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -306426,13 +306764,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -306445,10 +306783,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -306545,13 +306883,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -306564,10 +306902,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -306749,13 +307087,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -306768,10 +307106,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -306868,13 +307206,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -306887,10 +307225,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -307110,13 +307448,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -307129,10 +307467,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -307229,13 +307567,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -307248,10 +307586,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -307452,13 +307790,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -307471,10 +307809,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -307571,13 +307909,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -307590,10 +307928,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -307790,13 +308128,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -307809,10 +308147,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -307909,13 +308247,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -307928,10 +308266,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -308128,13 +308466,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -308147,10 +308485,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -308247,13 +308585,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -308266,10 +308604,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -308301,7 +308639,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1238", "id": 175898897, @@ -308466,13 +308807,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -308485,10 +308826,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -308585,13 +308926,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -308604,10 +308945,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -308639,10 +308980,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1237", "id": 175898263, @@ -308799,13 +309137,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -308818,10 +309156,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -308918,13 +309256,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -308937,10 +309275,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -309137,13 +309475,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -309156,10 +309494,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -309256,13 +309594,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -309275,10 +309613,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -309475,13 +309813,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -309494,10 +309832,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -309594,13 +309932,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -309613,10 +309951,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -309951,13 +310289,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -309970,10 +310308,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -310174,13 +310512,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -310193,10 +310531,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -310293,13 +310631,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -310312,10 +310650,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -310616,13 +310954,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -310635,10 +310973,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -310939,13 +311277,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -310958,10 +311296,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -311346,13 +311684,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -311365,10 +311703,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -311669,13 +312007,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -311688,10 +312026,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -311992,13 +312330,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -312011,10 +312349,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -312315,13 +312653,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -312334,10 +312672,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -312526,13 +312864,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -312545,10 +312883,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -312645,13 +312983,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -312664,10 +313002,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -312968,13 +313306,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -312987,10 +313325,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -313291,13 +313629,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -313310,10 +313648,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -313614,13 +313952,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -313633,10 +313971,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -313844,13 +314182,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -313863,10 +314201,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -313963,13 +314301,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -313982,10 +314320,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -314193,13 +314531,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -314212,10 +314550,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -314312,13 +314650,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -314331,10 +314669,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -314542,13 +314880,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -314561,10 +314899,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -314661,13 +314999,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -314680,10 +315018,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -314884,13 +315222,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -314903,10 +315241,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -315003,13 +315341,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -315022,10 +315360,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -315207,13 +315545,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -315226,10 +315564,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -315326,13 +315664,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -315345,10 +315683,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -315545,13 +315883,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -315564,10 +315902,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -315664,13 +316002,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -315683,10 +316021,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -315868,13 +316206,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -315887,10 +316225,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -315987,13 +316325,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -316006,10 +316344,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -316198,13 +316536,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -316217,10 +316555,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -316317,13 +316655,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -316336,10 +316674,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -316540,13 +316878,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -316559,10 +316897,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -316659,13 +316997,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -316678,10 +317016,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -316955,13 +317293,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -316974,10 +317312,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -317074,13 +317412,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -317093,10 +317431,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -317297,13 +317635,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -317316,10 +317654,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -317416,13 +317754,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -317435,10 +317773,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -317646,13 +317984,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -317665,10 +318003,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -317765,13 +318103,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -317784,10 +318122,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -317988,13 +318326,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -318007,10 +318345,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -318107,13 +318445,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -318126,10 +318464,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -318385,13 +318723,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -318404,10 +318742,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -318504,13 +318842,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -318523,10 +318861,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -318558,7 +318896,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1199", "id": 175028184, @@ -318708,13 +319049,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -318727,10 +319068,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -318827,13 +319168,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -318846,10 +319187,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -318881,10 +319222,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1198", "id": 175026518, @@ -319068,13 +319406,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -319087,10 +319425,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -319187,13 +319525,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -319206,10 +319544,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -319445,13 +319783,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -319464,10 +319802,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -319564,13 +319902,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -319583,10 +319921,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -319802,13 +320140,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -319821,10 +320159,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -319921,13 +320259,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -319940,10 +320278,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -320144,13 +320482,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -320163,10 +320501,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -320263,13 +320601,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -320282,10 +320620,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -320467,13 +320805,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -320486,10 +320824,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -320586,13 +320924,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -320605,10 +320943,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -320790,13 +321128,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -320809,10 +321147,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -320909,13 +321247,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -320928,10 +321266,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -321113,13 +321451,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -321132,10 +321470,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -321232,13 +321570,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -321251,10 +321589,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -321436,13 +321774,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -321455,10 +321793,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -321555,13 +321893,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -321574,10 +321912,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -321759,13 +322097,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -321778,10 +322116,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -321878,13 +322216,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -321897,10 +322235,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -322101,13 +322439,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -322120,10 +322458,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -322220,13 +322558,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -322239,10 +322577,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -322431,13 +322769,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -322450,10 +322788,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -322550,13 +322888,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -322569,10 +322907,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -322754,13 +323092,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -322773,10 +323111,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -322873,13 +323211,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -322892,10 +323230,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -323196,13 +323534,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -323215,10 +323553,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -323407,13 +323745,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -323426,10 +323764,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -323526,13 +323864,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -323545,10 +323883,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -323849,13 +324187,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -323868,10 +324206,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -324072,13 +324410,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -324091,10 +324429,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -324191,13 +324529,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -324210,10 +324548,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -324436,13 +324774,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -324455,10 +324793,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -324655,13 +324993,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -324674,10 +325012,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -324774,13 +325112,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -324793,10 +325131,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -324985,13 +325323,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -325004,10 +325342,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -325104,13 +325442,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -325123,10 +325461,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -325442,13 +325780,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -325461,10 +325799,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -325780,13 +326118,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -325799,10 +326137,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -326003,13 +326341,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -326022,10 +326360,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -326122,13 +326460,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -326141,10 +326479,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -326341,13 +326679,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -326360,10 +326698,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -326460,13 +326798,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -326479,10 +326817,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -326671,13 +327009,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -326690,10 +327028,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -326790,13 +327128,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -326809,10 +327147,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -326994,13 +327332,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -327013,10 +327351,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -327113,13 +327451,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -327132,10 +327470,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -327317,13 +327655,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -327336,10 +327674,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -327436,13 +327774,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -327455,10 +327793,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -327666,13 +328004,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -327685,10 +328023,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -327785,13 +328123,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -327804,10 +328142,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -328004,13 +328342,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -328023,10 +328361,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -328123,13 +328461,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -328142,10 +328480,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -328361,13 +328699,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -328380,10 +328718,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -328480,13 +328818,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -328499,10 +328837,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -328534,7 +328872,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1144", "id": 171823795, @@ -328691,13 +329032,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -328710,10 +329051,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -328810,13 +329151,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -328829,10 +329170,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -328864,10 +329205,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1143", "id": 171821500, @@ -329024,13 +329362,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -329043,10 +329381,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -329143,13 +329481,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -329162,10 +329500,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -329354,13 +329692,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -329373,10 +329711,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -329473,13 +329811,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -329492,10 +329830,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -329723,13 +330061,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -329742,10 +330080,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -329842,13 +330180,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -329861,10 +330199,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -330165,13 +330503,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -330184,10 +330522,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -330488,13 +330826,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -330507,10 +330845,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -330811,13 +331149,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -330830,10 +331168,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -331134,13 +331472,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -331153,10 +331491,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -331457,13 +331795,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -331476,10 +331814,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -331687,13 +332025,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -331706,10 +332044,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -331806,13 +332144,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -331825,10 +332163,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -332036,13 +332374,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -332055,10 +332393,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -332359,13 +332697,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -332378,10 +332716,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -332682,13 +333020,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -332701,10 +333039,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -333005,13 +333343,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -333024,10 +333362,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -333328,13 +333666,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -333347,10 +333685,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -333651,13 +333989,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -333670,10 +334008,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -333855,13 +334193,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -333874,10 +334212,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -333974,13 +334312,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -333993,10 +334331,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -334178,13 +334516,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -334197,10 +334535,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -334297,13 +334635,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -334316,10 +334654,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -334527,13 +334865,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -334546,10 +334884,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -334750,13 +335088,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -334769,10 +335107,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -334869,13 +335207,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -334888,10 +335226,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -335192,13 +335530,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -335211,10 +335549,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -335422,13 +335760,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -335441,10 +335779,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -335652,13 +335990,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -335671,10 +336009,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -335771,13 +336109,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -335790,10 +336128,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -336001,13 +336339,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -336020,10 +336358,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -336120,13 +336458,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -336139,10 +336477,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -336331,13 +336669,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -336350,10 +336688,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -336450,13 +336788,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -336469,10 +336807,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -336661,13 +336999,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -336680,10 +337018,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -336780,13 +337118,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -336799,10 +337137,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -336984,13 +337322,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -337003,10 +337341,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -337103,13 +337441,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -337122,10 +337460,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -337341,13 +337679,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -337360,10 +337698,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -337460,13 +337798,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -337479,10 +337817,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -337679,13 +338017,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -337698,10 +338036,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -337798,13 +338136,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -337817,10 +338155,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -338002,13 +338340,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -338021,10 +338359,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -338121,13 +338459,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -338140,10 +338478,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -338175,7 +338513,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1079", "id": 165621797, @@ -338359,13 +338700,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -338378,10 +338719,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -338478,13 +338819,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -338497,10 +338838,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -338532,10 +338873,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1078", "id": 165610293, @@ -338692,13 +339030,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -338711,10 +339049,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -338811,13 +339149,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -338830,10 +339168,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -339060,13 +339398,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -339079,10 +339417,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -339179,13 +339517,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -339198,10 +339536,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -339390,13 +339728,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -339409,10 +339747,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -339509,13 +339847,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -339528,10 +339866,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -339832,13 +340170,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -339851,10 +340189,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -340162,13 +340500,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -340181,10 +340519,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -340392,13 +340730,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -340411,10 +340749,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -340511,13 +340849,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -340530,10 +340868,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -340722,13 +341060,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -340741,10 +341079,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -340841,13 +341179,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -340860,10 +341198,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -341045,13 +341383,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -341064,10 +341402,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -341164,13 +341502,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -341183,10 +341521,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -341368,13 +341706,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -341387,10 +341725,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -341487,13 +341825,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -341506,10 +341844,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -341810,13 +342148,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -341829,10 +342167,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -342014,13 +342352,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -342033,10 +342371,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -342133,13 +342471,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -342152,10 +342490,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -342352,13 +342690,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -342371,10 +342709,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -342471,13 +342809,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -342490,10 +342828,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -342682,13 +343020,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -342701,10 +343039,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -342801,13 +343139,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -342820,10 +343158,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -343039,13 +343377,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -343058,10 +343396,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -343158,13 +343496,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -343177,10 +343515,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -343369,13 +343707,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -343388,10 +343726,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -343488,13 +343826,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -343507,10 +343845,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -343811,13 +344149,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -343830,10 +344168,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -344015,13 +344353,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -344034,10 +344372,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -344134,13 +344472,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -344153,10 +344491,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -344338,13 +344676,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -344357,10 +344695,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -344457,13 +344795,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -344476,10 +344814,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -344676,13 +345014,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -344695,10 +345033,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -344795,13 +345133,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -344814,10 +345152,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -345018,13 +345356,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -345037,10 +345375,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -345137,13 +345475,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -345156,10 +345494,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -345367,13 +345705,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -345386,10 +345724,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -345597,13 +345935,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -345616,10 +345954,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -345927,13 +346265,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -345946,10 +346284,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -346131,13 +346469,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -346150,10 +346488,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -346250,13 +346588,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -346269,10 +346607,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -346504,13 +346842,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -346523,10 +346861,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -346623,13 +346961,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -346642,10 +346980,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -346842,13 +347180,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -346861,10 +347199,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -346961,13 +347299,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -346980,10 +347318,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -347206,13 +347544,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -347225,10 +347563,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -347417,13 +347755,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -347436,10 +347774,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -347536,13 +347874,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -347555,10 +347893,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -347913,13 +348251,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -347932,10 +348270,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -347967,7 +348305,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1020", "id": 158722743, @@ -348132,13 +348473,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -348151,10 +348492,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -348251,13 +348592,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -348270,10 +348611,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -348305,10 +348646,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1019", "id": 158721554, @@ -348473,13 +348811,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -348492,10 +348830,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -348592,13 +348930,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -348611,10 +348949,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -348834,13 +349172,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -348853,10 +349191,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -348953,13 +349291,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -348972,10 +349310,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -349276,13 +349614,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -349295,10 +349633,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -349487,13 +349825,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -349506,10 +349844,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -349606,13 +349944,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -349625,10 +349963,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -349855,13 +350193,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -349874,10 +350212,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -349974,13 +350312,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -349993,10 +350331,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -350193,13 +350531,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -350212,10 +350550,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -350312,13 +350650,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -350331,10 +350669,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -350531,13 +350869,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -350550,10 +350888,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -350650,13 +350988,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -350669,10 +351007,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -350869,13 +351207,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -350888,10 +351226,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -350988,13 +351326,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -351007,10 +351345,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -351192,13 +351530,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -351211,10 +351549,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -351311,13 +351649,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -351330,10 +351668,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -351534,13 +351872,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -351553,10 +351891,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -351653,13 +351991,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -351672,10 +352010,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -351883,13 +352221,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -351902,10 +352240,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -352002,13 +352340,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -352021,10 +352359,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -352213,13 +352551,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -352232,10 +352570,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -352332,13 +352670,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -352351,10 +352689,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -352551,13 +352889,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -352570,10 +352908,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -352670,13 +353008,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -352689,10 +353027,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -352874,13 +353212,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -352893,10 +353231,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -352993,13 +353331,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -353012,10 +353350,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -353216,13 +353554,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -353235,10 +353573,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -353335,13 +353673,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -353354,10 +353692,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -353546,13 +353884,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -353565,10 +353903,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -353665,13 +354003,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -353684,10 +354022,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -353869,13 +354207,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -353888,10 +354226,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -353988,13 +354326,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -354007,10 +354345,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -354199,13 +354537,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -354218,10 +354556,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -354318,13 +354656,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -354337,10 +354675,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -354529,13 +354867,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -354548,10 +354886,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -354648,13 +354986,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -354667,10 +355005,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -354971,13 +355309,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -354990,10 +355328,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -355182,13 +355520,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -355201,10 +355539,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -355301,13 +355639,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -355320,10 +355658,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -355531,13 +355869,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -355550,10 +355888,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -355735,13 +356073,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -355754,10 +356092,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -355854,13 +356192,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -355873,10 +356211,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -356065,13 +356403,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -356084,10 +356422,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -356184,13 +356522,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -356203,10 +356541,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -356407,13 +356745,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -356426,10 +356764,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -356526,13 +356864,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -356545,10 +356883,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -356737,13 +357075,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -356756,10 +357094,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -356856,13 +357194,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -356875,10 +357213,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -357067,13 +357405,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -357086,10 +357424,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -357186,13 +357524,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -357205,10 +357543,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -357413,13 +357751,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -357432,10 +357770,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -357532,13 +357870,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -357551,10 +357889,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -357743,13 +358081,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -357762,10 +358100,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -357862,13 +358200,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -357881,10 +358219,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -357916,7 +358254,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/964", "id": 155226387, @@ -358073,13 +358414,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -358092,10 +358433,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -358192,13 +358533,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -358211,10 +358552,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -358246,10 +358587,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/960", "id": 154715954, @@ -358444,13 +358782,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -358463,10 +358801,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -358563,13 +358901,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -358582,10 +358920,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -358774,13 +359112,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -358793,10 +359131,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -358893,13 +359231,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -358912,10 +359250,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -359104,13 +359442,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -359123,10 +359461,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -359223,13 +359561,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -359242,10 +359580,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -359434,13 +359772,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -359453,10 +359791,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -359553,13 +359891,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -359572,10 +359910,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -359883,13 +360221,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -359902,10 +360240,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -360206,13 +360544,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -360225,10 +360563,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -360488,13 +360826,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -360507,10 +360845,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -360607,13 +360945,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -360626,10 +360964,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -360937,13 +361275,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -360956,10 +361294,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -361167,13 +361505,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -361186,10 +361524,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -361286,13 +361624,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -361305,10 +361643,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -361497,13 +361835,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -361516,10 +361854,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -361616,13 +361954,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -361635,10 +361973,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -361820,13 +362158,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -361839,10 +362177,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -361939,13 +362277,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -361958,10 +362296,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -362262,13 +362600,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -362281,10 +362619,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -362585,13 +362923,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -362604,10 +362942,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -362915,13 +363253,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -362934,10 +363272,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -363119,13 +363457,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -363138,10 +363476,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -363238,13 +363576,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -363257,10 +363595,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -363468,13 +363806,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -363487,10 +363825,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -363587,13 +363925,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -363606,10 +363944,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -363791,13 +364129,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -363810,10 +364148,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -363910,13 +364248,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -363929,10 +364267,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -364133,13 +364471,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -364152,10 +364490,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -364252,13 +364590,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -364271,10 +364609,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -364456,13 +364794,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -364475,10 +364813,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -364575,13 +364913,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -364594,10 +364932,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -364898,13 +365236,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -364917,10 +365255,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -365221,13 +365559,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -365240,10 +365578,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -365444,13 +365782,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -365463,10 +365801,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -365563,13 +365901,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -365582,10 +365920,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -365786,13 +366124,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -365805,10 +366143,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -365905,13 +366243,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -365924,10 +366262,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -366228,13 +366566,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -366247,10 +366585,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -366551,13 +366889,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -366570,10 +366908,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -366893,13 +367231,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -366912,10 +367250,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -367097,13 +367435,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -367116,10 +367454,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -367216,13 +367554,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -367235,10 +367573,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -367465,13 +367803,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -367484,10 +367822,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -367584,13 +367922,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -367603,10 +367941,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -367807,13 +368145,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -367826,10 +368164,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -367926,13 +368264,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -367945,10 +368283,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -367980,7 +368318,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/905", "id": 149962951, @@ -368156,13 +368497,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -368175,10 +368516,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -368275,13 +368616,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -368294,10 +368635,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -368329,10 +368670,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/902", "id": 149151230, @@ -368601,13 +368939,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -368620,10 +368958,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -368812,13 +369150,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -368831,10 +369169,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -368931,13 +369269,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -368950,10 +369288,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -369161,13 +369499,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -369180,10 +369518,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -369280,13 +369618,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -369299,10 +369637,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -369491,13 +369829,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -369510,10 +369848,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -369610,13 +369948,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -369629,10 +369967,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -369821,13 +370159,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -369840,10 +370178,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -369940,13 +370278,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -369959,10 +370297,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -370189,13 +370527,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -370208,10 +370546,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -370308,13 +370646,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -370327,10 +370665,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -370519,13 +370857,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -370538,10 +370876,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -370638,13 +370976,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -370657,10 +370995,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -370868,13 +371206,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -370887,10 +371225,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -370987,13 +371325,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -371006,10 +371344,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -371210,13 +371548,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -371229,10 +371567,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -371329,13 +371667,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -371348,10 +371686,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -371559,13 +371897,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -371578,10 +371916,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -371678,13 +372016,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -371697,10 +372035,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -371889,13 +372227,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -371908,10 +372246,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -372008,13 +372346,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -372027,10 +372365,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -372231,13 +372569,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -372250,10 +372588,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -372350,13 +372688,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -372369,10 +372707,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -372673,13 +373011,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -372692,10 +373030,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -372996,13 +373334,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -373015,10 +373353,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -373207,13 +373545,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -373226,10 +373564,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -373326,13 +373664,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -373345,10 +373683,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -373530,13 +373868,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -373549,10 +373887,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -373649,13 +373987,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -373668,10 +374006,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -373972,13 +374310,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -373991,10 +374329,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -374295,13 +374633,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -374314,10 +374652,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -374506,13 +374844,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -374525,10 +374863,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -374625,13 +374963,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -374644,10 +374982,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -374844,13 +375182,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -374863,10 +375201,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -374963,13 +375301,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -374982,10 +375320,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -375286,13 +375624,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -375305,10 +375643,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -375609,13 +375947,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -375628,10 +375966,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -375832,13 +376170,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -375851,10 +376189,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -375951,13 +376289,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -375970,10 +376308,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -376181,13 +376519,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -376200,10 +376538,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -376300,13 +376638,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -376319,10 +376657,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -376504,13 +376842,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -376523,10 +376861,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -376623,13 +376961,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -376642,10 +376980,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -376834,13 +377172,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -376853,10 +377191,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -376953,13 +377291,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -376972,10 +377310,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -377183,13 +377521,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -377202,10 +377540,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -377302,13 +377640,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -377321,10 +377659,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -377513,13 +377851,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -377532,10 +377870,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -377632,13 +377970,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -377651,10 +377989,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -377843,13 +378181,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -377862,10 +378200,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -377962,13 +378300,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -377981,10 +378319,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -378016,7 +378354,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/851", "id": 145823352, @@ -378173,13 +378514,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -378192,10 +378533,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -378292,13 +378633,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -378311,10 +378652,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -378346,10 +378687,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/849", "id": 145601425, @@ -378532,13 +378870,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -378551,10 +378889,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -378743,13 +379081,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -378762,10 +379100,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -378862,13 +379200,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -378881,10 +379219,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -379066,13 +379404,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -379085,10 +379423,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -379185,13 +379523,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -379204,10 +379542,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -379547,13 +379885,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -379566,10 +379904,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -379766,13 +380104,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -379785,10 +380123,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -379885,13 +380223,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -379904,10 +380242,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -380108,13 +380446,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -380127,10 +380465,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -380227,13 +380565,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -380246,10 +380584,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -380446,13 +380784,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -380465,10 +380803,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -380565,13 +380903,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -380584,10 +380922,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -380888,13 +381226,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -380907,10 +381245,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -381099,13 +381437,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -381118,10 +381456,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -381218,13 +381556,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -381237,10 +381575,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -381437,13 +381775,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -381456,10 +381794,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -381556,13 +381894,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -381575,10 +381913,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -381879,13 +382217,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -381898,10 +382236,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -382083,13 +382421,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -382102,10 +382440,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -382202,13 +382540,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -382221,10 +382559,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -382445,13 +382783,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -382464,10 +382802,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -382564,13 +382902,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -382583,10 +382921,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -382906,13 +383244,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -382925,10 +383263,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -383229,13 +383567,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -383248,10 +383586,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -383552,13 +383890,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -383571,10 +383909,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -383795,13 +384133,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -383814,10 +384152,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -383914,13 +384252,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -383933,10 +384271,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -384156,13 +384494,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -384175,10 +384513,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -384275,13 +384613,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -384294,10 +384632,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -384598,13 +384936,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -384617,10 +384955,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -384847,13 +385185,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -384866,10 +385204,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -384966,13 +385304,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -384985,10 +385323,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -385304,13 +385642,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -385323,10 +385661,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -385642,13 +385980,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -385661,10 +385999,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -385965,13 +386303,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -385984,10 +386322,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -386288,13 +386626,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -386307,10 +386645,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -386611,13 +386949,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -386630,10 +386968,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -386934,13 +387272,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -386953,10 +387291,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -387257,13 +387595,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -387276,10 +387614,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -387461,13 +387799,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -387480,10 +387818,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -387580,13 +387918,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -387599,10 +387937,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -387784,13 +388122,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -387803,10 +388141,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -387903,13 +388241,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -387922,10 +388260,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -387957,7 +388295,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/776", "id": 141673137, @@ -388107,13 +388448,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -388126,10 +388467,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -388226,13 +388567,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -388245,10 +388586,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -388280,10 +388621,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/772", "id": 140443053, @@ -388452,13 +388790,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -388471,10 +388809,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -388571,13 +388909,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -388590,10 +388928,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -388790,13 +389128,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -388809,10 +389147,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -388909,13 +389247,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -388928,10 +389266,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -389120,13 +389458,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -389139,10 +389477,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -389239,13 +389577,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -389258,10 +389596,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -389462,13 +389800,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -389481,10 +389819,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -389581,13 +389919,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -389600,10 +389938,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -389800,13 +390138,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -389819,10 +390157,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -389919,13 +390257,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -389938,10 +390276,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -390157,13 +390495,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -390176,10 +390514,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -390276,13 +390614,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -390295,10 +390633,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -390614,13 +390952,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -390633,10 +390971,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -390937,13 +391275,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -390956,10 +391294,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -391156,13 +391494,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -391175,10 +391513,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -391275,13 +391613,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -391294,10 +391632,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -391494,13 +391832,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -391513,10 +391851,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -391613,13 +391951,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -391632,10 +391970,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -391832,13 +392170,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -391851,10 +392189,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -391951,13 +392289,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -391970,10 +392308,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -392155,13 +392493,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -392174,10 +392512,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -392274,13 +392612,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -392293,10 +392631,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -392485,13 +392823,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -392504,10 +392842,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -392604,13 +392942,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -392623,10 +392961,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -392808,13 +393146,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -392827,10 +393165,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -392927,13 +393265,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -392946,10 +393284,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -393154,13 +393492,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -393173,10 +393511,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -393273,13 +393611,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -393292,10 +393630,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -393511,13 +393849,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -393530,10 +393868,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -393630,13 +393968,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -393649,10 +393987,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -393968,13 +394306,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -393987,10 +394325,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -394179,13 +394517,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -394198,10 +394536,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -394298,13 +394636,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -394317,10 +394655,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -394509,13 +394847,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -394528,10 +394866,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -394628,13 +394966,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -394647,10 +394985,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -394951,13 +395289,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -394970,10 +395308,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -395170,13 +395508,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -395189,10 +395527,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -395289,13 +395627,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -395308,10 +395646,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -395508,13 +395846,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -395527,10 +395865,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -395627,13 +395965,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -395646,10 +395984,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -395838,13 +396176,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -395857,10 +396195,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -395957,13 +396295,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -395976,10 +396314,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -396184,13 +396522,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -396203,10 +396541,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -396303,13 +396641,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -396322,10 +396660,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -396530,13 +396868,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -396549,10 +396887,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -396649,13 +396987,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -396668,10 +397006,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -396868,13 +397206,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -396887,10 +397225,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -396987,13 +397325,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -397006,10 +397344,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -397198,13 +397536,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -397217,10 +397555,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -397317,13 +397655,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -397336,10 +397674,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -397555,13 +397893,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -397574,10 +397912,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -397674,13 +398012,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -397693,10 +398031,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -397878,13 +398216,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -397897,10 +398235,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -397997,13 +398335,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -398016,10 +398354,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -398051,7 +398389,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/716", "id": 135011609, @@ -398220,13 +398561,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -398239,10 +398580,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -398339,13 +398680,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -398358,10 +398699,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -398393,10 +398734,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/715", "id": 134817456, @@ -398572,13 +398910,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -398591,10 +398929,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -398791,13 +399129,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -398810,10 +399148,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -398910,13 +399248,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -398929,10 +399267,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -399129,13 +399467,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -399148,10 +399486,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -399248,13 +399586,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -399267,10 +399605,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -399452,13 +399790,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -399471,10 +399809,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -399571,13 +399909,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -399590,10 +399928,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -399894,13 +400232,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -399913,10 +400251,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -400113,13 +400451,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -400132,10 +400470,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -400232,13 +400570,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -400251,10 +400589,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -400451,13 +400789,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -400470,10 +400808,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -400570,13 +400908,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -400589,10 +400927,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -400789,13 +401127,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -400808,10 +401146,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -400908,13 +401246,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -400927,10 +401265,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -401146,13 +401484,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -401165,10 +401503,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -401265,13 +401603,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -401284,10 +401622,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -401503,13 +401841,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -401522,10 +401860,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -401622,13 +401960,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -401641,10 +401979,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -401860,13 +402198,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -401879,10 +402217,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -401979,13 +402317,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -401998,10 +402336,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -402190,13 +402528,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -402209,10 +402547,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -402309,13 +402647,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -402328,10 +402666,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -402520,13 +402858,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -402539,10 +402877,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -402639,13 +402977,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -402658,10 +402996,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -402962,13 +403300,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -402981,10 +403319,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -403285,13 +403623,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -403304,10 +403642,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -403608,13 +403946,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -403627,10 +403965,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -403931,13 +404269,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -403950,10 +404288,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -404150,13 +404488,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -404169,10 +404507,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -404269,13 +404607,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -404288,10 +404626,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -404488,13 +404826,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -404507,10 +404845,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -404607,13 +404945,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -404626,10 +404964,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -404930,13 +405268,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -404949,10 +405287,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -405253,13 +405591,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -405272,10 +405610,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -405476,13 +405814,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -405495,10 +405833,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -405595,13 +405933,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -405614,10 +405952,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -405918,13 +406256,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -405937,10 +406275,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -406241,13 +406579,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -406260,10 +406598,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -406564,13 +406902,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -406583,10 +406921,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -406902,13 +407240,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -406921,10 +407259,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -407106,13 +407444,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -407125,10 +407463,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -407225,13 +407563,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -407244,10 +407582,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -407444,13 +407782,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -407463,10 +407801,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -407563,13 +407901,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -407582,10 +407920,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -407886,13 +408224,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -407905,10 +408243,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -407940,7 +408278,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/667", "id": 127609281, @@ -408209,13 +408550,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -408228,10 +408569,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -408263,10 +408604,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/666", "id": 127509518, @@ -408431,13 +408769,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -408450,10 +408788,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -408550,13 +408888,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -408569,10 +408907,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -408873,13 +409211,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -408892,10 +409230,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -409092,13 +409430,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -409111,10 +409449,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -409211,13 +409549,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -409230,10 +409568,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -409415,13 +409753,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -409434,10 +409772,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -409534,13 +409872,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -409553,10 +409891,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -409872,13 +410210,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -409891,10 +410229,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -410091,13 +410429,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -410110,10 +410448,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -410210,13 +410548,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -410229,10 +410567,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -410429,13 +410767,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -410448,10 +410786,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -410548,13 +410886,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -410567,10 +410905,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -410767,13 +411105,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -410786,10 +411124,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -410886,13 +411224,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -410905,10 +411243,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -411097,13 +411435,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -411116,10 +411454,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -411216,13 +411554,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -411235,10 +411573,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -411435,13 +411773,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -411454,10 +411792,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -411554,13 +411892,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -411573,10 +411911,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -411773,13 +412111,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -411792,10 +412130,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -411892,13 +412230,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -411911,10 +412249,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -412215,13 +412553,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -412234,10 +412572,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -412538,13 +412876,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -412557,10 +412895,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -412861,13 +413199,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -412880,10 +413218,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -413184,13 +413522,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -413203,10 +413541,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -413507,13 +413845,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -413526,10 +413864,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -413845,13 +414183,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -413864,10 +414202,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -414068,13 +414406,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -414087,10 +414425,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -414187,13 +414525,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -414206,10 +414544,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -414510,13 +414848,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -414529,10 +414867,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -414729,13 +415067,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -414748,10 +415086,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -414848,13 +415186,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -414867,10 +415205,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -415186,13 +415524,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -415205,10 +415543,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -415524,13 +415862,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -415543,10 +415881,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -415743,13 +416081,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -415762,10 +416100,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -415862,13 +416200,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -415881,10 +416219,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -416107,13 +416445,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -416126,10 +416464,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -416318,13 +416656,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -416337,10 +416675,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -416437,13 +416775,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -416456,10 +416794,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -416760,13 +417098,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -416779,10 +417117,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -417017,13 +417355,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -417036,10 +417374,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -417136,13 +417474,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -417155,10 +417493,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -417412,13 +417750,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -417431,10 +417769,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -417531,13 +417869,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -417550,10 +417888,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -417750,13 +418088,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -417769,10 +418107,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -417869,13 +418207,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -417888,10 +418226,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -417923,7 +418261,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/576", "id": 124001834, @@ -418192,13 +418533,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -418211,10 +418552,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -418246,10 +418587,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/574", "id": 123973882, @@ -418471,13 +418809,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -418490,10 +418828,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -418590,13 +418928,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -418609,10 +418947,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -418928,13 +419266,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -418947,10 +419285,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -419147,13 +419485,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -419166,10 +419504,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -419266,13 +419604,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -419285,10 +419623,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -419589,13 +419927,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -419608,10 +419946,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -419912,13 +420250,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -419931,10 +420269,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -420169,13 +420507,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -420188,10 +420526,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -420288,13 +420626,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -420307,10 +420645,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -420492,13 +420830,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -420511,10 +420849,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -420611,13 +420949,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -420630,10 +420968,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -420815,13 +421153,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -420834,10 +421172,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -420934,13 +421272,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -420953,10 +421291,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -421138,13 +421476,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -421157,10 +421495,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -421257,13 +421595,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -421276,10 +421614,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -421514,13 +421852,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -421533,10 +421871,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -421633,13 +421971,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -421652,10 +421990,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -421852,13 +422190,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -421871,10 +422209,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -421971,13 +422309,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -421990,10 +422328,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -422190,13 +422528,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -422209,10 +422547,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -422309,13 +422647,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -422328,10 +422666,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -422547,13 +422885,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -422566,10 +422904,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -422666,13 +423004,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -422685,10 +423023,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -422904,13 +423242,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -422923,10 +423261,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -423023,13 +423361,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -423042,10 +423380,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -423361,13 +423699,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -423380,10 +423718,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -423699,13 +424037,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -423718,10 +424056,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -423956,13 +424294,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -423975,10 +424313,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -424075,13 +424413,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -424094,10 +424432,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -424298,13 +424636,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -424317,10 +424655,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -424417,13 +424755,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -424436,10 +424774,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -424755,13 +425093,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -424774,10 +425112,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -425033,13 +425371,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -425052,10 +425390,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -425152,13 +425490,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -425171,10 +425509,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -425371,13 +425709,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -425390,10 +425728,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -425490,13 +425828,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -425509,10 +425847,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -425747,13 +426085,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -425766,10 +426104,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -425866,13 +426204,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -425885,10 +426223,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -426085,13 +426423,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -426104,10 +426442,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -426204,13 +426542,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -426223,10 +426561,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -426461,13 +426799,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -426480,10 +426818,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -426580,13 +426918,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -426599,10 +426937,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -426918,13 +427256,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -426937,10 +427275,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -427145,13 +427483,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -427164,10 +427502,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -427264,13 +427602,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -427283,10 +427621,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -427483,13 +427821,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -427502,10 +427840,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -427602,13 +427940,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -427621,10 +427959,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -427821,13 +428159,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -427840,10 +428178,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -427940,13 +428278,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -427959,10 +428297,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -428159,13 +428497,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -428178,10 +428516,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -428278,13 +428616,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -428297,10 +428635,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -428332,7 +428670,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/496", "id": 118811774, @@ -428616,13 +428957,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -428635,10 +428976,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -428670,10 +429011,7 @@ } }, "author_association": "COLLABORATOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/494", "id": 118735178, @@ -428838,13 +429176,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -428857,10 +429195,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -428957,13 +429295,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -428976,10 +429314,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -429176,13 +429514,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -429195,10 +429533,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -429295,13 +429633,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -429314,10 +429652,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -429552,13 +429890,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -429571,10 +429909,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -429671,13 +430009,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -429690,10 +430028,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -429875,13 +430213,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -429894,10 +430232,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -429994,13 +430332,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -430013,10 +430351,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -430251,13 +430589,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -430270,10 +430608,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -430370,13 +430708,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -430389,10 +430727,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -430627,13 +430965,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -430646,10 +430984,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -430746,13 +431084,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -430765,10 +431103,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -431003,13 +431341,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -431022,10 +431360,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -431122,13 +431460,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -431141,10 +431479,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -431341,13 +431679,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -431360,10 +431698,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -431460,13 +431798,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -431479,10 +431817,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -431717,13 +432055,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -431736,10 +432074,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -431836,13 +432174,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -431855,10 +432193,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -432093,13 +432431,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -432112,10 +432450,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -432212,13 +432550,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -432231,10 +432569,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -432469,13 +432807,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -432488,10 +432826,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -432588,13 +432926,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -432607,10 +432945,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -432845,13 +433183,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -432864,10 +433202,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -432964,13 +433302,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -432983,10 +433321,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -433221,13 +433559,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -433240,10 +433578,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -433340,13 +433678,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -433359,10 +433697,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -433597,13 +433935,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -433616,10 +433954,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -433716,13 +434054,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -433735,10 +434073,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -433973,13 +434311,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -433992,10 +434330,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -434092,13 +434430,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -434111,10 +434449,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -434349,13 +434687,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -434368,10 +434706,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -434468,13 +434806,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -434487,10 +434825,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -434725,13 +435063,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -434744,10 +435082,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -434844,13 +435182,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -434863,10 +435201,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -435101,13 +435439,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -435120,10 +435458,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -435220,13 +435558,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -435239,10 +435577,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -435477,13 +435815,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -435496,10 +435834,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -435596,13 +435934,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -435615,10 +435953,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -435934,13 +436272,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -435953,10 +436291,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -436180,13 +436518,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -436199,10 +436537,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -436299,13 +436637,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -436318,10 +436656,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -436518,13 +436856,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -436537,10 +436875,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -436637,13 +436975,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -436656,10 +436994,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -436856,13 +437194,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -436875,10 +437213,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -436975,13 +437313,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -436994,10 +437332,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -437194,13 +437532,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -437213,10 +437551,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -437313,13 +437651,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -437332,10 +437670,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -437532,13 +437870,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -437551,10 +437889,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -437651,13 +437989,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -437670,10 +438008,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -437870,13 +438208,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -437889,10 +438227,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -437989,13 +438327,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -438008,10 +438346,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -438216,13 +438554,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -438235,10 +438573,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -438335,13 +438673,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -438354,10 +438692,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -438592,13 +438930,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -438611,10 +438949,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -438711,13 +439049,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -438730,10 +439068,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -439049,13 +439387,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -439068,10 +439406,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -439103,7 +439441,10 @@ } }, "author_association": "NONE" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/448", "id": 116688431, @@ -439279,13 +439620,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -439298,10 +439639,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -439333,10 +439674,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/445", "id": 116604912, @@ -439512,13 +439850,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -439531,10 +439869,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -439742,13 +440080,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -439761,10 +440099,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -440065,13 +440403,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -440084,10 +440422,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -440388,13 +440726,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -440407,10 +440745,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -440641,13 +440979,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -440660,10 +440998,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -440899,13 +441237,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -440918,10 +441256,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -441018,13 +441356,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -441037,10 +441375,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -441256,13 +441594,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -441275,10 +441613,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -441375,13 +441713,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -441394,10 +441732,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -441713,13 +442051,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -441732,10 +442070,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -441936,13 +442274,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -441955,10 +442293,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -442055,13 +442393,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -442074,10 +442412,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -442266,13 +442604,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -442285,10 +442623,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -442385,13 +442723,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -442404,10 +442742,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -442630,13 +442968,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -442649,10 +442987,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -442849,13 +443187,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -442868,10 +443206,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -442968,13 +443306,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -442987,10 +443325,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -443306,13 +443644,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -443325,10 +443663,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -443644,13 +443982,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -443663,10 +444001,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -443863,13 +444201,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -443882,10 +444220,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -443982,13 +444320,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -444001,10 +444339,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -444305,13 +444643,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -444324,10 +444662,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -444643,13 +444981,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -444662,10 +445000,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -444981,13 +445319,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -445000,10 +445338,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -445200,13 +445538,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -445219,10 +445557,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -445319,13 +445657,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -445338,10 +445676,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -445538,13 +445876,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -445557,10 +445895,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -445657,13 +445995,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -445676,10 +446014,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -445876,13 +446214,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -445895,10 +446233,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -445995,13 +446333,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -446014,10 +446352,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -446214,13 +446552,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -446233,10 +446571,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -446333,13 +446671,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -446352,10 +446690,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -446552,13 +446890,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -446571,10 +446909,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -446671,13 +447009,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -446690,10 +447028,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -446894,13 +447232,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -446913,10 +447251,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -447013,13 +447351,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -447032,10 +447370,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -447232,13 +447570,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -447251,10 +447589,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -447351,13 +447689,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -447370,10 +447708,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -447570,13 +447908,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -447589,10 +447927,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -447689,13 +448027,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -447708,10 +448046,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -448027,13 +448365,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -448046,10 +448384,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -448365,13 +448703,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -448384,10 +448722,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -448703,13 +449041,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -448722,10 +449060,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -448757,7 +449095,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/389", "id": 110322669, @@ -448941,13 +449282,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -448960,10 +449301,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -449060,13 +449401,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -449079,10 +449420,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -449114,10 +449455,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/387", "id": 110222688, @@ -449293,13 +449631,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -449312,10 +449650,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -449412,13 +449750,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -449431,10 +449769,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -449616,13 +449954,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -449635,10 +449973,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -449735,13 +450073,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -449754,10 +450092,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -450000,13 +450338,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -450019,10 +450357,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -450119,13 +450457,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -450138,10 +450476,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -450323,13 +450661,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -450342,10 +450680,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -450442,13 +450780,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -450461,10 +450799,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -450699,13 +451037,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -450718,10 +451056,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -450818,13 +451156,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -450837,10 +451175,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -451106,13 +451444,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -451125,10 +451463,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -451225,13 +451563,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -451244,10 +451582,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -451482,13 +451820,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -451501,10 +451839,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -451601,13 +451939,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -451620,10 +451958,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -451850,13 +452188,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -451869,10 +452207,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -451969,13 +452307,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -451988,10 +452326,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -452180,13 +452518,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -452199,10 +452537,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -452299,13 +452637,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -452318,10 +452656,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -452503,13 +452841,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -452522,10 +452860,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -452622,13 +452960,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -452641,10 +452979,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -452871,13 +453209,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -452890,10 +453228,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -452990,13 +453328,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -453009,10 +453347,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -453213,13 +453551,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -453232,10 +453570,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -453332,13 +453670,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -453351,10 +453689,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -453536,13 +453874,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -453555,10 +453893,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -453655,13 +453993,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -453674,10 +454012,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -453978,13 +454316,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -453997,10 +454335,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -454301,13 +454639,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -454320,10 +454658,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -454543,13 +454881,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -454562,10 +454900,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -454662,13 +455000,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -454681,10 +455019,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -454873,13 +455211,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -454892,10 +455230,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -454992,13 +455330,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -455011,10 +455349,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -455203,13 +455541,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -455222,10 +455560,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -455322,13 +455660,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -455341,10 +455679,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -455564,13 +455902,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -455583,10 +455921,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -455683,13 +456021,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -455702,10 +456040,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -455887,13 +456225,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -455906,10 +456244,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -456006,13 +456344,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -456025,10 +456363,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -456210,13 +456548,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -456229,10 +456567,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -456329,13 +456667,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -456348,10 +456686,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -456533,13 +456871,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -456552,10 +456890,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -456652,13 +456990,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -456671,10 +457009,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -456909,13 +457247,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -456928,10 +457266,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -457028,13 +457366,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -457047,10 +457385,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -457285,13 +457623,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -457304,10 +457642,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -457404,13 +457742,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -457423,10 +457761,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -457653,13 +457991,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -457672,10 +458010,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -457772,13 +458110,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -457791,10 +458129,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -458021,13 +458359,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -458040,10 +458378,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -458140,13 +458478,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -458159,10 +458497,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -458463,13 +458801,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -458482,10 +458820,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -458667,13 +459005,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -458686,10 +459024,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -458786,13 +459124,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -458805,10 +459143,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -459005,13 +459343,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -459024,10 +459362,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -459124,13 +459462,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -459143,10 +459481,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -459178,7 +459516,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/346", "id": 107832379, @@ -459347,13 +459688,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -459366,10 +459707,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -459466,13 +459807,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -459485,10 +459826,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -459520,10 +459861,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/345", "id": 107770619, @@ -459711,13 +460049,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -459730,10 +460068,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -459830,13 +460168,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -459849,10 +460187,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -460049,13 +460387,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -460068,10 +460406,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -460168,13 +460506,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -460187,10 +460525,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -460387,13 +460725,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -460406,10 +460744,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -460506,13 +460844,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -460525,10 +460863,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -460717,13 +461055,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -460736,10 +461074,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -460836,13 +461174,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -460855,10 +461193,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -461063,13 +461401,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -461082,10 +461420,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -461182,13 +461520,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -461201,10 +461539,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -461439,13 +461777,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -461458,10 +461796,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -461558,13 +461896,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -461577,10 +461915,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -461835,13 +462173,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -461854,10 +462192,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -461954,13 +462292,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -461973,10 +462311,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -462211,13 +462549,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -462230,10 +462568,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -462330,13 +462668,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -462349,10 +462687,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -462653,13 +462991,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -462672,10 +463010,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -462976,13 +463314,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -462995,10 +463333,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -463299,13 +463637,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -463318,10 +463656,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -463622,13 +463960,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -463641,10 +463979,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -463841,13 +464179,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -463860,10 +464198,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -463960,13 +464298,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -463979,10 +464317,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -464179,13 +464517,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -464198,10 +464536,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -464298,13 +464636,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -464317,10 +464655,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -464517,13 +464855,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -464536,10 +464874,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -464636,13 +464974,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -464655,10 +464993,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -464855,13 +465193,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -464874,10 +465212,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -464974,13 +465312,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -464993,10 +465331,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -465193,13 +465531,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -465212,10 +465550,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -465312,13 +465650,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -465331,10 +465669,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -465535,13 +465873,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -465554,10 +465892,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -465654,13 +465992,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -465673,10 +466011,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -465873,13 +466211,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -465892,10 +466230,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -465992,13 +466330,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -466011,10 +466349,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -466196,13 +466534,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -466215,10 +466553,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -466315,13 +466653,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -466334,10 +466672,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -466534,13 +466872,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -466553,10 +466891,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -466653,13 +466991,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -466672,10 +467010,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -466910,13 +467248,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -466929,10 +467267,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -467029,13 +467367,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -467048,10 +467386,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -467278,13 +467616,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -467297,10 +467635,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -467397,13 +467735,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -467416,10 +467754,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -467646,13 +467984,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -467665,10 +468003,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -467765,13 +468103,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -467784,10 +468122,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -468022,13 +468360,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -468041,10 +468379,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -468141,13 +468479,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -468160,10 +468498,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -468398,13 +468736,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -468417,10 +468755,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -468517,13 +468855,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -468536,10 +468874,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -468766,13 +469104,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -468785,10 +469123,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -468885,13 +469223,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -468904,10 +469242,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -469142,13 +469480,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -469161,10 +469499,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -469261,13 +469599,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -469280,10 +469618,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -469538,13 +469876,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -469557,10 +469895,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -469657,13 +469995,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -469676,10 +470014,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -469711,7 +470049,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/283", "id": 105571151, @@ -469906,13 +470247,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -469925,10 +470266,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -470025,13 +470366,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -470044,10 +470385,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -470079,10 +470420,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/282", "id": 105563013, @@ -470277,13 +470615,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -470296,10 +470634,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -470396,13 +470734,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -470415,10 +470753,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -470645,13 +470983,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -470664,10 +471002,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -470764,13 +471102,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -470783,10 +471121,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -471013,13 +471351,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -471032,10 +471370,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -471132,13 +471470,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -471151,10 +471489,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -471381,13 +471719,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -471400,10 +471738,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -471500,13 +471838,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -471519,10 +471857,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -471749,13 +472087,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -471768,10 +472106,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -471868,13 +472206,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -471887,10 +472225,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -472125,13 +472463,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -472144,10 +472482,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -472244,13 +472582,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -472263,10 +472601,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -472455,13 +472793,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -472474,10 +472812,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -472574,13 +472912,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -472593,10 +472931,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -472785,13 +473123,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -472804,10 +473142,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -472904,13 +473242,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -472923,10 +473261,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -473115,13 +473453,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -473134,10 +473472,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -473234,13 +473572,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -473253,10 +473591,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -473445,13 +473783,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -473464,10 +473802,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -473564,13 +473902,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -473583,10 +473921,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -473794,13 +474132,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -473813,10 +474151,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -473913,13 +474251,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -473932,10 +474270,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -474117,13 +474455,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -474136,10 +474474,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -474236,13 +474574,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -474255,10 +474593,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -474447,13 +474785,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -474466,10 +474804,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -474566,13 +474904,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -474585,10 +474923,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -474823,13 +475161,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -474842,10 +475180,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -474942,13 +475280,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -474961,10 +475299,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -475280,13 +475618,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -475299,10 +475637,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -475603,13 +475941,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -475622,10 +475960,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -475814,13 +476152,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -475833,10 +476171,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -475933,13 +476271,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -475952,10 +476290,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -476309,13 +476647,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -476328,10 +476666,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -476632,13 +476970,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -476651,10 +476989,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -476889,13 +477227,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -476908,10 +477246,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -477008,13 +477346,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -477027,10 +477365,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -477227,13 +477565,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -477246,10 +477584,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -477346,13 +477684,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -477365,10 +477703,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -477565,13 +477903,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -477584,10 +477922,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -477684,13 +478022,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -477703,10 +478041,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -477895,13 +478233,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -477914,10 +478252,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -478014,13 +478352,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -478033,10 +478371,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -478225,13 +478563,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -478244,10 +478582,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -478344,13 +478682,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -478363,10 +478701,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -478586,13 +478924,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -478605,10 +478943,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -478705,13 +479043,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -478724,10 +479062,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -478916,13 +479254,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -478935,10 +479273,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -479035,13 +479373,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -479054,10 +479392,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -479358,13 +479696,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -479377,10 +479715,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -479681,13 +480019,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -479700,10 +480038,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -479938,13 +480276,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -479957,10 +480295,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -480057,13 +480395,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -480076,10 +480414,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -480111,7 +480449,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/216", "id": 102854159, @@ -480284,13 +480625,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -480303,10 +480644,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -480403,13 +480744,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -480422,10 +480763,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -480457,10 +480798,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/214", "id": 102840760, @@ -480744,13 +481082,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -480763,10 +481101,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -481067,13 +481405,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -481086,10 +481424,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -481405,13 +481743,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -481424,10 +481762,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -481728,13 +482066,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -481747,10 +482085,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -481985,13 +482323,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -482004,10 +482342,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -482104,13 +482442,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -482123,10 +482461,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -482342,13 +482680,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -482361,10 +482699,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -482461,13 +482799,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -482480,10 +482818,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -482780,13 +483118,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -482799,10 +483137,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -483018,13 +483356,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -483037,10 +483375,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -483137,13 +483475,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -483156,10 +483494,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -483360,13 +483698,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -483379,10 +483717,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -483479,13 +483817,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -483498,10 +483836,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -483698,13 +484036,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -483717,10 +484055,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -483817,13 +484155,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -483836,10 +484174,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -484052,13 +484390,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -484071,10 +484409,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -484171,13 +484509,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -484190,10 +484528,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -484494,13 +484832,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -484513,10 +484851,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -484817,13 +485155,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -484836,10 +485174,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -485140,13 +485478,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -485159,10 +485497,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -485344,13 +485682,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -485363,10 +485701,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -485463,13 +485801,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -485482,10 +485820,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -485786,13 +486124,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -485805,10 +486143,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -486147,13 +486485,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -486166,10 +486504,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -486366,13 +486704,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -486385,10 +486723,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -486485,13 +486823,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -486504,10 +486842,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -486846,13 +487184,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -486865,10 +487203,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -487084,13 +487422,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -487103,10 +487441,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -487203,13 +487541,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -487222,10 +487560,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -487422,13 +487760,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -487441,10 +487779,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -487541,13 +487879,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -487560,10 +487898,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -487760,13 +488098,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -487779,10 +488117,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -487879,13 +488217,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -487898,10 +488236,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -488098,13 +488436,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -488117,10 +488455,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -488217,13 +488555,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -488236,10 +488574,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -488540,13 +488878,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -488559,10 +488897,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -488814,13 +489152,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -488833,10 +489171,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -488933,13 +489271,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -488952,10 +489290,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -489137,13 +489475,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -489156,10 +489494,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -489256,13 +489594,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -489275,10 +489613,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -489505,13 +489843,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -489524,10 +489862,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -489624,13 +489962,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -489643,10 +489981,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -489843,13 +490181,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -489862,10 +490200,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -489962,13 +490300,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -489981,10 +490319,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -490227,13 +490565,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -490246,10 +490584,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -490346,13 +490684,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -490365,10 +490703,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -490400,7 +490738,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/120", "id": 100091067, @@ -490557,13 +490898,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -490576,10 +490917,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -490676,13 +491017,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -490695,10 +491036,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -490730,10 +491071,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/113", "id": 100061735, @@ -490898,13 +491236,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -490917,10 +491255,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -491017,13 +491355,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -491036,10 +491374,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -491266,13 +491604,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -491285,10 +491623,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -491385,13 +491723,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -491404,10 +491742,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -491642,13 +491980,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -491661,10 +491999,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -491761,13 +492099,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -491780,10 +492118,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -491998,13 +492336,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -492017,10 +492355,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -492235,13 +492573,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -492254,10 +492592,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -492454,13 +492792,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -492473,10 +492811,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -492573,13 +492911,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -492592,10 +492930,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -492792,13 +493130,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -492811,10 +493149,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -492911,13 +493249,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -492930,10 +493268,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -493115,13 +493453,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -493134,10 +493472,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -493234,13 +493572,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -493253,10 +493591,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -493438,13 +493776,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -493457,10 +493795,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -493557,13 +493895,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -493576,10 +493914,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -493803,13 +494141,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -493822,10 +494160,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -493922,13 +494260,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -493941,10 +494279,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -494141,13 +494479,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -494160,10 +494498,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -494260,13 +494598,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -494279,10 +494617,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -494490,13 +494828,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -494509,10 +494847,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -494609,13 +494947,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -494628,10 +494966,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -494828,13 +495166,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -494847,10 +495185,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -494947,13 +495285,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -494966,10 +495304,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -495177,13 +495515,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -495196,10 +495534,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -495381,13 +495719,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -495400,10 +495738,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -495500,13 +495838,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -495519,10 +495857,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -495719,13 +496057,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -495738,10 +496076,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -495838,13 +496176,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -495857,10 +496195,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -496068,13 +496406,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -496087,10 +496425,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -496298,13 +496636,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -496317,10 +496655,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -496502,13 +496840,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -496521,10 +496859,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -496621,13 +496959,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -496640,10 +496978,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -496851,13 +497189,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -496870,10 +497208,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -497081,13 +497419,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -497100,10 +497438,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -497285,13 +497623,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -497304,10 +497642,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -497404,13 +497742,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -497423,10 +497761,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -497634,13 +497972,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -497653,10 +497991,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -497864,13 +498202,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -497883,10 +498221,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -498094,13 +498432,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -498113,10 +498451,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -498313,13 +498651,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -498332,10 +498670,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -498432,13 +498770,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -498451,10 +498789,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -498659,13 +498997,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -498678,10 +499016,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -498778,13 +499116,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -498797,10 +499135,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -499047,13 +499385,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -499066,10 +499404,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -499166,13 +499504,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -499185,10 +499523,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -499385,13 +499723,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -499404,10 +499742,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -499504,13 +499842,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -499523,10 +499861,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -499558,7 +499896,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/41", "id": 95596997, @@ -499708,13 +500049,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -499727,10 +500068,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -499827,13 +500168,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -499846,10 +500187,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -499881,10 +500222,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/39", "id": 95445552, @@ -500049,13 +500387,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -500068,10 +500406,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -500168,13 +500506,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -500187,10 +500525,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -500379,13 +500717,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -500398,10 +500736,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -500498,13 +500836,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -500517,10 +500855,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -500717,13 +501055,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -500736,10 +501074,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -500836,13 +501174,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -500855,10 +501193,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -501055,13 +501393,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -501074,10 +501412,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -501174,13 +501512,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -501193,10 +501531,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -501393,13 +501731,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -501412,10 +501750,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -501512,13 +501850,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -501531,10 +501869,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -501731,13 +502069,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -501750,10 +502088,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -501850,13 +502188,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -501869,10 +502207,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -502092,13 +502430,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -502111,10 +502449,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -502211,13 +502549,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -502230,10 +502568,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -502549,13 +502887,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -502568,10 +502906,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -502779,13 +503117,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -502798,10 +503136,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -503009,13 +503347,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -503028,10 +503366,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -503239,13 +503577,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -503258,10 +503596,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -503469,13 +503807,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -503488,10 +503826,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -503726,13 +504064,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -503745,10 +504083,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -503845,13 +504183,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -503864,10 +504202,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -504056,13 +504394,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -504075,10 +504413,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -504175,13 +504513,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -504194,10 +504532,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -504379,13 +504717,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -504398,10 +504736,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" } @@ -504498,13 +504836,13 @@ "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", "updated_at": "2019-07-16T11:57:19Z", - "pushed_at": "2019-07-16T20:26:01Z", + "pushed_at": "2019-07-17T12:59:42Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 158524, + "size": 158550, "stargazers_count": 738, "watchers_count": 738, "language": "Shell", @@ -504517,10 +504855,10 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 166, + "open_issues_count": 167, "license": null, "forks": 114, - "open_issues": 166, + "open_issues": 167, "watchers": 738, "default_branch": "master" }