type
stringclasses
14 values
public
bool
1 class
payload
stringlengths
2
363k
repo
dict
actor
dict
org
dict
created_at
timestamp[us]
id
stringlengths
10
10
other
stringlengths
31
69
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/mockito/shipkit/issues/503","repository_url":"https://api.github.com/repos/mockito/shipkit","labels_url":"https://api.github.com/repos/mockito/shipkit/issues/503/labels{/name}","comments_url":"https://api.github.com/repos/mockito/shipkit/issues/503/comments","events_url":"https://api.github.com/repos/mockito/shipkit/issues/503/events","html_url":"https://github.com/mockito/shipkit/issues/503","id":263773488,"number":503,"title":"Improve error message of fetchReleaseNotes","user":{"login":"mockitoguy","id":24743,"avatar_url":"https://avatars2.githubusercontent.com/u/24743?v=4","gravatar_id":"","url":"https://api.github.com/users/mockitoguy","html_url":"https://github.com/mockitoguy","followers_url":"https://api.github.com/users/mockitoguy/followers","following_url":"https://api.github.com/users/mockitoguy/following{/other_user}","gists_url":"https://api.github.com/users/mockitoguy/gists{/gist_id}","starred_url":"https://api.github.com/users/mockitoguy/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mockitoguy/subscriptions","organizations_url":"https://api.github.com/users/mockitoguy/orgs","repos_url":"https://api.github.com/users/mockitoguy/repos","events_url":"https://api.github.com/users/mockitoguy/events{/privacy}","received_events_url":"https://api.github.com/users/mockitoguy/received_events","type":"User","site_admin":false},"labels":[{"id":713979619,"url":"https://api.github.com/repos/mockito/shipkit/labels/feature:release-notes","name":"feature:release-notes","color":"c2e0c6","default":false},{"id":871286990,"url":"https://api.github.com/repos/mockito/shipkit/labels/good%20first%20issue","name":"good first issue","color":"5319e7","default":true},{"id":724083630,"url":"https://api.github.com/repos/mockito/shipkit/labels/help%20wanted","name":"help wanted","color":"42a311","default":true},{"id":671842617,"url":"https://api.github.com/repos/mockito/shipkit/labels/size:S","name":"size:S","color":"fbca04","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/mockito/shipkit/milestones/1","html_url":"https://github.com/mockito/shipkit/milestone/1","labels_url":"https://api.github.com/repos/mockito/shipkit/milestones/1/labels","id":3190771,"number":1,"title":"Shipkit for new customers (18Q2)","description":"The purpose of this release is to make Shipkit more compelling for new customers. Problems to solve: publishing Javadoc without Maven Central, publishing SNAPSHOTs, publishing to Artifactory, Circle CI support, versioning without \"version.properties\".","creator":{"login":"mockitoguy","id":24743,"avatar_url":"https://avatars2.githubusercontent.com/u/24743?v=4","gravatar_id":"","url":"https://api.github.com/users/mockitoguy","html_url":"https://github.com/mockitoguy","followers_url":"https://api.github.com/users/mockitoguy/followers","following_url":"https://api.github.com/users/mockitoguy/following{/other_user}","gists_url":"https://api.github.com/users/mockitoguy/gists{/gist_id}","starred_url":"https://api.github.com/users/mockitoguy/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mockitoguy/subscriptions","organizations_url":"https://api.github.com/users/mockitoguy/orgs","repos_url":"https://api.github.com/users/mockitoguy/repos","events_url":"https://api.github.com/users/mockitoguy/events{/privacy}","received_events_url":"https://api.github.com/users/mockitoguy/received_events","type":"User","site_admin":false},"open_issues":13,"closed_issues":0,"state":"open","created_at":"2018-03-15T15:12:42Z","updated_at":"2018-03-19T01:43:33Z","due_on":null,"closed_at":null},"comments":5,"created_at":"2017-10-09T02:34:23Z","updated_at":"2018-03-19T07:58:40Z","closed_at":null,"author_association":"OWNER","body":"### Problem\r\n\r\nfetchReleaseNotes task fails with exception message that is hard to grok. It happens when the previous version from 'version.properties' file does not have equivalent tag in git repo.\r\n\r\nIt is a fairly common unhappy path. Build output:\r\n\r\n```\r\n* What went wrong:\r\nExecution failed for task ':fetchReleaseNotes'.\r\n> Execution of command failed (exit code 128):\r\n git log --pretty=%ad --date=iso v0.0.2 -n 1\r\n Captured command output:\r\n fatal: ambiguous argument 'v0.0.2': unknown revision or path not in the working tree.\r\n Use '--' to separate paths from revisions, like this:\r\n 'git <command> [<revision>...] -- [<file>...]'\r\n\r\n\r\n* Try:\r\nRun with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.\r\n```\r\n\r\n### Steps to reproduce\r\n\r\nChange the \"previousVersion\" in \"version.properties\" to some random version that does not have tag in git repo. Run \"./gradlew performRelease -PdryRun\" or \"./gradlew fetchReleaseNotes\" in \"mockito/\r\n\r\n### Suggested implementation\r\n\r\nWe could parse the exception message from git, look for \"ambiguous argument 'v0.0.2': unknown revision\". We could offer a specific, actionable exception message to the user that helps resolving the problem:\r\n - update \"previousVersion\" in the file\r\n - add missing tag"},"comment":{"url":"https://api.github.com/repos/mockito/shipkit/issues/comments/374128391","html_url":"https://github.com/mockito/shipkit/issues/503#issuecomment-374128391","issue_url":"https://api.github.com/repos/mockito/shipkit/issues/503","id":374128391,"user":{"login":"micd","id":10942384,"avatar_url":"https://avatars0.githubusercontent.com/u/10942384?v=4","gravatar_id":"","url":"https://api.github.com/users/micd","html_url":"https://github.com/micd","followers_url":"https://api.github.com/users/micd/followers","following_url":"https://api.github.com/users/micd/following{/other_user}","gists_url":"https://api.github.com/users/micd/gists{/gist_id}","starred_url":"https://api.github.com/users/micd/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/micd/subscriptions","organizations_url":"https://api.github.com/users/micd/orgs","repos_url":"https://api.github.com/users/micd/repos","events_url":"https://api.github.com/users/micd/events{/privacy}","received_events_url":"https://api.github.com/users/micd/received_events","type":"User","site_admin":false},"created_at":"2018-03-19T07:58:40Z","updated_at":"2018-03-19T07:58:40Z","author_association":"CONTRIBUTOR","body":"Hello @mockitoguy!\r\nThis issue is completed and PR is merged already."}}
{ "id": 73235879, "name": "mockito/shipkit", "url": "https://api.github.com/repos/mockito/shipkit" }
{ "id": 10942384, "login": "micd", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/10942384?", "url": "https://api.github.com/users/micd" }
{ "id": 2054056, "login": "mockito", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2054056?", "url": "https://api.github.com/orgs/mockito" }
2018-03-19T07:58:40
7398759037
{"actor":{"display_login":"micd"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/vatesfr/xen-orchestra/issues/1426","repository_url":"https://api.github.com/repos/vatesfr/xen-orchestra","labels_url":"https://api.github.com/repos/vatesfr/xen-orchestra/issues/1426/labels{/name}","comments_url":"https://api.github.com/repos/vatesfr/xen-orchestra/issues/1426/comments","events_url":"https://api.github.com/repos/vatesfr/xen-orchestra/issues/1426/events","html_url":"https://github.com/vatesfr/xen-orchestra/issues/1426","id":172155104,"node_id":"MDU6SXNzdWUxNzIxNTUxMDQ=","number":1426,"title":"Virtual keyboard for console","user":{"login":"fufroma","id":5324476,"node_id":"MDQ6VXNlcjUzMjQ0NzY=","avatar_url":"https://avatars1.githubusercontent.com/u/5324476?v=4","gravatar_id":"","url":"https://api.github.com/users/fufroma","html_url":"https://github.com/fufroma","followers_url":"https://api.github.com/users/fufroma/followers","following_url":"https://api.github.com/users/fufroma/following{/other_user}","gists_url":"https://api.github.com/users/fufroma/gists{/gist_id}","starred_url":"https://api.github.com/users/fufroma/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/fufroma/subscriptions","organizations_url":"https://api.github.com/users/fufroma/orgs","repos_url":"https://api.github.com/users/fufroma/repos","events_url":"https://api.github.com/users/fufroma/events{/privacy}","received_events_url":"https://api.github.com/users/fufroma/received_events","type":"User","site_admin":false},"labels":[{"id":256661225,"node_id":"MDU6TGFiZWwyNTY2NjEyMjU=","url":"https://api.github.com/repos/vatesfr/xen-orchestra/labels/comp:%20GUI%20:art:","name":"comp: GUI :art:","color":"006b75","default":false},{"id":272953661,"node_id":"MDU6TGFiZWwyNzI5NTM2NjE=","url":"https://api.github.com/repos/vatesfr/xen-orchestra/labels/difficulty%202:%20medium%20(days)","name":"difficulty 2: medium (days)","color":"bfe5bf","default":false},{"id":27679584,"node_id":"MDU6TGFiZWwyNzY3OTU4NA==","url":"https://api.github.com/repos/vatesfr/xen-orchestra/labels/type:%20enhancement%20:sparkles:","name":"type: enhancement :sparkles:","color":"84b6eb","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/vatesfr/xen-orchestra/milestones/23","html_url":"https://github.com/vatesfr/xen-orchestra/milestone/23","labels_url":"https://api.github.com/repos/vatesfr/xen-orchestra/milestones/23/labels","id":1450076,"node_id":"MDk6TWlsZXN0b25lMTQ1MDA3Ng==","number":23,"title":"Long term","description":"Groupement of long term goals","creator":{"login":"olivierlambert","id":1241401,"node_id":"MDQ6VXNlcjEyNDE0MDE=","avatar_url":"https://avatars3.githubusercontent.com/u/1241401?v=4","gravatar_id":"","url":"https://api.github.com/users/olivierlambert","html_url":"https://github.com/olivierlambert","followers_url":"https://api.github.com/users/olivierlambert/followers","following_url":"https://api.github.com/users/olivierlambert/following{/other_user}","gists_url":"https://api.github.com/users/olivierlambert/gists{/gist_id}","starred_url":"https://api.github.com/users/olivierlambert/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/olivierlambert/subscriptions","organizations_url":"https://api.github.com/users/olivierlambert/orgs","repos_url":"https://api.github.com/users/olivierlambert/repos","events_url":"https://api.github.com/users/olivierlambert/events{/privacy}","received_events_url":"https://api.github.com/users/olivierlambert/received_events","type":"User","site_admin":false},"open_issues":16,"closed_issues":9,"state":"open","created_at":"2015-12-08T15:13:22Z","updated_at":"2018-09-20T10:06:35Z","due_on":"2018-06-30T07:00:00Z","closed_at":null},"comments":3,"created_at":"2016-08-19T15:17:08Z","updated_at":"2018-10-04T12:51:25Z","closed_at":null,"author_association":"CONTRIBUTOR","body":"xo-server 5.1.6\nxo-web 5.1.8 \n\nHello,\n\nWhen working on a VM or a host console, sometimes we have issues with the layout.\n\nAs an end-user, I'd like to be able to input special characters on a VM or a Host without changing anything on my configuration.\n\nA solution could be a virtual keyboard available on console web page.\n"},"comment":{"url":"https://api.github.com/repos/vatesfr/xen-orchestra/issues/comments/427006331","html_url":"https://github.com/vatesfr/xen-orchestra/issues/1426#issuecomment-427006331","issue_url":"https://api.github.com/repos/vatesfr/xen-orchestra/issues/1426","id":427006331,"node_id":"MDEyOklzc3VlQ29tbWVudDQyNzAwNjMzMQ==","user":{"login":"simonk83","id":518440,"node_id":"MDQ6VXNlcjUxODQ0MA==","avatar_url":"https://avatars0.githubusercontent.com/u/518440?v=4","gravatar_id":"","url":"https://api.github.com/users/simonk83","html_url":"https://github.com/simonk83","followers_url":"https://api.github.com/users/simonk83/followers","following_url":"https://api.github.com/users/simonk83/following{/other_user}","gists_url":"https://api.github.com/users/simonk83/gists{/gist_id}","starred_url":"https://api.github.com/users/simonk83/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/simonk83/subscriptions","organizations_url":"https://api.github.com/users/simonk83/orgs","repos_url":"https://api.github.com/users/simonk83/repos","events_url":"https://api.github.com/users/simonk83/events{/privacy}","received_events_url":"https://api.github.com/users/simonk83/received_events","type":"User","site_admin":false},"created_at":"2018-10-04T12:51:25Z","updated_at":"2018-10-04T12:51:25Z","author_association":"NONE","body":"Any plans for this one? Be nice to be able to use the console on a phone for those odd occasions"}}
{ "id": 8077957, "name": "vatesfr/xen-orchestra", "url": "https://api.github.com/repos/vatesfr/xen-orchestra" }
{ "id": 518440, "login": "simonk83", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/518440?", "url": "https://api.github.com/users/simonk83" }
{ "id": 2064170, "login": "vatesfr", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2064170?", "url": "https://api.github.com/orgs/vatesfr" }
2018-10-04T12:51:25
8367642280
{"actor":{"display_login":"simonk83"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/Growstuff/growstuff/issues/1725","repository_url":"https://api.github.com/repos/Growstuff/growstuff","labels_url":"https://api.github.com/repos/Growstuff/growstuff/issues/1725/labels{/name}","comments_url":"https://api.github.com/repos/Growstuff/growstuff/issues/1725/comments","events_url":"https://api.github.com/repos/Growstuff/growstuff/issues/1725/events","html_url":"https://github.com/Growstuff/growstuff/pull/1725","id":375358139,"node_id":"MDExOlB1bGxSZXF1ZXN0MjI2ODE5OTIw","number":1725,"title":"Bump active_median from 0.1.4 to 0.2.2","user":{"login":"dependabot[bot]","id":27856297,"node_id":"MDM6Qm90Mjc4NTYyOTc=","avatar_url":"https://avatars3.githubusercontent.com/in/2141?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"labels":[{"id":974264092,"node_id":"MDU6TGFiZWw5NzQyNjQwOTI=","url":"https://api.github.com/repos/Growstuff/growstuff/labels/dependencies","name":"dependencies","color":"0025ff","default":false},{"id":1041810209,"node_id":"MDU6TGFiZWwxMDQxODEwMjA5","url":"https://api.github.com/repos/Growstuff/growstuff/labels/ruby","name":"ruby","color":"ce2d2d","default":false}],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2018-10-30T07:42:36Z","updated_at":"2018-10-31T09:16:57Z","closed_at":"2018-10-31T09:16:57Z","author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/Growstuff/growstuff/pulls/1725","html_url":"https://github.com/Growstuff/growstuff/pull/1725","diff_url":"https://github.com/Growstuff/growstuff/pull/1725.diff","patch_url":"https://github.com/Growstuff/growstuff/pull/1725.patch"},"body":"Bumps [active_median](https://github.com/ankane/active_median) from 0.1.4 to 0.2.2.\n<details>\n<summary>Changelog</summary>\n\n*Sourced from [active_median's changelog](https://github.com/ankane/active_median/blob/master/CHANGELOG.md).*\n\n> ## 0.2.2\n> \n> - Added support for MySQL with udf_infusion\n> - Added support for SQL Server and Redshift\n> \n> ## 0.2.1\n> \n> - Added support for arrays and hashes\n> - Added compatibility with Groupdate 4\n> \n> ## 0.2.0\n> \n> - Added support for MariaDB 10.3.3+ and SQLite\n> - Use `PERCENTILE_CONT` for 4x performance increase\n> \n> Breaking\n> \n> - Dropped support for Postgres < 9.4\n</details>\n<details>\n<summary>Commits</summary>\n\n- [`8d8313a`](https://github.com/ankane/active_median/commit/8d8313a35117643c60c317c54a0b831457cf0547) Version bump to 0.2.2 [skip ci]\n- [`45ee1a8`](https://github.com/ankane/active_median/commit/45ee1a85fd9eb78911b8ea425c73a172fc833961) Added support for Redshift [skip ci]\n- [`ae1d5ef`](https://github.com/ankane/active_median/commit/ae1d5ef7cd06758106fd9cf99a774aee9ff66b12) Added support for SQL Server [skip ci]\n- [`b87253d`](https://github.com/ankane/active_median/commit/b87253de21732f0b4f5e5ad8e9701e77d71c2ace) Added comment [skip ci]\n- [`44acf20`](https://github.com/ankane/active_median/commit/44acf204dc42970cf4a16809abee27f6cb31b6ab) Added comment [skip ci]\n- [`f124f5c`](https://github.com/ankane/active_median/commit/f124f5c7044888eaf878a123d78b4b0212d9ca60) Added support for MySQL with udf_infusion\n- [`b2587e8`](https://github.com/ankane/active_median/commit/b2587e8e2b473f584e8e587c03a0ec74327268c4) Added test for date keys - [#8](https://github-redirect.dependabot.com/ankane/active_median/issues/8)\n- [`bda66a2`](https://github.com/ankane/active_median/commit/bda66a28e88c7aeede50dc8deaf0e1bf45c49403) Version bump to 0.2.1 [skip ci]\n- [`c292dbb`](https://github.com/ankane/active_median/commit/c292dbb15db5b534bb9e456bcd5c8b5bfb3f0131) Updated readme [skip ci]\n- [`c1ff885`](https://github.com/ankane/active_median/commit/c1ff88553ee08973414423e9727d0d5ba7642ea8) Better readme [skip ci]\n- Additional commits viewable in [compare view](https://github.com/ankane/active_median/compare/v0.1.4...v0.2.2)\n</details>\n<br />\n\n[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=active_median&package-manager=bundler&previous-version=0.1.4&new-version=0.2.2)](https://dependabot.com/compatibility-score.html?dependency-name=active_median&package-manager=bundler&previous-version=0.1.4&new-version=0.2.2)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n- `@dependabot badge me` will comment on this PR with code to add a \"Dependabot enabled\" badge to your readme\n\nAdditionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):\n- Update frequency (including time of day and day of week)\n- Automerge options (never/patch/minor, and dev/runtime dependencies)\n- Pull request limits (per update run and/or open at any time)\n- Out-of-range updates (receive only lockfile updates, if desired)\n- Security updates (receive only security updates, if desired)\n\nFinally, you can contact us by mentioning @dependabot.\n\n</details>\n\n[//]: # (dependabot-start)\n\n---\n⚠️ **Dependabot is rebasing this PR** ⚠️ \n\nThis PR will be updated for you in a moment. If you make any changes yourself then they will take precedence over the rebase (which will be abandoned).\n\n[//]: # (dependabot-end)"},"comment":{"url":"https://api.github.com/repos/Growstuff/growstuff/issues/comments/434614805","html_url":"https://github.com/Growstuff/growstuff/pull/1725#issuecomment-434614805","issue_url":"https://api.github.com/repos/Growstuff/growstuff/issues/1725","id":434614805,"node_id":"MDEyOklzc3VlQ29tbWVudDQzNDYxNDgwNQ==","user":{"login":"dependabot[bot]","id":27856297,"node_id":"MDM6Qm90Mjc4NTYyOTc=","avatar_url":"https://avatars3.githubusercontent.com/in/2141?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"created_at":"2018-10-31T09:16:57Z","updated_at":"2018-10-31T09:16:57Z","author_association":"CONTRIBUTOR","body":"OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`.\n\nIf you change your mind, just re-open this PR and I'll resolve any conflicts on it."}}
{ "id": 5337437, "name": "Growstuff/growstuff", "url": "https://api.github.com/repos/Growstuff/growstuff" }
{ "id": 27856297, "login": "dependabot[bot]", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/27856297?", "url": "https://api.github.com/users/dependabot[bot]" }
{ "id": 2066469, "login": "Growstuff", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2066469?", "url": "https://api.github.com/orgs/Growstuff" }
2018-10-31T09:16:58
8510828413
{"actor":{"display_login":"dependabot"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/OpenTSDB/asyncbigtable/issues/32","repository_url":"https://api.github.com/repos/OpenTSDB/asyncbigtable","labels_url":"https://api.github.com/repos/OpenTSDB/asyncbigtable/issues/32/labels{/name}","comments_url":"https://api.github.com/repos/OpenTSDB/asyncbigtable/issues/32/comments","events_url":"https://api.github.com/repos/OpenTSDB/asyncbigtable/issues/32/events","html_url":"https://github.com/OpenTSDB/asyncbigtable/issues/32","id":289276131,"number":32,"title":"Update asyncbigtable to 0.3.2 with 1.0.0 Bigtable client library","user":{"login":"goll","id":50204,"avatar_url":"https://avatars0.githubusercontent.com/u/50204?v=4","gravatar_id":"","url":"https://api.github.com/users/goll","html_url":"https://github.com/goll","followers_url":"https://api.github.com/users/goll/followers","following_url":"https://api.github.com/users/goll/following{/other_user}","gists_url":"https://api.github.com/users/goll/gists{/gist_id}","starred_url":"https://api.github.com/users/goll/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/goll/subscriptions","organizations_url":"https://api.github.com/users/goll/orgs","repos_url":"https://api.github.com/users/goll/repos","events_url":"https://api.github.com/users/goll/events{/privacy}","received_events_url":"https://api.github.com/users/goll/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":12,"created_at":"2018-01-17T14:01:17Z","updated_at":"2018-05-24T19:44:42Z","closed_at":null,"author_association":"CONTRIBUTOR","body":"As per @sduskis latest commits we now have the final 1.0.0 Bigtable client library dependency in pom.xml:\r\n\r\n```xml\r\n<dependency>\r\n <groupId>com.google.cloud.bigtable</groupId>\r\n <artifactId>bigtable-hbase-1.x</artifactId>\r\n <version>1.0.0</version>\r\n</dependency>\r\n```\r\nCan we now properly close https://github.com/OpenTSDB/asyncbigtable/issues/24 by releasing an updated 0.3.2 asyncbigtable?\r\n\r\nCurrently the asyncbigtable version in OpenTSDB 2.4.0RC2 is broken (only 0.3.0 is uploaded):\r\nhttps://github.com/OpenTSDB/opentsdb/blob/v2.4.0RC2/third_party/asyncbigtable/include.mk#L16\r\n\r\ncc: @tsuna @mbrukman @manolama "},"comment":{"url":"https://api.github.com/repos/OpenTSDB/asyncbigtable/issues/comments/391836139","html_url":"https://github.com/OpenTSDB/asyncbigtable/issues/32#issuecomment-391836139","issue_url":"https://api.github.com/repos/OpenTSDB/asyncbigtable/issues/32","id":391836139,"user":{"login":"sduskis","id":99305,"avatar_url":"https://avatars3.githubusercontent.com/u/99305?v=4","gravatar_id":"","url":"https://api.github.com/users/sduskis","html_url":"https://github.com/sduskis","followers_url":"https://api.github.com/users/sduskis/followers","following_url":"https://api.github.com/users/sduskis/following{/other_user}","gists_url":"https://api.github.com/users/sduskis/gists{/gist_id}","starred_url":"https://api.github.com/users/sduskis/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sduskis/subscriptions","organizations_url":"https://api.github.com/users/sduskis/orgs","repos_url":"https://api.github.com/users/sduskis/repos","events_url":"https://api.github.com/users/sduskis/events{/privacy}","received_events_url":"https://api.github.com/users/sduskis/received_events","type":"User","site_admin":false},"created_at":"2018-05-24T19:44:42Z","updated_at":"2018-05-24T19:44:42Z","author_association":"COLLABORATOR","body":"@goll: Here's [TableAdapter.java:96](https://github.com/GoogleCloudPlatform/cloud-bigtable-client/blob/bigtable-client-1.3.0/bigtable-hbase-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/adapters/admin/TableAdapter.java#L96). I'm trying to figure out what could have been null. It looks like the Cloud Bigtable client needs a bit more checking for null pointers.\r\n\r\nThe problem likely relates to a bug in the underlying client when tables don't exist. It's supposed to throw a `TableNotFoundException`, but right now it looks like it throws a NPE. I'll do what I can to fix the underlying HBase client, and then I'll test that case with AsyncBigtable."}}
{ "id": 41087208, "name": "OpenTSDB/asyncbigtable", "url": "https://api.github.com/repos/OpenTSDB/asyncbigtable" }
{ "id": 99305, "login": "sduskis", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/99305?", "url": "https://api.github.com/users/sduskis" }
{ "id": 2086220, "login": "OpenTSDB", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2086220?", "url": "https://api.github.com/orgs/OpenTSDB" }
2018-05-24T19:44:42
7725987394
{"actor":{"display_login":"sduskis"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/webpack/webpack/issues/6935","repository_url":"https://api.github.com/repos/webpack/webpack","labels_url":"https://api.github.com/repos/webpack/webpack/issues/6935/labels{/name}","comments_url":"https://api.github.com/repos/webpack/webpack/issues/6935/comments","events_url":"https://api.github.com/repos/webpack/webpack/issues/6935/events","html_url":"https://github.com/webpack/webpack/issues/6935","id":310677344,"node_id":"MDU6SXNzdWUzMTA2NzczNDQ=","number":6935,"title":"Blank page with no error output after building","user":{"login":"Orodreth","id":13439737,"node_id":"MDQ6VXNlcjEzNDM5NzM3","avatar_url":"https://avatars2.githubusercontent.com/u/13439737?v=4","gravatar_id":"","url":"https://api.github.com/users/Orodreth","html_url":"https://github.com/Orodreth","followers_url":"https://api.github.com/users/Orodreth/followers","following_url":"https://api.github.com/users/Orodreth/following{/other_user}","gists_url":"https://api.github.com/users/Orodreth/gists{/gist_id}","starred_url":"https://api.github.com/users/Orodreth/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Orodreth/subscriptions","organizations_url":"https://api.github.com/users/Orodreth/orgs","repos_url":"https://api.github.com/users/Orodreth/repos","events_url":"https://api.github.com/users/Orodreth/events{/privacy}","received_events_url":"https://api.github.com/users/Orodreth/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":1,"created_at":"2018-04-03T03:00:54Z","updated_at":"2018-06-06T11:00:21Z","closed_at":"2018-06-06T11:00:21Z","author_association":"NONE","body":"<!-- Please don't delete this template or we'll close your issue -->\r\n<!-- Before creating an issue please make sure you are using the latest version of webpack. -->\r\n<!-- Also consider trying the webpack@beta version, maybe it's already fixed. -->\r\n\r\n**Do you want to request a *feature* or report a *bug*?**\r\nBug\r\n\r\n<!-- Please ask questions on StackOverflow or the webpack Gitter (https://gitter.im/webpack/webpack). -->\r\n<!-- Issues which contain questions or support requests will be closed. -->\r\n\r\n**What is the current behavior?**\r\nBlank page with no error output.\r\n\r\n**If the current behavior is a bug, please provide the steps to reproduce.**\r\nI used react-loadable to split my code. Building was fine and when I try to load the page there's nothing there, and no error output at browser console.\r\n\r\nBelow is my webpack.config.js:\r\n```\r\nconst path = require(\"path\");\r\nconst CleanWebpackPlugin = require('clean-webpack-plugin');\r\n\r\nmodule.exports = {\r\n entry: {\r\n app: \"./app.js\",\r\n },\r\n plugins: [\r\n new CleanWebpackPlugin(['bundles']),\r\n ],\r\n output: {\r\n filename: \"[name].bundle.js\",\r\n path: path.resolve(__dirname, \"bundles\")\r\n },\r\n module: {\r\n rules: [{\r\n test: /\\.jsx?$/,\r\n exclude: /node_modules/,\r\n loader: \"babel-loader\"\r\n }]\r\n },\r\n optimization: {\r\n splitChunks: {\r\n cacheGroups: {\r\n commons: {\r\n test: /[\\\\/]node_modules[\\\\/]/,\r\n name: \"vendors\",\r\n chunks: \"all\"\r\n }\r\n }\r\n }\r\n }\r\n};\r\n```\r\nI'm basically using react-loadable to split out semantic-ui.\r\n\r\n \r\n<!-- A great way to do this is to provide your configuration via a GitHub gist. -->\r\n<!-- Best provide a minimal reproduceable repo -->\r\n<!-- If your issue is caused by a plugin or loader file the issue on the plugin/loader repo -->\r\n\r\n**What is the expected behavior?**\r\nPage is not blank.\r\n\r\n**If this is a feature request, what is motivation or use case for changing the behavior?**\r\n\r\n**Please mention other relevant information such as the browser version, Node.js version, webpack version, and Operating System.**\r\nBrowser: Chrome ver65\r\nNodeJs: v9.4.0\r\nwebpack: v4.4.1\r\nOS: macOS v10.13.3"},"comment":{"url":"https://api.github.com/repos/webpack/webpack/issues/comments/395029065","html_url":"https://github.com/webpack/webpack/issues/6935#issuecomment-395029065","issue_url":"https://api.github.com/repos/webpack/webpack/issues/6935","id":395029065,"node_id":"MDEyOklzc3VlQ29tbWVudDM5NTAyOTA2NQ==","user":{"login":"evilebottnawi","id":4567934,"node_id":"MDQ6VXNlcjQ1Njc5MzQ=","avatar_url":"https://avatars3.githubusercontent.com/u/4567934?v=4","gravatar_id":"","url":"https://api.github.com/users/evilebottnawi","html_url":"https://github.com/evilebottnawi","followers_url":"https://api.github.com/users/evilebottnawi/followers","following_url":"https://api.github.com/users/evilebottnawi/following{/other_user}","gists_url":"https://api.github.com/users/evilebottnawi/gists{/gist_id}","starred_url":"https://api.github.com/users/evilebottnawi/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/evilebottnawi/subscriptions","organizations_url":"https://api.github.com/users/evilebottnawi/orgs","repos_url":"https://api.github.com/users/evilebottnawi/repos","events_url":"https://api.github.com/users/evilebottnawi/events{/privacy}","received_events_url":"https://api.github.com/users/evilebottnawi/received_events","type":"User","site_admin":false},"created_at":"2018-06-06T11:00:21Z","updated_at":"2018-06-06T11:00:21Z","author_association":"MEMBER","body":"Closing due to inactivity. Please test with latest version and feel free to reopen with minimum reproducible test repo if still have problems. Thanks!"}}
{ "id": 3678731, "name": "webpack/webpack", "url": "https://api.github.com/repos/webpack/webpack" }
{ "id": 4567934, "login": "evilebottnawi", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/4567934?", "url": "https://api.github.com/users/evilebottnawi" }
{ "id": 2105791, "login": "webpack", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2105791?", "url": "https://api.github.com/orgs/webpack" }
2018-06-06T11:00:21
7783742648
{"actor":{"display_login":"evilebottnawi"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/webpack/webpack/issues/6589","repository_url":"https://api.github.com/repos/webpack/webpack","labels_url":"https://api.github.com/repos/webpack/webpack/issues/6589/labels{/name}","comments_url":"https://api.github.com/repos/webpack/webpack/issues/6589/comments","events_url":"https://api.github.com/repos/webpack/webpack/issues/6589/events","html_url":"https://github.com/webpack/webpack/issues/6589","id":300464051,"number":6589,"title":"No indication of which modules failed to hot reload in Firefox","user":{"login":"pmlamotte","id":1351490,"avatar_url":"https://avatars2.githubusercontent.com/u/1351490?v=4","gravatar_id":"","url":"https://api.github.com/users/pmlamotte","html_url":"https://github.com/pmlamotte","followers_url":"https://api.github.com/users/pmlamotte/followers","following_url":"https://api.github.com/users/pmlamotte/following{/other_user}","gists_url":"https://api.github.com/users/pmlamotte/gists{/gist_id}","starred_url":"https://api.github.com/users/pmlamotte/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/pmlamotte/subscriptions","organizations_url":"https://api.github.com/users/pmlamotte/orgs","repos_url":"https://api.github.com/users/pmlamotte/repos","events_url":"https://api.github.com/users/pmlamotte/events{/privacy}","received_events_url":"https://api.github.com/users/pmlamotte/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2018-02-27T01:49:56Z","updated_at":"2018-02-27T01:52:54Z","closed_at":null,"author_association":"NONE","body":"<!-- Please don't delete this template or we'll close your issue -->\r\n<!-- Before creating an issue please make sure you are using the latest version of webpack. -->\r\n<!-- Also consider trying the webpack@beta version, maybe it's already fixed. -->\r\n\r\n**Do you want to request a *feature* or report a *bug*?**\r\nBug\r\n<!-- Please ask questions on StackOverflow or the webpack Gitter (https://gitter.im/webpack/webpack). -->\r\n<!-- Issues which contain questions or support requests will be closed. -->\r\n\r\n**What is the current behavior?**\r\nWhen an attempt to update hot modules is unsuccessful due to unaccepted modules, in browsers other than Firefox a console.warn message will appear including the full stack trace of `hotApply` and a message detailing the import tree that was not accepted. This message is useful for determining why a full refresh is needed.\r\n\r\nThis is how the message appears in chrome:\r\n\r\n![chrome](https://user-images.githubusercontent.com/1351490/36706106-e97b5fa4-1b2d-11e8-85e6-bf9452e88013.png)\r\n\r\n\r\nIn Firefox, a stack trace appears with no indication of _why_ a full refresh was needed:\r\n\r\n![firefox](https://user-images.githubusercontent.com/1351490/36706093-dfb26f62-1b2d-11e8-9273-78523297fff0.png)\r\n\r\n\r\n**If the current behavior is a bug, please provide the steps to reproduce.**\r\n1. Have a root file that imports two files but only accepts hot updates from one of them\r\n2. Make a change to the file not accepted\r\n\r\nI have a simple repo which has this set up: https://github.com/pmlamotte/webpack-firefox-hmr-error\r\n\r\n<!-- A great way to do this is to provide your configuration via a GitHub gist. -->\r\n<!-- Best provide a minimal reproduceable repo -->\r\n<!-- If your issue is caused by a plugin or loader file the issue on the plugin/loader repo -->\r\n\r\n**What is the expected behavior?**\r\nThe same message that appears in other browsers detailing why a full refresh was needed should show up in the Firefox console.\r\n\r\n**If this is a feature request, what is motivation or use case for changing the behavior?**\r\n\r\n**Please mention other relevant information such as the browser version, Node.js version, webpack version, and Operating System.**\r\nFirefox 58 & Nightly\r\nWebpack 3.10.0\r\nArch Linux\r\n"},"comment":{"url":"https://api.github.com/repos/webpack/webpack/issues/comments/368718535","html_url":"https://github.com/webpack/webpack/issues/6589#issuecomment-368718535","issue_url":"https://api.github.com/repos/webpack/webpack/issues/6589","id":368718535,"user":{"login":"pmlamotte","id":1351490,"avatar_url":"https://avatars2.githubusercontent.com/u/1351490?v=4","gravatar_id":"","url":"https://api.github.com/users/pmlamotte","html_url":"https://github.com/pmlamotte","followers_url":"https://api.github.com/users/pmlamotte/followers","following_url":"https://api.github.com/users/pmlamotte/following{/other_user}","gists_url":"https://api.github.com/users/pmlamotte/gists{/gist_id}","starred_url":"https://api.github.com/users/pmlamotte/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/pmlamotte/subscriptions","organizations_url":"https://api.github.com/users/pmlamotte/orgs","repos_url":"https://api.github.com/users/pmlamotte/repos","events_url":"https://api.github.com/users/pmlamotte/events{/privacy}","received_events_url":"https://api.github.com/users/pmlamotte/received_events","type":"User","site_admin":false},"created_at":"2018-02-27T01:52:54Z","updated_at":"2018-02-27T01:52:54Z","author_association":"NONE","body":"My reproduction repo only uses 3.10 since I don't know how to get this to work with 4.x since html-webpack-plugin seems to be broken. That said, I believe it affects 4.0 as well.\r\n\r\nThe problem line appears to be: https://github.com/webpack/webpack/blob/5044762c846a3a83a208853e48785a293fe9ef7d/hot/dev-server.js#L43\r\n```\r\n\tlog(\"warning\", \"[HMR] \" + err.stack || err.message);\r\n```\r\n\r\nIn Firefox, err.stack only gives the stack trace, while chrome includes the message. If I remove `err.stack || ` then it works as expected in firefox (though without the stack trace, not that it seems useful)."}}
{ "id": 3678731, "name": "webpack/webpack", "url": "https://api.github.com/repos/webpack/webpack" }
{ "id": 1351490, "login": "pmlamotte", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/1351490?", "url": "https://api.github.com/users/pmlamotte" }
{ "id": 2105791, "login": "webpack", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2105791?", "url": "https://api.github.com/orgs/webpack" }
2018-02-27T01:52:54
7300869652
{"actor":{"display_login":"pmlamotte"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/webpack/webpack/issues/7121","repository_url":"https://api.github.com/repos/webpack/webpack","labels_url":"https://api.github.com/repos/webpack/webpack/issues/7121/labels{/name}","comments_url":"https://api.github.com/repos/webpack/webpack/issues/7121/comments","events_url":"https://api.github.com/repos/webpack/webpack/issues/7121/events","html_url":"https://github.com/webpack/webpack/issues/7121","id":317477943,"number":7121,"title":"Template string optimization incorrectly result in \"undefined\"","user":{"login":"Cellule","id":4157103,"avatar_url":"https://avatars1.githubusercontent.com/u/4157103?v=4","gravatar_id":"","url":"https://api.github.com/users/Cellule","html_url":"https://github.com/Cellule","followers_url":"https://api.github.com/users/Cellule/followers","following_url":"https://api.github.com/users/Cellule/following{/other_user}","gists_url":"https://api.github.com/users/Cellule/gists{/gist_id}","starred_url":"https://api.github.com/users/Cellule/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Cellule/subscriptions","organizations_url":"https://api.github.com/users/Cellule/orgs","repos_url":"https://api.github.com/users/Cellule/repos","events_url":"https://api.github.com/users/Cellule/events{/privacy}","received_events_url":"https://api.github.com/users/Cellule/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":4,"created_at":"2018-04-25T04:52:18Z","updated_at":"2018-04-25T09:36:18Z","closed_at":"2018-04-25T09:36:11Z","author_association":"NONE","body":"<!-- Please don't delete this template or we'll close your issue -->\r\n<!-- Before creating an issue please make sure you are using the latest version of webpack. -->\r\n<!-- Also consider trying the webpack@beta version, maybe it's already fixed. -->\r\n\r\n**Do you want to request a *feature* or report a *bug*?**\r\nBug\r\n\r\n<!-- Please ask questions on StackOverflow or the webpack Gitter (https://gitter.im/webpack/webpack). -->\r\n<!-- Issues which contain questions or support requests will be closed. -->\r\n\r\n**What is the current behavior?**\r\nBad optimization in template string. Changes a valid result to `undefined`\r\n\r\n**If the current behavior is a bug, please provide the steps to reproduce.**\r\n\r\nJs file to repro\r\n```js\r\n// test.js\r\nvar msg = getMsg({value: 1});\r\nconsole.log(`${ msg } <= should not be undefined`);\r\nfunction getMsg({value}) {\r\n// Doesn't seem to repro if there is no multiline here\r\n return `\\\r\n${value}`;\r\n}\r\n```\r\nCommand to run\r\n```\r\nnpx webpack test.js -o out.js\r\nnode out.js\r\n```\r\n\r\nThe `console.log` is reduced to `console.log(\"undefined <= should not be undefined\")`\r\n\r\n<!-- A great way to do this is to provide your configuration via a GitHub gist. -->\r\n<!-- Best provide a minimal reproduceable repo -->\r\n<!-- If your issue is caused by a plugin or loader file the issue on the plugin/loader repo -->\r\n\r\n**What is the expected behavior?**\r\nThe resulting bundle should print `1 <= should not be undefined`\r\n\r\n**If this is a feature request, what is motivation or use case for changing the behavior?**\r\n\r\n\r\n**Please mention other relevant information such as the browser version, Node.js version, webpack version, and Operating System.**\r\nNode v9.5.0\r\nWebpack v4.6.0\r\nWebpack-cli v2.0.15\r\n"},"comment":{"url":"https://api.github.com/repos/webpack/webpack/issues/comments/384225467","html_url":"https://github.com/webpack/webpack/issues/7121#issuecomment-384225467","issue_url":"https://api.github.com/repos/webpack/webpack/issues/7121","id":384225467,"user":{"login":"evilebottnawi","id":4567934,"avatar_url":"https://avatars3.githubusercontent.com/u/4567934?v=4","gravatar_id":"","url":"https://api.github.com/users/evilebottnawi","html_url":"https://github.com/evilebottnawi","followers_url":"https://api.github.com/users/evilebottnawi/followers","following_url":"https://api.github.com/users/evilebottnawi/following{/other_user}","gists_url":"https://api.github.com/users/evilebottnawi/gists{/gist_id}","starred_url":"https://api.github.com/users/evilebottnawi/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/evilebottnawi/subscriptions","organizations_url":"https://api.github.com/users/evilebottnawi/orgs","repos_url":"https://api.github.com/users/evilebottnawi/repos","events_url":"https://api.github.com/users/evilebottnawi/events{/privacy}","received_events_url":"https://api.github.com/users/evilebottnawi/received_events","type":"User","site_admin":false},"created_at":"2018-04-25T09:36:18Z","updated_at":"2018-04-25T09:36:18Z","author_association":"MEMBER","body":"@webpack-bot move to webpack-contrib/uglifyjs-webpack-plugin"}}
{ "id": 3678731, "name": "webpack/webpack", "url": "https://api.github.com/repos/webpack/webpack" }
{ "id": 4567934, "login": "evilebottnawi", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/4567934?", "url": "https://api.github.com/users/evilebottnawi" }
{ "id": 2105791, "login": "webpack", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2105791?", "url": "https://api.github.com/orgs/webpack" }
2018-04-25T09:36:18
7583693654
{"actor":{"display_login":"evilebottnawi"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/webpack/webpack.js.org/issues/2468","repository_url":"https://api.github.com/repos/webpack/webpack.js.org","labels_url":"https://api.github.com/repos/webpack/webpack.js.org/issues/2468/labels{/name}","comments_url":"https://api.github.com/repos/webpack/webpack.js.org/issues/2468/comments","events_url":"https://api.github.com/repos/webpack/webpack.js.org/issues/2468/events","html_url":"https://github.com/webpack/webpack.js.org/issues/2468","id":353708165,"node_id":"MDU6SXNzdWUzNTM3MDgxNjU=","number":2468,"title":"Document webpack change: use JavascriptModulesPluginHooks.shouldRender correctly","user":{"login":"webpack-bot","id":26676291,"node_id":"MDQ6VXNlcjI2Njc2Mjkx","avatar_url":"https://avatars0.githubusercontent.com/u/26676291?v=4","gravatar_id":"","url":"https://api.github.com/users/webpack-bot","html_url":"https://github.com/webpack-bot","followers_url":"https://api.github.com/users/webpack-bot/followers","following_url":"https://api.github.com/users/webpack-bot/following{/other_user}","gists_url":"https://api.github.com/users/webpack-bot/gists{/gist_id}","starred_url":"https://api.github.com/users/webpack-bot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/webpack-bot/subscriptions","organizations_url":"https://api.github.com/users/webpack-bot/orgs","repos_url":"https://api.github.com/users/webpack-bot/repos","events_url":"https://api.github.com/users/webpack-bot/events{/privacy}","received_events_url":"https://api.github.com/users/webpack-bot/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/webpack/webpack.js.org/milestones/3","html_url":"https://github.com/webpack/webpack.js.org/milestone/3","labels_url":"https://api.github.com/repos/webpack/webpack.js.org/milestones/3/labels","id":3453067,"node_id":"MDk6TWlsZXN0b25lMzQ1MzA2Nw==","number":3,"title":"webpack 5","description":null,"creator":{"login":"sokra","id":1365881,"node_id":"MDQ6VXNlcjEzNjU4ODE=","avatar_url":"https://avatars0.githubusercontent.com/u/1365881?v=4","gravatar_id":"","url":"https://api.github.com/users/sokra","html_url":"https://github.com/sokra","followers_url":"https://api.github.com/users/sokra/followers","following_url":"https://api.github.com/users/sokra/following{/other_user}","gists_url":"https://api.github.com/users/sokra/gists{/gist_id}","starred_url":"https://api.github.com/users/sokra/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sokra/subscriptions","organizations_url":"https://api.github.com/users/sokra/orgs","repos_url":"https://api.github.com/users/sokra/repos","events_url":"https://api.github.com/users/sokra/events{/privacy}","received_events_url":"https://api.github.com/users/sokra/received_events","type":"User","site_admin":false},"open_issues":14,"closed_issues":6,"state":"open","created_at":"2018-06-26T14:27:28Z","updated_at":"2018-09-03T16:52:06Z","due_on":null,"closed_at":null},"comments":1,"created_at":"2018-08-24T09:21:07Z","updated_at":"2018-09-03T16:52:55Z","closed_at":null,"author_association":"NONE","body":"<!-- documentation request from webpack/webpack -->\n\n*A pull request by @sokra was merged and maintainers requested a documentation change.*\n\nSee pull request: https://github.com/webpack/webpack/pull/7943\n\n---\n\n<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. -->\r\n<!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? -->\r\n<!-- Try to link to an open issue for more information. -->\r\n\r\n\r\n<!-- In addition to that please answer these questions: -->\r\n\r\n**What kind of change does this PR introduce?**\r\nrefactor\r\n<!-- E.g. a bugfix, feature, refactoring, build related change, etc… -->\r\n\r\n**Did you add tests for your changes?**\r\nexisting tests\r\n<!-- Note that we won't merge your changes if you don't add tests -->\r\n\r\n**Does this PR introduce a breaking change?**\r\nyes\r\n<!-- If this PR introduces a breaking change, please describe the impact and a migration path for existing applications. -->\r\n\r\n**What needs to be documented once your changes are merged?**\r\nWhen custom module types should be rendered as javascript they need to register at JavascriptModulesPlugin.getHooks().shouldRender\r\n<!-- List all the information that needs to be added to the documentation after merge -->\r\n<!-- When your changes are merged you will be asked to contribute this to the documentation -->\r\n"},"comment":{"url":"https://api.github.com/repos/webpack/webpack.js.org/issues/comments/418160917","html_url":"https://github.com/webpack/webpack.js.org/issues/2468#issuecomment-418160917","issue_url":"https://api.github.com/repos/webpack/webpack.js.org/issues/2468","id":418160917,"node_id":"MDEyOklzc3VlQ29tbWVudDQxODE2MDkxNw==","user":{"login":"sokra","id":1365881,"node_id":"MDQ6VXNlcjEzNjU4ODE=","avatar_url":"https://avatars0.githubusercontent.com/u/1365881?v=4","gravatar_id":"","url":"https://api.github.com/users/sokra","html_url":"https://github.com/sokra","followers_url":"https://api.github.com/users/sokra/followers","following_url":"https://api.github.com/users/sokra/following{/other_user}","gists_url":"https://api.github.com/users/sokra/gists{/gist_id}","starred_url":"https://api.github.com/users/sokra/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sokra/subscriptions","organizations_url":"https://api.github.com/users/sokra/orgs","repos_url":"https://api.github.com/users/sokra/repos","events_url":"https://api.github.com/users/sokra/events{/privacy}","received_events_url":"https://api.github.com/users/sokra/received_events","type":"User","site_admin":false},"created_at":"2018-09-03T16:52:55Z","updated_at":"2018-09-03T16:52:55Z","author_association":"MEMBER","body":"Need to be part of the migration guide"}}
{ "id": 61886109, "name": "webpack/webpack.js.org", "url": "https://api.github.com/repos/webpack/webpack.js.org" }
{ "id": 1365881, "login": "sokra", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/1365881?", "url": "https://api.github.com/users/sokra" }
{ "id": 2105791, "login": "webpack", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2105791?", "url": "https://api.github.com/orgs/webpack" }
2018-09-03T16:52:56
8207329815
{"actor":{"display_login":"sokra"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/webpack/webpack/issues/6601","repository_url":"https://api.github.com/repos/webpack/webpack","labels_url":"https://api.github.com/repos/webpack/webpack/issues/6601/labels{/name}","comments_url":"https://api.github.com/repos/webpack/webpack/issues/6601/comments","events_url":"https://api.github.com/repos/webpack/webpack/issues/6601/events","html_url":"https://github.com/webpack/webpack/issues/6601","id":300628098,"node_id":"MDU6SXNzdWUzMDA2MjgwOTg=","number":6601,"title":"Order of export statements in index.js","user":{"login":"eulbot","id":5756796,"node_id":"MDQ6VXNlcjU3NTY3OTY=","avatar_url":"https://avatars2.githubusercontent.com/u/5756796?v=4","gravatar_id":"","url":"https://api.github.com/users/eulbot","html_url":"https://github.com/eulbot","followers_url":"https://api.github.com/users/eulbot/followers","following_url":"https://api.github.com/users/eulbot/following{/other_user}","gists_url":"https://api.github.com/users/eulbot/gists{/gist_id}","starred_url":"https://api.github.com/users/eulbot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eulbot/subscriptions","organizations_url":"https://api.github.com/users/eulbot/orgs","repos_url":"https://api.github.com/users/eulbot/repos","events_url":"https://api.github.com/users/eulbot/events{/privacy}","received_events_url":"https://api.github.com/users/eulbot/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":2,"created_at":"2018-02-27T13:26:13Z","updated_at":"2018-10-18T03:31:54Z","closed_at":null,"author_association":"NONE","body":"<!-- Please don't delete this template or we'll close your issue -->\r\n<!-- Before creating an issue please make sure you are using the latest version of webpack. -->\r\n<!-- Also consider trying the webpack@beta version, maybe it's already fixed. -->\r\n\r\n**Do you want to request a *feature* or report a *bug*?**\r\nBug(?)\r\n<!-- Please ask questions on StackOverflow or the webpack Gitter (https://gitter.im/webpack/webpack). -->\r\n<!-- Issues which contain questions or support requests will be closed. -->\r\n\r\n**What is the current behavior?**\r\nIf export statments in index.js are not in correct order, the imports fail.\r\n\r\n**If the current behavior is a bug, please provide the steps to reproduce.**\r\n\r\nI have a file `iconSet.js` \r\n```js\r\nexport const IconSet = {\r\n Add: 'icon-add',\r\n Remove: 'icon-remove'\r\n}\r\n```\r\nand a file `icons.js` in the same directory\r\n```js\r\nimport { IconSet } from '.'\r\n\r\nexport const Icons = {\r\n Add: IconSet.Add,\r\n Remove: IconSet.Remove\r\n}\r\n```\r\nThe exports are barreled in an auto-generated `index.js`, whereby icons is exported before iconSet, like\r\n```js\r\nexport * from './icons'\r\nexport * from './iconSet'\r\n```\r\nWhen importing the Icons constant via `index.js`, for instance\r\n```js\r\nimport { Icons } from '.'\r\nconsole.log(Icons);\r\n```\r\nan exception is thrown since `iconSet` in `icons.js` is also imported via `index.js` but, in there, exported after `icons`.\r\n\r\n[Repo to reproduce.](https://github.com/eulbot/webpack-es6-index-barrels)\r\n\r\n**What is the expected behavior?**\r\nWebpack resolving the \"wrong\" export sequence in `index.js` and seeing `{Add: \"icon-add\", Remove: \"icon-remove\"}` printed to console.\r\n\r\n**If this is a feature request, what is motivation or use case for changing the behavior?**\r\n\r\n**Please mention other relevant information such as the browser version, Node.js version, webpack version, and Operating System.**\r\nChrome 63\r\nNode 8.9.4\r\nwebpack 4.0.1"},"comment":{"url":"https://api.github.com/repos/webpack/webpack/issues/comments/430863726","html_url":"https://github.com/webpack/webpack/issues/6601#issuecomment-430863726","issue_url":"https://api.github.com/repos/webpack/webpack/issues/6601","id":430863726,"node_id":"MDEyOklzc3VlQ29tbWVudDQzMDg2MzcyNg==","user":{"login":"webpack-bot","id":26676291,"node_id":"MDQ6VXNlcjI2Njc2Mjkx","avatar_url":"https://avatars0.githubusercontent.com/u/26676291?v=4","gravatar_id":"","url":"https://api.github.com/users/webpack-bot","html_url":"https://github.com/webpack-bot","followers_url":"https://api.github.com/users/webpack-bot/followers","following_url":"https://api.github.com/users/webpack-bot/following{/other_user}","gists_url":"https://api.github.com/users/webpack-bot/gists{/gist_id}","starred_url":"https://api.github.com/users/webpack-bot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/webpack-bot/subscriptions","organizations_url":"https://api.github.com/users/webpack-bot/orgs","repos_url":"https://api.github.com/users/webpack-bot/repos","events_url":"https://api.github.com/users/webpack-bot/events{/privacy}","received_events_url":"https://api.github.com/users/webpack-bot/received_events","type":"User","site_admin":false},"created_at":"2018-10-18T03:31:54Z","updated_at":"2018-10-18T03:31:54Z","author_association":"NONE","body":"**This issue had no activity for at least half a year.**\n\nIt's subject to automatic issue closing if there is no activity in the next 15 days."}}
{ "id": 3678731, "name": "webpack/webpack", "url": "https://api.github.com/repos/webpack/webpack" }
{ "id": 26676291, "login": "webpack-bot", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/26676291?", "url": "https://api.github.com/users/webpack-bot" }
{ "id": 2105791, "login": "webpack", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2105791?", "url": "https://api.github.com/orgs/webpack" }
2018-10-18T03:31:54
8439739764
{"actor":{"display_login":"webpack-bot"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/RGLab/flowCore/issues/87","repository_url":"https://api.github.com/repos/RGLab/flowCore","labels_url":"https://api.github.com/repos/RGLab/flowCore/issues/87/labels{/name}","comments_url":"https://api.github.com/repos/RGLab/flowCore/issues/87/comments","events_url":"https://api.github.com/repos/RGLab/flowCore/issues/87/events","html_url":"https://github.com/RGLab/flowCore/issues/87","id":259106308,"node_id":"MDU6SXNzdWUyNTkxMDYzMDg=","number":87,"title":"Pathnames containing special characters (e.g. German umlauts) causes write.FCS to break measurement values","user":{"login":"ccasar","id":2711108,"node_id":"MDQ6VXNlcjI3MTExMDg=","avatar_url":"https://avatars3.githubusercontent.com/u/2711108?v=4","gravatar_id":"","url":"https://api.github.com/users/ccasar","html_url":"https://github.com/ccasar","followers_url":"https://api.github.com/users/ccasar/followers","following_url":"https://api.github.com/users/ccasar/following{/other_user}","gists_url":"https://api.github.com/users/ccasar/gists{/gist_id}","starred_url":"https://api.github.com/users/ccasar/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ccasar/subscriptions","organizations_url":"https://api.github.com/users/ccasar/orgs","repos_url":"https://api.github.com/users/ccasar/repos","events_url":"https://api.github.com/users/ccasar/events{/privacy}","received_events_url":"https://api.github.com/users/ccasar/received_events","type":"User","site_admin":false},"labels":[{"id":1027491446,"node_id":"MDU6TGFiZWwxMDI3NDkxNDQ2","url":"https://api.github.com/repos/RGLab/flowCore/labels/waiting%20on%20feedback%20from%20author","name":"waiting on feedback from author","color":"304dd1","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":6,"created_at":"2017-09-20T09:55:15Z","updated_at":"2018-08-20T18:29:37Z","closed_at":null,"author_association":"NONE","body":"I don't know if this is a file encoding issue or something else, but I took me time to figure out it was actually caused by the file pathnames:\r\n\r\n```\r\nlibrary(flowCore)\r\n# No Umlaut in pathname, everything is fine\r\norig_file <- \"~/Documents/flowcore/no_umlaut/panel_a.fcs\"\r\nwritten_file <- \"~/Documents/flowcore/out/written_panel_a.fcs\"\r\n\r\nfirst_read <- read.FCS(orig_file)\r\nwrite.FCS(first_read,written_file)\r\nsecond_read <- read.FCS(written_file)\r\n\r\nsummary(first_read)\r\nAPC-Cy7-A \r\n Min. : -340.87 \r\n 1st Qu.: 32.93 \r\n Median : 121.93 \r\n Mean : 852.91 \r\n 3rd Qu.: 242.97 \r\n Max. :262143.00 \r\nsummary(second_read)\r\n APC-Cy7-A \r\n Min. : -340.87 \r\n 1st Qu.: 32.93 \r\n Median : 121.93 \r\n Mean : 852.91 \r\n 3rd Qu.: 242.97 \r\n Max. :262143.00 \r\n\r\n# Including Umlaut ü in pathname breaks the measurement values\r\norig_file_bad <- \"~/Documents/flowcore/ü_umlaut/panel_a.fcs\"\r\nwritten_file_bad <- \"~/Documents/flowcore/out/written_umlaut_panel_a.fcs\"\r\n\r\nfirst_read_bad <- read.FCS(orig_file_bad)\r\nwrite.FCS(first_read_bad,written_file_bad)\r\nsecond_read_bad <- read.FCS(written_file_bad)\r\n\r\nsummary(first_read_bad)\r\n APC-Cy7-A \r\n Min. : -340.87 \r\n 1st Qu.: 32.93 \r\n Median : 121.93 \r\n Mean : 852.91 \r\n 3rd Qu.: 242.97 \r\n Max. :262143.00 \r\nsummary(second_read_bad)\r\n APC-Cy7-A \r\nMin. :-1.662e+37 \r\n1st Qu.: 0.000e+00 \r\nMedian : 0.000e+00 \r\nMean : 5.314e+34 \r\n3rd Qu.: 0.000e+00 \r\nMax. : 2.031e+36 \r\n```\r\nIn both cases I used the same fcs-file, with the only difference being the pathname."},"comment":{"url":"https://api.github.com/repos/RGLab/flowCore/issues/comments/414416982","html_url":"https://github.com/RGLab/flowCore/issues/87#issuecomment-414416982","issue_url":"https://api.github.com/repos/RGLab/flowCore/issues/87","id":414416982,"node_id":"MDEyOklzc3VlQ29tbWVudDQxNDQxNjk4Mg==","user":{"login":"gfinak","id":1385593,"node_id":"MDQ6VXNlcjEzODU1OTM=","avatar_url":"https://avatars3.githubusercontent.com/u/1385593?v=4","gravatar_id":"","url":"https://api.github.com/users/gfinak","html_url":"https://github.com/gfinak","followers_url":"https://api.github.com/users/gfinak/followers","following_url":"https://api.github.com/users/gfinak/following{/other_user}","gists_url":"https://api.github.com/users/gfinak/gists{/gist_id}","starred_url":"https://api.github.com/users/gfinak/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gfinak/subscriptions","organizations_url":"https://api.github.com/users/gfinak/orgs","repos_url":"https://api.github.com/users/gfinak/repos","events_url":"https://api.github.com/users/gfinak/events{/privacy}","received_events_url":"https://api.github.com/users/gfinak/received_events","type":"User","site_admin":false},"created_at":"2018-08-20T18:29:37Z","updated_at":"2018-08-20T18:29:37Z","author_association":"MEMBER","body":"Here's what I've found:\r\n\r\nThe files you provided have two $BEGINDATA and two $ENDDATA keywords (other keywords are duplicated as well) and they differ in their values AND are not consistent across the files (the file written with write.FCS differs from the other two). \r\nMy guess, and I haven't investigated yet, is that `write.FCS` is adding its own keywords, and there may be a bug there.\r\nI don't know if duplicated keywords are the problem or the calculation of their values is the problem.\r\n\r\n@mikejiang, you recently dug into `write.FCS`, any insights?\r\n\r\n``` r\r\nlibrary(flowCore)\r\nsetwd(\"~/Downloads/flowcore\")\r\nnoum <- read.FCS(\"./no_umlaut/panel_a.fcs\")\r\num <- read.FCS(\"./ü_umlaut/panel_a.fcs\")\r\nwrite.FCS(um,\"./out/panel_a.fcs\")\r\n#> [1] \"./out/panel_a.fcs\"\r\nbad <- read.FCS(\"./out/panel_a.fcs\")\r\n\r\nall.equal(noum[,\"APC-Cy7-A\"],\r\num[,\"APC-Cy7-A\"])\r\n#> [1] \"Attributes: < Component \\\"description\\\": Component \\\"FILENAME\\\": 1 string mismatch >\"\r\n\r\nall.equal(noum[,\"APC-Cy7-A\"],\r\n bad[,\"APC-Cy7-A\"])\r\n#> [1] \"Attributes: < Component \\\"description\\\": Component \\\"$BEGINDATA\\\": 1 string mismatch >\"\r\n#> [2] \"Attributes: < Component \\\"description\\\": Component \\\"$ENDDATA\\\": 1 string mismatch >\" \r\n#> [3] \"Attributes: < Component \\\"description\\\": Component \\\"FILENAME\\\": 1 string mismatch >\"\r\nall.equal(um[,\"APC-Cy7-A\"],\r\n bad[,\"APC-Cy7-A\"])\r\n#> [1] \"Attributes: < Component \\\"description\\\": Component \\\"$BEGINDATA\\\": 1 string mismatch >\"\r\n#> [2] \"Attributes: < Component \\\"description\\\": Component \\\"$ENDDATA\\\": 1 string mismatch >\" \r\n#> [3] \"Attributes: < Component \\\"description\\\": Component \\\"FILENAME\\\": 1 string mismatch >\"\r\n\r\n\r\n#Something is odd about the $BEGINDATA and $ENDDATA keywords\r\n\r\nkeyword(noum)[1:17]\r\n#> $`$BEGINANALYSIS`\r\n#> [1] \"0\"\r\n#> \r\n#> $`$BEGINANALYSIS`\r\n#> [1] \"0\"\r\n#> \r\n#> $`$BEGINDATA`\r\n#> [1] \"5383\"\r\n#> \r\n#> $`$BEGINDATA`\r\n#> [1] \"4601\"\r\n#> \r\n#> $`$BEGINSTEXT`\r\n#> [1] \"0\"\r\n#> \r\n#> $`$BEGINSTEXT`\r\n#> [1] \"0\"\r\n#> \r\n#> $`$BTIM`\r\n#> [1] \"13:25:15\"\r\n#> \r\n#> $`$BYTEORD`\r\n#> [1] \"4,3,2,1\"\r\n#> \r\n#> $`$BYTEORD`\r\n#> [1] \"4,3,2,1\"\r\n#> \r\n#> $`$CYT`\r\n#> [1] \"LSRII\"\r\n#> \r\n#> $`$DATATYPE`\r\n#> [1] \"F\"\r\n#> \r\n#> $`$DATATYPE`\r\n#> [1] \"F\"\r\n#> \r\n#> $`$DATE`\r\n#> [1] \"13-JUL-2015\"\r\n#> \r\n#> $`$ENDANALYSIS`\r\n#> [1] \"0\"\r\n#> \r\n#> $`$ENDANALYSIS`\r\n#> [1] \"0\"\r\n#> \r\n#> $`$ENDDATA`\r\n#> [1] \"39382\"\r\n#> \r\n#> $`$ENDDATA`\r\n#> [1] \"27204600 \"\r\n\r\n#There are two $BEGINDATA and two #ENDDATA keywords, and they don't agree \r\n# with each other in the same file, or in the \r\n# \"bad\" and \"noum\" or \"um\" files.\r\n# That said, the data read in are correct and consistent on this\r\n# small example. I suspect on larger examples\r\n# The *DATA keywords are causing truncated reading or something\r\n# similar.\r\n```\r\n\r\nCreated on 2018-08-20 by the [reprex package](http://reprex.tidyverse.org) (v0.2.0)."}}
{ "id": 8055308, "name": "RGLab/flowCore", "url": "https://api.github.com/repos/RGLab/flowCore" }
{ "id": 1385593, "login": "gfinak", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/1385593?", "url": "https://api.github.com/users/gfinak" }
{ "id": 2105975, "login": "RGLab", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2105975?", "url": "https://api.github.com/orgs/RGLab" }
2018-08-20T18:29:37
8139676059
{"actor":{"display_login":"gfinak"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/opencog/atomspace/issues/1868","repository_url":"https://api.github.com/repos/opencog/atomspace","labels_url":"https://api.github.com/repos/opencog/atomspace/issues/1868/labels{/name}","comments_url":"https://api.github.com/repos/opencog/atomspace/issues/1868/comments","events_url":"https://api.github.com/repos/opencog/atomspace/issues/1868/events","html_url":"https://github.com/opencog/atomspace/issues/1868","id":362527475,"node_id":"MDU6SXNzdWUzNjI1Mjc0NzU=","number":1868,"title":"Pass truth values from GroundedPredicateNodes to rule engine from pattern matcher.","user":{"login":"noskill","id":733626,"node_id":"MDQ6VXNlcjczMzYyNg==","avatar_url":"https://avatars1.githubusercontent.com/u/733626?v=4","gravatar_id":"","url":"https://api.github.com/users/noskill","html_url":"https://github.com/noskill","followers_url":"https://api.github.com/users/noskill/followers","following_url":"https://api.github.com/users/noskill/following{/other_user}","gists_url":"https://api.github.com/users/noskill/gists{/gist_id}","starred_url":"https://api.github.com/users/noskill/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/noskill/subscriptions","organizations_url":"https://api.github.com/users/noskill/orgs","repos_url":"https://api.github.com/users/noskill/repos","events_url":"https://api.github.com/users/noskill/events{/privacy}","received_events_url":"https://api.github.com/users/noskill/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":5,"created_at":"2018-09-21T09:21:40Z","updated_at":"2018-09-25T06:57:43Z","closed_at":null,"author_association":"NONE","body":"\r\n\r\nWe need to use rule engine along with virtual evaluation links. \r\nCurrent pattern matcher implementation does not store truth value returned by grounded predicate.\r\nInstead matched evaluation link keeps its default value of stv(1 0). And here matched means having mean tv more than hardcoded threshold of 0.5.\r\n\r\nExample:\r\n\r\n```\r\n(use-modules (opencog logger))\r\n\r\n(load-from-path \"conjunction-rule-base-config.scm\")\r\n\r\n(Concept \"BB1\")\r\n(Concept \"BB2\")\r\n(Concept \"BoundingBox\")\r\n\r\n(Inheritance (stv 0.99 0.99) (Concept \"BB1\") (Concept \"BoundingBox\"))\r\n; default truth value 1.0 0.0 gives 1.0 0 for any inference \r\n(Inheritance (stv 0.99 0.99) (Concept \"BB2\") (Concept \"BoundingBox\"))\r\n\r\n(define Herring (Predicate \"Herring\"))\r\n(define Red (Predicate \"Red\"))\r\n\r\n\r\n(define (redness box ) \r\n (display \"redness called with: \")\r\n (display box)\r\n (display \"\\n\")\r\n (stv 0.55 (random 1.0)) \r\n)\r\n\r\n(define RedBox1\r\n (EvaluationLink\r\n (GroundedPredicateNode \"scm: redness\")\r\n (ListLink (\r\n TypedVariableLink (Variable \"$X\"))\r\n )\r\n )\r\n)\r\n\r\n(define RedBox2\r\n (EvaluationLink (stv 0.56 0.7)\r\n Red\r\n (ListLink(\r\n ConceptNode \"BB2\"\r\n ))\r\n )\r\n)\r\n\r\n(define HerringBox1 (Evaluation (stv 0.9 0.8) Herring (ConceptNode \"BB1\")))\r\n(define HerringBox2 (Evaluation (stv 0.9 0.8) Herring (ConceptNode \"BB2\")))\r\n\r\n; need to restrict the search by inheritance link\r\n(define HerringAndRedBox1 (AndLink RedBox1 HerringBox1 (InheritanceLink (VariableNode \"$X\") (ConceptNode \"BoundingBox\")) ) )\r\n; don't need to restrict the search by inheritance link here\r\n; do it anyway\r\n(define HerringAndRedBox2 (AndLink RedBox2 HerringBox2 (InheritanceLink (ConceptNode \"BB2\") (ConceptNode \"BoundingBox\")) ))\r\n \r\n\r\n(define (run-bc and-box) \r\n (define result (conj-bc and-box))\r\n (display \"\\n\")\r\n (display result)\r\n (display \"truth value for the first element in the set\\n\")\r\n (display (cog-tv (car (cog-outgoing-set result))))\r\n (display \"\\n\")\r\n result\r\n)\r\n\r\n(ure-logger-set-level! \"trace\")\r\n(cog-logger-set-level! \"trace\")\r\n(ure-set-num-parameter conjunction-rule-base \"URE:maximum-iterations\" 20)\r\n(run-bc HerringAndRedBox1)\r\n```\r\n====================================================================\r\nCurrent implementation gives (stv 1.000000 0.000000) for all **and** links:\r\n\r\n\r\n```\r\n(SetLink\r\n (AndLink\r\n (EvaluationLink\r\n (GroundedPredicateNode \"scm: redness\")\r\n (ListLink\r\n (TypedVariableLink\r\n (ConceptNode \"BB1\")\r\n )\r\n )\r\n )\r\n (EvaluationLink (stv 0.9 0.8)\r\n (PredicateNode \"Herring\")\r\n (ConceptNode \"BB1\")\r\n )\r\n (InheritanceLink (stv 0.99 0.99)\r\n (ConceptNode \"BB1\")\r\n (ConceptNode \"BoundingBox\")\r\n )\r\n )\r\n (AndLink\r\n (EvaluationLink\r\n (GroundedPredicateNode \"scm: redness\")\r\n (ListLink\r\n (TypedVariableLink\r\n (ConceptNode \"BB2\")\r\n )\r\n )\r\n )\r\n (EvaluationLink (stv 0.9 0.8)\r\n (PredicateNode \"Herring\")\r\n (ConceptNode \"BB1\")\r\n )\r\n (InheritanceLink (stv 0.99 0.99)\r\n (ConceptNode \"BB2\")\r\n (ConceptNode \"BoundingBox\")\r\n )\r\n )\r\n)\r\n```\r\nOne possible fix is to store truth value somewhere at the end of DefaultPatternMatchCB::eval_term\r\n\r\nhttps://github.com/opencog/atomspace/blob/e965598be2cc44fdcfd7d583a73989a4d3b647e1/opencog/query/DefaultPatternMatchCB.cc#L679-L683\r\n\r\n\r\nThen I get expected result (stv 0.55 0.8)\r\n\r\n======================================================================\r\n```\r\n(SetLink\r\n (AndLink (stv 0.55 0.8)\r\n (EvaluationLink (stv 0.55 0.48076524)\r\n (GroundedPredicateNode \"scm: redness\")\r\n (ListLink\r\n (TypedVariableLink\r\n (ConceptNode \"BB1\")\r\n )\r\n )\r\n )\r\n (EvaluationLink (stv 0.9 0.8)\r\n (PredicateNode \"Herring\")\r\n (ConceptNode \"BB1\")\r\n )\r\n (InheritanceLink (stv 0.99 0.99)\r\n (ConceptNode \"BB1\")\r\n (ConceptNode \"BoundingBox\")\r\n )\r\n )\r\n (AndLink (stv 0.55 0.8)\r\n (EvaluationLink (stv 0.55 0.77770132)\r\n (GroundedPredicateNode \"scm: redness\")\r\n (ListLink\r\n (TypedVariableLink\r\n (ConceptNode \"BB2\")\r\n )\r\n )\r\n )\r\n (EvaluationLink (stv 0.9 0.8)\r\n (PredicateNode \"Herring\")\r\n (ConceptNode \"BB1\")\r\n )\r\n (InheritanceLink (stv 0.99 0.99)\r\n (ConceptNode \"BB2\")\r\n (ConceptNode \"BoundingBox\")\r\n )\r\n )\r\n)\r\n```\r\n\r\n\r\n"},"comment":{"url":"https://api.github.com/repos/opencog/atomspace/issues/comments/424228742","html_url":"https://github.com/opencog/atomspace/issues/1868#issuecomment-424228742","issue_url":"https://api.github.com/repos/opencog/atomspace/issues/1868","id":424228742,"node_id":"MDEyOklzc3VlQ29tbWVudDQyNDIyODc0Mg==","user":{"login":"Necr0x0Der","id":10775379,"node_id":"MDQ6VXNlcjEwNzc1Mzc5","avatar_url":"https://avatars3.githubusercontent.com/u/10775379?v=4","gravatar_id":"","url":"https://api.github.com/users/Necr0x0Der","html_url":"https://github.com/Necr0x0Der","followers_url":"https://api.github.com/users/Necr0x0Der/followers","following_url":"https://api.github.com/users/Necr0x0Der/following{/other_user}","gists_url":"https://api.github.com/users/Necr0x0Der/gists{/gist_id}","starred_url":"https://api.github.com/users/Necr0x0Der/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Necr0x0Der/subscriptions","organizations_url":"https://api.github.com/users/Necr0x0Der/orgs","repos_url":"https://api.github.com/users/Necr0x0Der/repos","events_url":"https://api.github.com/users/Necr0x0Der/events{/privacy}","received_events_url":"https://api.github.com/users/Necr0x0Der/received_events","type":"User","site_admin":false},"created_at":"2018-09-25T06:57:43Z","updated_at":"2018-09-25T06:57:43Z","author_association":"NONE","body":"In this example, PLN is used to compute TV of a compound logical expression. It's absolutely valid usage of PLN/URE. And the problem is - if PredicateNodes are used then the output is exactly what should be expected from PLN, but if equivalent GroundedPredicates are used, then the result is incorrect meaning that the computed TVs are lost."}}
{ "id": 34678084, "name": "opencog/atomspace", "url": "https://api.github.com/repos/opencog/atomspace" }
{ "id": 10775379, "login": "Necr0x0Der", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/10775379?", "url": "https://api.github.com/users/Necr0x0Der" }
{ "id": 2109913, "login": "opencog", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2109913?", "url": "https://api.github.com/orgs/opencog" }
2018-09-25T06:57:44
8315791163
{"actor":{"display_login":"Necr0x0Der"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/ControlSystemStudio/cs-studio/issues/2094","repository_url":"https://api.github.com/repos/ControlSystemStudio/cs-studio","labels_url":"https://api.github.com/repos/ControlSystemStudio/cs-studio/issues/2094/labels{/name}","comments_url":"https://api.github.com/repos/ControlSystemStudio/cs-studio/issues/2094/comments","events_url":"https://api.github.com/repos/ControlSystemStudio/cs-studio/issues/2094/events","html_url":"https://github.com/ControlSystemStudio/cs-studio/issues/2094","id":207776432,"node_id":"MDU6SXNzdWUyMDc3NzY0MzI=","number":2094,"title":"Data Browser:Statistics on the trace","user":{"login":"claudio-rosati","id":10833922,"node_id":"MDQ6VXNlcjEwODMzOTIy","avatar_url":"https://avatars1.githubusercontent.com/u/10833922?v=4","gravatar_id":"","url":"https://api.github.com/users/claudio-rosati","html_url":"https://github.com/claudio-rosati","followers_url":"https://api.github.com/users/claudio-rosati/followers","following_url":"https://api.github.com/users/claudio-rosati/following{/other_user}","gists_url":"https://api.github.com/users/claudio-rosati/gists{/gist_id}","starred_url":"https://api.github.com/users/claudio-rosati/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/claudio-rosati/subscriptions","organizations_url":"https://api.github.com/users/claudio-rosati/orgs","repos_url":"https://api.github.com/users/claudio-rosati/repos","events_url":"https://api.github.com/users/claudio-rosati/events{/privacy}","received_events_url":"https://api.github.com/users/claudio-rosati/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/ControlSystemStudio/cs-studio/milestones/45","html_url":"https://github.com/ControlSystemStudio/cs-studio/milestone/45","labels_url":"https://api.github.com/repos/ControlSystemStudio/cs-studio/milestones/45/labels","id":2271197,"node_id":"MDk6TWlsZXN0b25lMjI3MTE5Nw==","number":45,"title":"4.5.0 - testing (master)","description":"","creator":{"login":"berryma4","id":854021,"node_id":"MDQ6VXNlcjg1NDAyMQ==","avatar_url":"https://avatars1.githubusercontent.com/u/854021?v=4","gravatar_id":"","url":"https://api.github.com/users/berryma4","html_url":"https://github.com/berryma4","followers_url":"https://api.github.com/users/berryma4/followers","following_url":"https://api.github.com/users/berryma4/following{/other_user}","gists_url":"https://api.github.com/users/berryma4/gists{/gist_id}","starred_url":"https://api.github.com/users/berryma4/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/berryma4/subscriptions","organizations_url":"https://api.github.com/users/berryma4/orgs","repos_url":"https://api.github.com/users/berryma4/repos","events_url":"https://api.github.com/users/berryma4/events{/privacy}","received_events_url":"https://api.github.com/users/berryma4/received_events","type":"User","site_admin":false},"open_issues":41,"closed_issues":277,"state":"closed","created_at":"2017-01-23T13:06:12Z","updated_at":"2018-06-12T16:11:42Z","due_on":"2017-07-31T07:00:00Z","closed_at":"2018-04-04T18:41:02Z"},"comments":0,"created_at":"2017-02-15T11:21:15Z","updated_at":"2018-06-12T16:11:42Z","closed_at":"2018-06-12T16:11:42Z","author_association":"CONTRIBUTOR","body":"Here another request for a colleague at ESS:\r\n\r\nIs it possible to get couple of statistical numbers of a trace in Data browser. We would like to see minimum, maximum, standard deviation and mean of a plotted trace.\r\n\r\n![35568_screenshot_2017-02-15_12-10-47](https://cloud.githubusercontent.com/assets/10833922/22972265/33b51f48-f379-11e6-8f8b-a746bc4b19d2.png)\r\n"},"comment":{"url":"https://api.github.com/repos/ControlSystemStudio/cs-studio/issues/comments/396646997","html_url":"https://github.com/ControlSystemStudio/cs-studio/issues/2094#issuecomment-396646997","issue_url":"https://api.github.com/repos/ControlSystemStudio/cs-studio/issues/2094","id":396646997,"node_id":"MDEyOklzc3VlQ29tbWVudDM5NjY0Njk5Nw==","user":{"login":"berryma4","id":854021,"node_id":"MDQ6VXNlcjg1NDAyMQ==","avatar_url":"https://avatars1.githubusercontent.com/u/854021?v=4","gravatar_id":"","url":"https://api.github.com/users/berryma4","html_url":"https://github.com/berryma4","followers_url":"https://api.github.com/users/berryma4/followers","following_url":"https://api.github.com/users/berryma4/following{/other_user}","gists_url":"https://api.github.com/users/berryma4/gists{/gist_id}","starred_url":"https://api.github.com/users/berryma4/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/berryma4/subscriptions","organizations_url":"https://api.github.com/users/berryma4/orgs","repos_url":"https://api.github.com/users/berryma4/repos","events_url":"https://api.github.com/users/berryma4/events{/privacy}","received_events_url":"https://api.github.com/users/berryma4/received_events","type":"User","site_admin":false},"created_at":"2018-06-12T16:11:42Z","updated_at":"2018-06-12T16:11:42Z","author_association":"MEMBER","body":"This is supported."}}
{ "id": 5706983, "name": "ControlSystemStudio/cs-studio", "url": "https://api.github.com/repos/ControlSystemStudio/cs-studio" }
{ "id": 854021, "login": "berryma4", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/854021?", "url": "https://api.github.com/users/berryma4" }
{ "id": 2117035, "login": "ControlSystemStudio", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2117035?", "url": "https://api.github.com/orgs/ControlSystemStudio" }
2018-06-12T16:11:42
7813545337
{"actor":{"display_login":"berryma4"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/EFForg/https-everywhere/issues/16669","repository_url":"https://api.github.com/repos/EFForg/https-everywhere","labels_url":"https://api.github.com/repos/EFForg/https-everywhere/issues/16669/labels{/name}","comments_url":"https://api.github.com/repos/EFForg/https-everywhere/issues/16669/comments","events_url":"https://api.github.com/repos/EFForg/https-everywhere/issues/16669/events","html_url":"https://github.com/EFForg/https-everywhere/issues/16669","id":366119965,"node_id":"MDU6SXNzdWUzNjYxMTk5NjU=","number":16669,"title":"UX Audit and Recommendations","user":{"login":"glenn-sorrentino","id":28545431,"node_id":"MDQ6VXNlcjI4NTQ1NDMx","avatar_url":"https://avatars3.githubusercontent.com/u/28545431?v=4","gravatar_id":"","url":"https://api.github.com/users/glenn-sorrentino","html_url":"https://github.com/glenn-sorrentino","followers_url":"https://api.github.com/users/glenn-sorrentino/followers","following_url":"https://api.github.com/users/glenn-sorrentino/following{/other_user}","gists_url":"https://api.github.com/users/glenn-sorrentino/gists{/gist_id}","starred_url":"https://api.github.com/users/glenn-sorrentino/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/glenn-sorrentino/subscriptions","organizations_url":"https://api.github.com/users/glenn-sorrentino/orgs","repos_url":"https://api.github.com/users/glenn-sorrentino/repos","events_url":"https://api.github.com/users/glenn-sorrentino/events{/privacy}","received_events_url":"https://api.github.com/users/glenn-sorrentino/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":2,"created_at":"2018-10-02T23:38:17Z","updated_at":"2018-10-03T15:05:08Z","closed_at":null,"author_association":"NONE","body":"[//]: # (Thank you for reporting an issue to HTTPS Everywhere.)\r\n[//]: # (We welcome input from users on improving this project.)\r\n[//]: #\r\n[//]: # (Please help us by following this issue template.)\r\n[//]: # (You can delete all blank lines and all lines starting)\r\n[//]: # (with the comment marker, such as this one.)\r\n[//]: #\r\n[//]: # (Delete all but one of the following \"Type\" lines.)\r\n[//]: # (Leave in the line that best describes the issue you are reporting.)\r\n[//]: #\r\n[//]: # (If you are submitting a new ruleset, please check the list at)\r\n[//]: # (https://www.eff.org/https-everywhere/atlas/index.html and the open)\r\n[//]: # (issues and pull requests to make sure it doesn't already exist.)\r\n\r\nType: other\r\n\r\nHi everyone, I'm Glenn. I've contributed UX and visual design to Signal, Haven, and OnionShare in the past, and I put together a [UX audit and design recommendations](https://github.com/EFForg/https-everywhere/files/2440776/HTTPS.Everywhere.UX.pdf) for HTTPS Everywhere. I'd love your thoughts and feedback...\r\n\r\n**The Problem - UX Hypothesis**\r\nThe functionality within the extension panel uses mixed metaphors for the UI and inconsistent hierarchical groupings of functionality which can lead to confusion and frustration for users and create barriers to interaction or adoption.\r\n\r\n**The Problem - Visual Hypothesis**\r\nWith the evolving UX of the competitive landscape, the design language and UI of HTTPS Everywhere has become dated.\r\n\r\n**The Opportunity**\r\nBy creating hierarchical groupings of functionality and by using appropriate controls in the UI, we can create a highly usable and beautiful user experience.\r\n\r\n[Download UX Audit](https://github.com/EFForg/https-everywhere/files/2440776/HTTPS.Everywhere.UX.pdf)\r\n\r\n![https everywhere ux](https://user-images.githubusercontent.com/28545431/46392812-8778c380-c697-11e8-974a-dafb4272292e.jpg)\r\n\r\n![https everywhere ux 1](https://user-images.githubusercontent.com/28545431/46382377-a3607300-c65f-11e8-85e3-3dd7a02e1559.jpg)\r\n\r\n![https everywhere ux 2](https://user-images.githubusercontent.com/28545431/46382378-a3607300-c65f-11e8-8aea-b135dd613beb.jpg)\r\n\r\n![https everywhere ux 3](https://user-images.githubusercontent.com/28545431/46382379-a3607300-c65f-11e8-9f7d-901ebee08ae0.jpg)\r\n\r\n![https everywhere ux 4](https://user-images.githubusercontent.com/28545431/46382380-a3607300-c65f-11e8-958b-62b7572265fb.jpg)\r\n\r\n![https everywhere ux 5](https://user-images.githubusercontent.com/28545431/46382381-a3607300-c65f-11e8-8876-a0b7afb7bb48.jpg)\r\n\r\n![https everywhere ux 6](https://user-images.githubusercontent.com/28545431/46382382-a3607300-c65f-11e8-8a87-6781fc6b275d.jpg)\r\n\r\n![https everywhere ux 7](https://user-images.githubusercontent.com/28545431/46382383-a3f90980-c65f-11e8-88d9-5564213bfdbb.jpg)\r\n\r\n![https everywhere ux 8](https://user-images.githubusercontent.com/28545431/46382384-a3f90980-c65f-11e8-861c-d5929e62094f.jpg)\r\n\r\n![https everywhere ux 9](https://user-images.githubusercontent.com/28545431/46382385-a3f90980-c65f-11e8-88c5-c7733bf05027.jpg)\r\n\r\n![https everywhere ux 10](https://user-images.githubusercontent.com/28545431/46382386-a3f90980-c65f-11e8-9b1b-9f49be23bcc9.jpg)\r\n\r\n![https everywhere ux 11](https://user-images.githubusercontent.com/28545431/46382387-a3f90980-c65f-11e8-812d-e8870b13c1de.jpg)\r\n\r\n![https everywhere ux 12](https://user-images.githubusercontent.com/28545431/46382388-a3f90980-c65f-11e8-99b9-256c7c04e89b.jpg)\r\n\r\n![https everywhere ux 13](https://user-images.githubusercontent.com/28545431/46382389-a3f90980-c65f-11e8-84ca-f7ec594fe77b.jpg)\r\n\r\n![https everywhere ux 14](https://user-images.githubusercontent.com/28545431/46382390-a491a000-c65f-11e8-9c66-b03041b91355.jpg)\r\n\r\n![https everywhere ux 15](https://user-images.githubusercontent.com/28545431/46382391-a491a000-c65f-11e8-87f0-252867f22268.jpg)\r\n\r\n![https everywhere ux 16](https://user-images.githubusercontent.com/28545431/46382392-a491a000-c65f-11e8-82d7-32c549ad207d.jpg)\r\n\r\n![https everywhere ux 17](https://user-images.githubusercontent.com/28545431/46382393-a491a000-c65f-11e8-9e59-8e1d7f19a0bf.jpg)\r\n\r\n![https everywhere ux 18](https://user-images.githubusercontent.com/28545431/46382394-a491a000-c65f-11e8-91fa-1fd73cfd3111.jpg)\r\n\r\n![https everywhere ux 19](https://user-images.githubusercontent.com/28545431/46382395-a491a000-c65f-11e8-8f9e-bff2ecaa7b25.jpg)\r\n\r\n![https everywhere ux 21](https://user-images.githubusercontent.com/28545431/46383978-1372f700-c668-11e8-9362-f6f7f8d3eba7.jpg)\r\n\r\n![https everywhere ux 20](https://user-images.githubusercontent.com/28545431/46382396-a52a3680-c65f-11e8-8b62-512a2cf66e41.jpg)\r\n\r\n\r\n\r\n\r\n[//]: # (If you are reporting a ruleset/website problem, include the top-level)\r\n[//]: # (domain below. For example, if you want to report an issue about)\r\n[//]: # (\"one.example.com\" and \"two.example.com\", then the line below should)\r\n[//]: # (be:)\r\n[//]: #\r\n[//]: # (Domain: example.com)\r\n[//]: #\r\n[//]: # (Be sure to remove the parenthesis and comment marker. If you are only)\r\n[//]: # (reporting an issue about \"one.example.com\", then the line below should)\r\n[//]: # (be:)\r\n[//]: #\r\n[//]: # (Domain: one.example.com) \r\n[//]: #\r\n[//]: # (Only include one top-level domain. If you have more than one top-level)\r\n[//]: # (domain to report, such as both \"example.com\" and \"example.org\", open a)\r\n[//]: # (new issue for each top-level domain.)\r\n[//]: #\r\n[//]: # (If you are not reporting a ruleset/website problem, you can delete the)\r\n[//]: # (\"Domain\" line or leave it blank.)\r\n\r\n[//]: # (Include any other relevant information below. Thank you again for)\r\n[//]: # (helping to improve HTTPS Everywhere.)\r\n"},"comment":{"url":"https://api.github.com/repos/EFForg/https-everywhere/issues/comments/426671828","html_url":"https://github.com/EFForg/https-everywhere/issues/16669#issuecomment-426671828","issue_url":"https://api.github.com/repos/EFForg/https-everywhere/issues/16669","id":426671828,"node_id":"MDEyOklzc3VlQ29tbWVudDQyNjY3MTgyOA==","user":{"login":"glenn-sorrentino","id":28545431,"node_id":"MDQ6VXNlcjI4NTQ1NDMx","avatar_url":"https://avatars3.githubusercontent.com/u/28545431?v=4","gravatar_id":"","url":"https://api.github.com/users/glenn-sorrentino","html_url":"https://github.com/glenn-sorrentino","followers_url":"https://api.github.com/users/glenn-sorrentino/followers","following_url":"https://api.github.com/users/glenn-sorrentino/following{/other_user}","gists_url":"https://api.github.com/users/glenn-sorrentino/gists{/gist_id}","starred_url":"https://api.github.com/users/glenn-sorrentino/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/glenn-sorrentino/subscriptions","organizations_url":"https://api.github.com/users/glenn-sorrentino/orgs","repos_url":"https://api.github.com/users/glenn-sorrentino/repos","events_url":"https://api.github.com/users/glenn-sorrentino/events{/privacy}","received_events_url":"https://api.github.com/users/glenn-sorrentino/received_events","type":"User","site_admin":false},"created_at":"2018-10-03T15:05:08Z","updated_at":"2018-10-03T15:05:08Z","author_association":"NONE","body":"@Hainish My pleasure. I just updated the document with @cschanaj's suggestions.\r\n\r\n@cschanaj - I added an accordion section for the URLs so that the use case you suggested is covered. I also added a section-by-section \"Reset\" so that it gives more flexibility to the user. Also good suggestion about how deep the other settings are - I added a \"Settings\" link in the last section of the menu! \r\n\r\n![updated-menu](https://user-images.githubusercontent.com/28545431/46419531-f7606b80-c6e2-11e8-8c51-30c9540b7387.png)\r\n "}}
{ "id": 14939303, "name": "EFForg/https-everywhere", "url": "https://api.github.com/repos/EFForg/https-everywhere" }
{ "id": 28545431, "login": "glenn-sorrentino", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/28545431?", "url": "https://api.github.com/users/glenn-sorrentino" }
{ "id": 2120271, "login": "EFForg", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2120271?", "url": "https://api.github.com/orgs/EFForg" }
2018-10-03T15:05:09
8361758433
{"actor":{"display_login":"glenn-sorrentino"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/qbittorrent/qBittorrent/issues/4424","repository_url":"https://api.github.com/repos/qbittorrent/qBittorrent","labels_url":"https://api.github.com/repos/qbittorrent/qBittorrent/issues/4424/labels{/name}","comments_url":"https://api.github.com/repos/qbittorrent/qBittorrent/issues/4424/comments","events_url":"https://api.github.com/repos/qbittorrent/qBittorrent/issues/4424/events","html_url":"https://github.com/qbittorrent/qBittorrent/issues/4424","id":123144271,"node_id":"MDU6SXNzdWUxMjMxNDQyNzE=","number":4424,"title":"How do I add webseeds in qbittorrent ?","user":{"login":"shirishag75","id":727626,"node_id":"MDQ6VXNlcjcyNzYyNg==","avatar_url":"https://avatars0.githubusercontent.com/u/727626?v=4","gravatar_id":"","url":"https://api.github.com/users/shirishag75","html_url":"https://github.com/shirishag75","followers_url":"https://api.github.com/users/shirishag75/followers","following_url":"https://api.github.com/users/shirishag75/following{/other_user}","gists_url":"https://api.github.com/users/shirishag75/gists{/gist_id}","starred_url":"https://api.github.com/users/shirishag75/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/shirishag75/subscriptions","organizations_url":"https://api.github.com/users/shirishag75/orgs","repos_url":"https://api.github.com/users/shirishag75/repos","events_url":"https://api.github.com/users/shirishag75/events{/privacy}","received_events_url":"https://api.github.com/users/shirishag75/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":1,"created_at":"2015-12-20T08:36:56Z","updated_at":"2018-07-24T18:46:15Z","closed_at":"2018-07-24T18:46:15Z","author_association":"NONE","body":"Hi all, \n\nI am running qbittorrent 3.2.5.1 from Debian. I tried to add a webseed URL in peers but it doesn't work. It errors with qbittorrent saying that the IP Address I provide is invalid. If I add the webseed URL as a tracker it says not working but I know for a fact it works. What to do ?\n"},"comment":{"url":"https://api.github.com/repos/qbittorrent/qBittorrent/issues/comments/407512016","html_url":"https://github.com/qbittorrent/qBittorrent/issues/4424#issuecomment-407512016","issue_url":"https://api.github.com/repos/qbittorrent/qBittorrent/issues/4424","id":407512016,"node_id":"MDEyOklzc3VlQ29tbWVudDQwNzUxMjAxNg==","user":{"login":"thalieht","id":6451685,"node_id":"MDQ6VXNlcjY0NTE2ODU=","avatar_url":"https://avatars0.githubusercontent.com/u/6451685?v=4","gravatar_id":"","url":"https://api.github.com/users/thalieht","html_url":"https://github.com/thalieht","followers_url":"https://api.github.com/users/thalieht/followers","following_url":"https://api.github.com/users/thalieht/following{/other_user}","gists_url":"https://api.github.com/users/thalieht/gists{/gist_id}","starred_url":"https://api.github.com/users/thalieht/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/thalieht/subscriptions","organizations_url":"https://api.github.com/users/thalieht/orgs","repos_url":"https://api.github.com/users/thalieht/repos","events_url":"https://api.github.com/users/thalieht/events{/privacy}","received_events_url":"https://api.github.com/users/thalieht/received_events","type":"User","site_admin":false},"created_at":"2018-07-24T18:46:15Z","updated_at":"2018-07-24T18:46:15Z","author_association":"CONTRIBUTOR","body":"Add them in the HTTP Sources tab."}}
{ "id": 3351871, "name": "qbittorrent/qBittorrent", "url": "https://api.github.com/repos/qbittorrent/qBittorrent" }
{ "id": 6451685, "login": "thalieht", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/6451685?", "url": "https://api.github.com/users/thalieht" }
{ "id": 2131270, "login": "qbittorrent", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2131270?", "url": "https://api.github.com/orgs/qbittorrent" }
2018-07-24T18:46:15
8012069421
{"actor":{"display_login":"thalieht"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/qbittorrent/qBittorrent/issues/9919","repository_url":"https://api.github.com/repos/qbittorrent/qBittorrent","labels_url":"https://api.github.com/repos/qbittorrent/qBittorrent/issues/9919/labels{/name}","comments_url":"https://api.github.com/repos/qbittorrent/qBittorrent/issues/9919/comments","events_url":"https://api.github.com/repos/qbittorrent/qBittorrent/issues/9919/events","html_url":"https://github.com/qbittorrent/qBittorrent/pull/9919","id":384113335,"node_id":"MDExOlB1bGxSZXF1ZXN0MjMzMzk3MTM2","number":9919,"title":"Show ellipsis when WebUI sidebar is too narrow","user":{"login":"Piccirello","id":8296030,"node_id":"MDQ6VXNlcjgyOTYwMzA=","avatar_url":"https://avatars1.githubusercontent.com/u/8296030?v=4","gravatar_id":"","url":"https://api.github.com/users/Piccirello","html_url":"https://github.com/Piccirello","followers_url":"https://api.github.com/users/Piccirello/followers","following_url":"https://api.github.com/users/Piccirello/following{/other_user}","gists_url":"https://api.github.com/users/Piccirello/gists{/gist_id}","starred_url":"https://api.github.com/users/Piccirello/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Piccirello/subscriptions","organizations_url":"https://api.github.com/users/Piccirello/orgs","repos_url":"https://api.github.com/users/Piccirello/repos","events_url":"https://api.github.com/users/Piccirello/events{/privacy}","received_events_url":"https://api.github.com/users/Piccirello/received_events","type":"User","site_admin":false},"labels":[{"id":36746818,"node_id":"MDU6TGFiZWwzNjc0NjgxOA==","url":"https://api.github.com/repos/qbittorrent/qBittorrent/labels/WebUI","name":"WebUI","color":"006b75","default":false}],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/qbittorrent/qBittorrent/milestones/50","html_url":"https://github.com/qbittorrent/qBittorrent/milestone/50","labels_url":"https://api.github.com/repos/qbittorrent/qBittorrent/milestones/50/labels","id":3829917,"node_id":"MDk6TWlsZXN0b25lMzgyOTkxNw==","number":50,"title":"4.1.5","description":"","creator":{"login":"sledgehammer999","id":273315,"node_id":"MDQ6VXNlcjI3MzMxNQ==","avatar_url":"https://avatars0.githubusercontent.com/u/273315?v=4","gravatar_id":"","url":"https://api.github.com/users/sledgehammer999","html_url":"https://github.com/sledgehammer999","followers_url":"https://api.github.com/users/sledgehammer999/followers","following_url":"https://api.github.com/users/sledgehammer999/following{/other_user}","gists_url":"https://api.github.com/users/sledgehammer999/gists{/gist_id}","starred_url":"https://api.github.com/users/sledgehammer999/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sledgehammer999/subscriptions","organizations_url":"https://api.github.com/users/sledgehammer999/orgs","repos_url":"https://api.github.com/users/sledgehammer999/repos","events_url":"https://api.github.com/users/sledgehammer999/events{/privacy}","received_events_url":"https://api.github.com/users/sledgehammer999/received_events","type":"User","site_admin":false},"open_issues":8,"closed_issues":5,"state":"open","created_at":"2018-11-19T01:39:23Z","updated_at":"2018-11-27T13:02:22Z","due_on":null,"closed_at":null},"comments":0,"created_at":"2018-11-25T20:07:37Z","updated_at":"2018-11-27T13:02:28Z","closed_at":"2018-11-27T13:02:22Z","author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/qbittorrent/qBittorrent/pulls/9919","html_url":"https://github.com/qbittorrent/qBittorrent/pull/9919","diff_url":"https://github.com/qbittorrent/qBittorrent/pull/9919.diff","patch_url":"https://github.com/qbittorrent/qBittorrent/pull/9919.patch"},"body":"Also allows the WebUI sidebar to be collapsed (dragged to a width of 1).\r\n\r\nBefore:\r\n<img width=\"130\" alt=\"screen shot 2018-11-25 at 2 45 30 pm\" src=\"https://user-images.githubusercontent.com/8296030/48983972-cc334080-f0c3-11e8-8bfd-82fda7d651d9.png\">\r\n\r\nAfter:\r\n<img width=\"130\" alt=\"screen shot 2018-11-25 at 2 45 05 pm\" src=\"https://user-images.githubusercontent.com/8296030/48983974-ce959a80-f0c3-11e8-952b-0c5030bb1f71.png\">\r\n"},"comment":{"url":"https://api.github.com/repos/qbittorrent/qBittorrent/issues/comments/442050269","html_url":"https://github.com/qbittorrent/qBittorrent/pull/9919#issuecomment-442050269","issue_url":"https://api.github.com/repos/qbittorrent/qBittorrent/issues/9919","id":442050269,"node_id":"MDEyOklzc3VlQ29tbWVudDQ0MjA1MDI2OQ==","user":{"login":"Chocobo1","id":9395168,"node_id":"MDQ6VXNlcjkzOTUxNjg=","avatar_url":"https://avatars2.githubusercontent.com/u/9395168?v=4","gravatar_id":"","url":"https://api.github.com/users/Chocobo1","html_url":"https://github.com/Chocobo1","followers_url":"https://api.github.com/users/Chocobo1/followers","following_url":"https://api.github.com/users/Chocobo1/following{/other_user}","gists_url":"https://api.github.com/users/Chocobo1/gists{/gist_id}","starred_url":"https://api.github.com/users/Chocobo1/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Chocobo1/subscriptions","organizations_url":"https://api.github.com/users/Chocobo1/orgs","repos_url":"https://api.github.com/users/Chocobo1/repos","events_url":"https://api.github.com/users/Chocobo1/events{/privacy}","received_events_url":"https://api.github.com/users/Chocobo1/received_events","type":"User","site_admin":false},"created_at":"2018-11-27T13:02:28Z","updated_at":"2018-11-27T13:02:28Z","author_association":"MEMBER","body":"Thanks!"}}
{ "id": 3351871, "name": "qbittorrent/qBittorrent", "url": "https://api.github.com/repos/qbittorrent/qBittorrent" }
{ "id": 9395168, "login": "Chocobo1", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/9395168?", "url": "https://api.github.com/users/Chocobo1" }
{ "id": 2131270, "login": "qbittorrent", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2131270?", "url": "https://api.github.com/orgs/qbittorrent" }
2018-11-27T13:02:28
8654193392
{"actor":{"display_login":"Chocobo1"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/Polymer/lit-html/issues/637","repository_url":"https://api.github.com/repos/Polymer/lit-html","labels_url":"https://api.github.com/repos/Polymer/lit-html/issues/637/labels{/name}","comments_url":"https://api.github.com/repos/Polymer/lit-html/issues/637/comments","events_url":"https://api.github.com/repos/Polymer/lit-html/issues/637/events","html_url":"https://github.com/Polymer/lit-html/pull/637","id":381931756,"node_id":"MDExOlB1bGxSZXF1ZXN0MjMxNzcwNDY3","number":637,"title":"Fix Docs url","user":{"login":"newbornfrontender","id":34810942,"node_id":"MDQ6VXNlcjM0ODEwOTQy","avatar_url":"https://avatars0.githubusercontent.com/u/34810942?v=4","gravatar_id":"","url":"https://api.github.com/users/newbornfrontender","html_url":"https://github.com/newbornfrontender","followers_url":"https://api.github.com/users/newbornfrontender/followers","following_url":"https://api.github.com/users/newbornfrontender/following{/other_user}","gists_url":"https://api.github.com/users/newbornfrontender/gists{/gist_id}","starred_url":"https://api.github.com/users/newbornfrontender/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/newbornfrontender/subscriptions","organizations_url":"https://api.github.com/users/newbornfrontender/orgs","repos_url":"https://api.github.com/users/newbornfrontender/repos","events_url":"https://api.github.com/users/newbornfrontender/events{/privacy}","received_events_url":"https://api.github.com/users/newbornfrontender/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2018-11-18T05:56:03Z","updated_at":"2018-11-18T05:56:07Z","closed_at":null,"author_association":"NONE","pull_request":{"url":"https://api.github.com/repos/Polymer/lit-html/pulls/637","html_url":"https://github.com/Polymer/lit-html/pull/637","diff_url":"https://github.com/Polymer/lit-html/pull/637.diff","patch_url":"https://github.com/Polymer/lit-html/pull/637.patch"},"body":""},"comment":{"url":"https://api.github.com/repos/Polymer/lit-html/issues/comments/439669939","html_url":"https://github.com/Polymer/lit-html/pull/637#issuecomment-439669939","issue_url":"https://api.github.com/repos/Polymer/lit-html/issues/637","id":439669939,"node_id":"MDEyOklzc3VlQ29tbWVudDQzOTY2OTkzOQ==","user":{"login":"googlebot","id":5384588,"node_id":"MDQ6VXNlcjUzODQ1ODg=","avatar_url":"https://avatars3.githubusercontent.com/u/5384588?v=4","gravatar_id":"","url":"https://api.github.com/users/googlebot","html_url":"https://github.com/googlebot","followers_url":"https://api.github.com/users/googlebot/followers","following_url":"https://api.github.com/users/googlebot/following{/other_user}","gists_url":"https://api.github.com/users/googlebot/gists{/gist_id}","starred_url":"https://api.github.com/users/googlebot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/googlebot/subscriptions","organizations_url":"https://api.github.com/users/googlebot/orgs","repos_url":"https://api.github.com/users/googlebot/repos","events_url":"https://api.github.com/users/googlebot/events{/privacy}","received_events_url":"https://api.github.com/users/googlebot/received_events","type":"User","site_admin":false},"created_at":"2018-11-18T05:56:07Z","updated_at":"2018-11-18T05:56:07Z","author_association":"NONE","body":"\nThanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).\n\n:memo: **Please visit <https://cla.developers.google.com/> to sign.**\n\nOnce you've signed (or fixed any issues), please reply here (e.g. `I signed it!`) and we'll verify it.\n\n----\n\n#### What to do if you already signed the CLA\n\n##### Individual signers\n\n* It's possible we don't have your GitHub username or you're using a different email address on your commit. Check [your existing CLA data](https://cla.developers.google.com/clas) and verify that your [email is set on your git commits](https://help.github.com/articles/setting-your-email-in-git/).\n\n##### Corporate signers\n\n* Your company has a Point of Contact who decides which employees are authorized to participate. Ask your POC to be added to the group of authorized contributors. If you don't know who your Point of Contact is, direct the Google project maintainer to [go/cla#troubleshoot](http://go/cla#troubleshoot) ([Public version](https://opensource.google.com/docs/cla/#troubleshoot)).\n* The email used to register you as an authorized contributor must be the email used for the Git commit. Check [your existing CLA data](https://cla.developers.google.com/clas) and verify that your [email is set on your git commits](https://help.github.com/articles/setting-your-email-in-git/).\n* The email used to register you as an authorized contributor must also be [attached to your GitHub account](https://github.com/settings/emails).\n\t\t\n\n<!-- need_sender_cla -->"}}
{ "id": 95797174, "name": "Polymer/lit-html", "url": "https://api.github.com/repos/Polymer/lit-html" }
{ "id": 5384588, "login": "googlebot", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/5384588?", "url": "https://api.github.com/users/googlebot" }
{ "id": 2159051, "login": "Polymer", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2159051?", "url": "https://api.github.com/orgs/Polymer" }
2018-11-18T05:56:07
8607963648
{"actor":{"display_login":"googlebot"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/NCEAS/morpho/issues/3","repository_url":"https://api.github.com/repos/NCEAS/morpho","labels_url":"https://api.github.com/repos/NCEAS/morpho/issues/3/labels{/name}","comments_url":"https://api.github.com/repos/NCEAS/morpho/issues/3/comments","events_url":"https://api.github.com/repos/NCEAS/morpho/issues/3/events","html_url":"https://github.com/NCEAS/morpho/issues/3","id":302540877,"number":3,"title":"mde won't load because of hardcoded image paths","user":{"login":"mbjones","id":766407,"avatar_url":"https://avatars0.githubusercontent.com/u/766407?v=4","gravatar_id":"","url":"https://api.github.com/users/mbjones","html_url":"https://github.com/mbjones","followers_url":"https://api.github.com/users/mbjones/followers","following_url":"https://api.github.com/users/mbjones/following{/other_user}","gists_url":"https://api.github.com/users/mbjones/gists{/gist_id}","starred_url":"https://api.github.com/users/mbjones/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbjones/subscriptions","organizations_url":"https://api.github.com/users/mbjones/orgs","repos_url":"https://api.github.com/users/mbjones/repos","events_url":"https://api.github.com/users/mbjones/events{/privacy}","received_events_url":"https://api.github.com/users/mbjones/received_events","type":"User","site_admin":false},"labels":[{"id":857311437,"url":"https://api.github.com/repos/NCEAS/morpho/labels/Category:%20obsolete%20-%20mde","name":"Category: obsolete - mde","color":"ededed","default":false},{"id":857311439,"url":"https://api.github.com/repos/NCEAS/morpho/labels/Component:%20Bugzilla-Id","name":"Component: Bugzilla-Id","color":"ededed","default":false},{"id":857311797,"url":"https://api.github.com/repos/NCEAS/morpho/labels/Priority:%20Immediate","name":"Priority: Immediate","color":"ededed","default":false},{"id":857311795,"url":"https://api.github.com/repos/NCEAS/morpho/labels/Status:%20Closed","name":"Status: Closed","color":"ededed","default":false},{"id":857311432,"url":"https://api.github.com/repos/NCEAS/morpho/labels/Tracker:%20Bug","name":"Tracker: Bug","color":"ededed","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/NCEAS/morpho/milestones/2","html_url":"https://github.com/NCEAS/morpho/milestone/2","labels_url":"https://api.github.com/repos/NCEAS/morpho/milestones/2/labels","id":3164131,"number":2,"title":"Sep2000","description":null,"creator":{"login":"mbjones","id":766407,"avatar_url":"https://avatars0.githubusercontent.com/u/766407?v=4","gravatar_id":"","url":"https://api.github.com/users/mbjones","html_url":"https://github.com/mbjones","followers_url":"https://api.github.com/users/mbjones/followers","following_url":"https://api.github.com/users/mbjones/following{/other_user}","gists_url":"https://api.github.com/users/mbjones/gists{/gist_id}","starred_url":"https://api.github.com/users/mbjones/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbjones/subscriptions","organizations_url":"https://api.github.com/users/mbjones/orgs","repos_url":"https://api.github.com/users/mbjones/repos","events_url":"https://api.github.com/users/mbjones/events{/privacy}","received_events_url":"https://api.github.com/users/mbjones/received_events","type":"User","site_admin":false},"open_issues":1,"closed_issues":0,"state":"open","created_at":"2018-03-06T02:32:41Z","updated_at":"2018-03-06T02:32:42Z","due_on":null,"closed_at":null},"comments":4,"created_at":"2018-03-06T02:32:41Z","updated_at":"2018-03-06T02:32:44Z","closed_at":null,"author_association":"CONTRIBUTOR","body":"---\n\n\nAuthor Name: **Matt Jones** (Matt Jones)\nOriginal Redmine Issue: 5, https://projects.ecoinformatics.org/ecoinfo/issues/5\nOriginal Date: 2000-01-07\nOriginal Assignee: Matt Jones\n\n---\n\nThe CustomTreeCellRenderer class has hardcoded paths for images that were\r\nspecific to Windows platforms. Trying to run on linux causes crash.\n\n\n"},"comment":{"url":"https://api.github.com/repos/NCEAS/morpho/issues/comments/370640717","html_url":"https://github.com/NCEAS/morpho/issues/3#issuecomment-370640717","issue_url":"https://api.github.com/repos/NCEAS/morpho/issues/3","id":370640717,"user":{"login":"mbjones","id":766407,"avatar_url":"https://avatars0.githubusercontent.com/u/766407?v=4","gravatar_id":"","url":"https://api.github.com/users/mbjones","html_url":"https://github.com/mbjones","followers_url":"https://api.github.com/users/mbjones/followers","following_url":"https://api.github.com/users/mbjones/following{/other_user}","gists_url":"https://api.github.com/users/mbjones/gists{/gist_id}","starred_url":"https://api.github.com/users/mbjones/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbjones/subscriptions","organizations_url":"https://api.github.com/users/mbjones/orgs","repos_url":"https://api.github.com/users/mbjones/repos","events_url":"https://api.github.com/users/mbjones/events{/privacy}","received_events_url":"https://api.github.com/users/mbjones/received_events","type":"User","site_admin":false},"created_at":"2018-03-06T02:32:44Z","updated_at":"2018-03-06T02:32:44Z","author_association":"CONTRIBUTOR","body":"---\n\nOriginal Redmine Comment\nAuthor Name: **Redmine Admin** (Redmine Admin)\nOriginal Date: 2013-03-27T21:13:05Z\n\n---\n\nOriginal Bugzilla ID was 5"}}
{ "id": 116245994, "name": "NCEAS/morpho", "url": "https://api.github.com/repos/NCEAS/morpho" }
{ "id": 766407, "login": "mbjones", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/766407?", "url": "https://api.github.com/users/mbjones" }
{ "id": 2159348, "login": "NCEAS", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2159348?", "url": "https://api.github.com/orgs/NCEAS" }
2018-03-06T02:32:44
7335186367
{"actor":{"display_login":"mbjones"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/NCEAS/metadig-engine/issues/84","repository_url":"https://api.github.com/repos/NCEAS/metadig-engine","labels_url":"https://api.github.com/repos/NCEAS/metadig-engine/issues/84/labels{/name}","comments_url":"https://api.github.com/repos/NCEAS/metadig-engine/issues/84/comments","events_url":"https://api.github.com/repos/NCEAS/metadig-engine/issues/84/events","html_url":"https://github.com/NCEAS/metadig-engine/issues/84","id":250121660,"node_id":"MDU6SXNzdWUyNTAxMjE2NjA=","number":84,"title":"Weird error in Arctic suite","user":{"login":"amoeba","id":563,"node_id":"MDQ6VXNlcjU2Mw==","avatar_url":"https://avatars2.githubusercontent.com/u/563?v=4","gravatar_id":"","url":"https://api.github.com/users/amoeba","html_url":"https://github.com/amoeba","followers_url":"https://api.github.com/users/amoeba/followers","following_url":"https://api.github.com/users/amoeba/following{/other_user}","gists_url":"https://api.github.com/users/amoeba/gists{/gist_id}","starred_url":"https://api.github.com/users/amoeba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/amoeba/subscriptions","organizations_url":"https://api.github.com/users/amoeba/orgs","repos_url":"https://api.github.com/users/amoeba/repos","events_url":"https://api.github.com/users/amoeba/events{/privacy}","received_events_url":"https://api.github.com/users/amoeba/received_events","type":"User","site_admin":false},"labels":[{"id":392803621,"node_id":"MDU6TGFiZWwzOTI4MDM2MjE=","url":"https://api.github.com/repos/NCEAS/metadig-engine/labels/bug","name":"bug","color":"ee0701","default":true},{"id":964133370,"node_id":"MDU6TGFiZWw5NjQxMzMzNzA=","url":"https://api.github.com/repos/NCEAS/metadig-engine/labels/metadig","name":"metadig","color":"004b75","default":false},{"id":808153209,"node_id":"MDU6TGFiZWw4MDgxNTMyMDk=","url":"https://api.github.com/repos/NCEAS/metadig-engine/labels/metadig-suites","name":"metadig-suites","color":"cc7a47","default":false}],"state":"closed","locked":false,"assignee":{"login":"amoeba","id":563,"node_id":"MDQ6VXNlcjU2Mw==","avatar_url":"https://avatars2.githubusercontent.com/u/563?v=4","gravatar_id":"","url":"https://api.github.com/users/amoeba","html_url":"https://github.com/amoeba","followers_url":"https://api.github.com/users/amoeba/followers","following_url":"https://api.github.com/users/amoeba/following{/other_user}","gists_url":"https://api.github.com/users/amoeba/gists{/gist_id}","starred_url":"https://api.github.com/users/amoeba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/amoeba/subscriptions","organizations_url":"https://api.github.com/users/amoeba/orgs","repos_url":"https://api.github.com/users/amoeba/repos","events_url":"https://api.github.com/users/amoeba/events{/privacy}","received_events_url":"https://api.github.com/users/amoeba/received_events","type":"User","site_admin":false},"assignees":[{"login":"amoeba","id":563,"node_id":"MDQ6VXNlcjU2Mw==","avatar_url":"https://avatars2.githubusercontent.com/u/563?v=4","gravatar_id":"","url":"https://api.github.com/users/amoeba","html_url":"https://github.com/amoeba","followers_url":"https://api.github.com/users/amoeba/followers","following_url":"https://api.github.com/users/amoeba/following{/other_user}","gists_url":"https://api.github.com/users/amoeba/gists{/gist_id}","starred_url":"https://api.github.com/users/amoeba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/amoeba/subscriptions","organizations_url":"https://api.github.com/users/amoeba/orgs","repos_url":"https://api.github.com/users/amoeba/repos","events_url":"https://api.github.com/users/amoeba/events{/privacy}","received_events_url":"https://api.github.com/users/amoeba/received_events","type":"User","site_admin":false},{"login":"gothub","id":6412946,"node_id":"MDQ6VXNlcjY0MTI5NDY=","avatar_url":"https://avatars1.githubusercontent.com/u/6412946?v=4","gravatar_id":"","url":"https://api.github.com/users/gothub","html_url":"https://github.com/gothub","followers_url":"https://api.github.com/users/gothub/followers","following_url":"https://api.github.com/users/gothub/following{/other_user}","gists_url":"https://api.github.com/users/gothub/gists{/gist_id}","starred_url":"https://api.github.com/users/gothub/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gothub/subscriptions","organizations_url":"https://api.github.com/users/gothub/orgs","repos_url":"https://api.github.com/users/gothub/repos","events_url":"https://api.github.com/users/gothub/events{/privacy}","received_events_url":"https://api.github.com/users/gothub/received_events","type":"User","site_admin":false}],"milestone":{"url":"https://api.github.com/repos/NCEAS/metadig-engine/milestones/4","html_url":"https://github.com/NCEAS/metadig-engine/milestone/4","labels_url":"https://api.github.com/repos/NCEAS/metadig-engine/milestones/4/labels","id":3049116,"node_id":"MDk6TWlsZXN0b25lMzA0OTExNg==","number":4,"title":"1.1.3","description":"Minor functionality release for the quality engine that will include bug fixes and any new quality suites and checks","creator":{"login":"gothub","id":6412946,"node_id":"MDQ6VXNlcjY0MTI5NDY=","avatar_url":"https://avatars1.githubusercontent.com/u/6412946?v=4","gravatar_id":"","url":"https://api.github.com/users/gothub","html_url":"https://github.com/gothub","followers_url":"https://api.github.com/users/gothub/followers","following_url":"https://api.github.com/users/gothub/following{/other_user}","gists_url":"https://api.github.com/users/gothub/gists{/gist_id}","starred_url":"https://api.github.com/users/gothub/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gothub/subscriptions","organizations_url":"https://api.github.com/users/gothub/orgs","repos_url":"https://api.github.com/users/gothub/repos","events_url":"https://api.github.com/users/gothub/events{/privacy}","received_events_url":"https://api.github.com/users/gothub/received_events","type":"User","site_admin":false},"open_issues":8,"closed_issues":2,"state":"open","created_at":"2018-01-19T17:24:08Z","updated_at":"2018-08-16T02:29:25Z","due_on":"2018-07-01T07:00:00Z","closed_at":null},"comments":0,"created_at":"2017-08-14T18:57:32Z","updated_at":"2018-08-16T02:29:25Z","closed_at":"2018-08-16T02:29:25Z","author_association":"CONTRIBUTOR","body":"I've been seeing this for a while but didn't see an Issue for it.\r\n\r\nWhen I run the arctic suite on this document, \r\n\r\nhttps://arcticdata.io/catalog/#quality/doi%3A10.18739%2FA24805\r\n\r\nyou see this in the INFO section:\r\n\r\n> com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT at line 1 column 31 path $.output\r\n\r\nNot sure what's going on but that shouldn't appear in the report."},"comment":{"url":"https://api.github.com/repos/NCEAS/metadig-engine/issues/comments/413403729","html_url":"https://github.com/NCEAS/metadig-engine/issues/84#issuecomment-413403729","issue_url":"https://api.github.com/repos/NCEAS/metadig-engine/issues/84","id":413403729,"node_id":"MDEyOklzc3VlQ29tbWVudDQxMzQwMzcyOQ==","user":{"login":"gothub","id":6412946,"node_id":"MDQ6VXNlcjY0MTI5NDY=","avatar_url":"https://avatars1.githubusercontent.com/u/6412946?v=4","gravatar_id":"","url":"https://api.github.com/users/gothub","html_url":"https://github.com/gothub","followers_url":"https://api.github.com/users/gothub/followers","following_url":"https://api.github.com/users/gothub/following{/other_user}","gists_url":"https://api.github.com/users/gothub/gists{/gist_id}","starred_url":"https://api.github.com/users/gothub/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gothub/subscriptions","organizations_url":"https://api.github.com/users/gothub/orgs","repos_url":"https://api.github.com/users/gothub/repos","events_url":"https://api.github.com/users/gothub/events{/privacy}","received_events_url":"https://api.github.com/users/gothub/received_events","type":"User","site_admin":false},"created_at":"2018-08-16T02:29:25Z","updated_at":"2018-08-16T02:29:25Z","author_association":"CONTRIBUTOR","body":"Fixed in commit e3590f5ae4d24fa302e3f4350226222b32804489"}}
{ "id": 61158385, "name": "NCEAS/metadig-engine", "url": "https://api.github.com/repos/NCEAS/metadig-engine" }
{ "id": 6412946, "login": "gothub", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/6412946?", "url": "https://api.github.com/users/gothub" }
{ "id": 2159348, "login": "NCEAS", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2159348?", "url": "https://api.github.com/orgs/NCEAS" }
2018-08-16T02:29:26
8120396072
{"actor":{"display_login":"gothub"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/wyolum/ClockIOT/issues/9","repository_url":"https://api.github.com/repos/wyolum/ClockIOT","labels_url":"https://api.github.com/repos/wyolum/ClockIOT/issues/9/labels{/name}","comments_url":"https://api.github.com/repos/wyolum/ClockIOT/issues/9/comments","events_url":"https://api.github.com/repos/wyolum/ClockIOT/issues/9/events","html_url":"https://github.com/wyolum/ClockIOT/issues/9","id":367474906,"node_id":"MDU6SXNzdWUzNjc0NzQ5MDY=","number":9,"title":"USB connector anchoring","user":{"login":"Anool","id":760425,"node_id":"MDQ6VXNlcjc2MDQyNQ==","avatar_url":"https://avatars0.githubusercontent.com/u/760425?v=4","gravatar_id":"","url":"https://api.github.com/users/Anool","html_url":"https://github.com/Anool","followers_url":"https://api.github.com/users/Anool/followers","following_url":"https://api.github.com/users/Anool/following{/other_user}","gists_url":"https://api.github.com/users/Anool/gists{/gist_id}","starred_url":"https://api.github.com/users/Anool/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Anool/subscriptions","organizations_url":"https://api.github.com/users/Anool/orgs","repos_url":"https://api.github.com/users/Anool/repos","events_url":"https://api.github.com/users/Anool/events{/privacy}","received_events_url":"https://api.github.com/users/Anool/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2018-10-06T16:53:43Z","updated_at":"2018-10-06T17:27:32Z","closed_at":null,"author_association":"MEMBER","body":"USB connector could likely get pulled out if cable is yanked.\r\n\r\nInstructing SEEED to add extra solder on anchor tabs may help\r\nOR\r\nWe can add two through hole pads next to the USB connector through which a piece of copper wire (component lead) can be soldered to retain the USB connector.\r\n\r\nAdding the through holes is easy.\r\nDeciding to add (or not) the extra retaining copper wire can be left for later."},"comment":{"url":"https://api.github.com/repos/wyolum/ClockIOT/issues/comments/427591909","html_url":"https://github.com/wyolum/ClockIOT/issues/9#issuecomment-427591909","issue_url":"https://api.github.com/repos/wyolum/ClockIOT/issues/9","id":427591909,"node_id":"MDEyOklzc3VlQ29tbWVudDQyNzU5MTkwOQ==","user":{"login":"wyojustin","id":905307,"node_id":"MDQ6VXNlcjkwNTMwNw==","avatar_url":"https://avatars0.githubusercontent.com/u/905307?v=4","gravatar_id":"","url":"https://api.github.com/users/wyojustin","html_url":"https://github.com/wyojustin","followers_url":"https://api.github.com/users/wyojustin/followers","following_url":"https://api.github.com/users/wyojustin/following{/other_user}","gists_url":"https://api.github.com/users/wyojustin/gists{/gist_id}","starred_url":"https://api.github.com/users/wyojustin/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/wyojustin/subscriptions","organizations_url":"https://api.github.com/users/wyojustin/orgs","repos_url":"https://api.github.com/users/wyojustin/repos","events_url":"https://api.github.com/users/wyojustin/events{/privacy}","received_events_url":"https://api.github.com/users/wyojustin/received_events","type":"User","site_admin":false},"created_at":"2018-10-06T17:27:32Z","updated_at":"2018-10-06T17:27:32Z","author_association":"MEMBER","body":"While effective, the process sounds non-standard and manually intensive. Extra solder should suffice."}}
{ "id": 126251414, "name": "wyolum/ClockIOT", "url": "https://api.github.com/repos/wyolum/ClockIOT" }
{ "id": 905307, "login": "wyojustin", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/905307?", "url": "https://api.github.com/users/wyojustin" }
{ "id": 2160261, "login": "wyolum", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2160261?", "url": "https://api.github.com/orgs/wyolum" }
2018-10-06T17:27:32
8378751448
{"actor":{"display_login":"wyojustin"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/FlansMods/FlansMod/issues/936","repository_url":"https://api.github.com/repos/FlansMods/FlansMod","labels_url":"https://api.github.com/repos/FlansMods/FlansMod/issues/936/labels{/name}","comments_url":"https://api.github.com/repos/FlansMods/FlansMod/issues/936/comments","events_url":"https://api.github.com/repos/FlansMods/FlansMod/issues/936/events","html_url":"https://github.com/FlansMods/FlansMod/issues/936","id":346621182,"node_id":"MDU6SXNzdWUzNDY2MjExODI=","number":936,"title":"JourneyMap hides when entering a plane","user":{"login":"Turakar","id":3958680,"node_id":"MDQ6VXNlcjM5NTg2ODA=","avatar_url":"https://avatars1.githubusercontent.com/u/3958680?v=4","gravatar_id":"","url":"https://api.github.com/users/Turakar","html_url":"https://github.com/Turakar","followers_url":"https://api.github.com/users/Turakar/followers","following_url":"https://api.github.com/users/Turakar/following{/other_user}","gists_url":"https://api.github.com/users/Turakar/gists{/gist_id}","starred_url":"https://api.github.com/users/Turakar/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Turakar/subscriptions","organizations_url":"https://api.github.com/users/Turakar/orgs","repos_url":"https://api.github.com/users/Turakar/repos","events_url":"https://api.github.com/users/Turakar/events{/privacy}","received_events_url":"https://api.github.com/users/Turakar/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":2,"created_at":"2018-08-01T14:19:15Z","updated_at":"2018-08-25T22:35:18Z","closed_at":null,"author_association":"NONE","body":"I am unsure where to post this, but if I enter a plane, JourneyMap hides away. However, a map during flight would be of great help. Is there something I can do about this?\r\n\r\nVersion: 5.5.2\r\nMC: 1.12.2\r\nJourneyMap: 5.5.2\r\nJava: 1.8\r\nDefault settings"},"comment":{"url":"https://api.github.com/repos/FlansMods/FlansMod/issues/comments/416000870","html_url":"https://github.com/FlansMods/FlansMod/issues/936#issuecomment-416000870","issue_url":"https://api.github.com/repos/FlansMods/FlansMod/issues/936","id":416000870,"node_id":"MDEyOklzc3VlQ29tbWVudDQxNjAwMDg3MA==","user":{"login":"Turakar","id":3958680,"node_id":"MDQ6VXNlcjM5NTg2ODA=","avatar_url":"https://avatars1.githubusercontent.com/u/3958680?v=4","gravatar_id":"","url":"https://api.github.com/users/Turakar","html_url":"https://github.com/Turakar","followers_url":"https://api.github.com/users/Turakar/followers","following_url":"https://api.github.com/users/Turakar/following{/other_user}","gists_url":"https://api.github.com/users/Turakar/gists{/gist_id}","starred_url":"https://api.github.com/users/Turakar/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Turakar/subscriptions","organizations_url":"https://api.github.com/users/Turakar/orgs","repos_url":"https://api.github.com/users/Turakar/repos","events_url":"https://api.github.com/users/Turakar/events{/privacy}","received_events_url":"https://api.github.com/users/Turakar/received_events","type":"User","site_admin":false},"created_at":"2018-08-25T22:35:18Z","updated_at":"2018-08-25T22:35:18Z","author_association":"NONE","body":"OK, thats a workaround. It would be interestingto know, if other overlays hide, too. I currently do not remember one..."}}
{ "id": 5485915, "name": "FlansMods/FlansMod", "url": "https://api.github.com/repos/FlansMods/FlansMod" }
{ "id": 3958680, "login": "Turakar", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/3958680?", "url": "https://api.github.com/users/Turakar" }
{ "id": 2185447, "login": "FlansMods", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2185447?", "url": "https://api.github.com/orgs/FlansMods" }
2018-08-25T22:35:18
8167454035
{"actor":{"display_login":"Turakar"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/ministryofjustice/correspondence_tool_staff/issues/445","repository_url":"https://api.github.com/repos/ministryofjustice/correspondence_tool_staff","labels_url":"https://api.github.com/repos/ministryofjustice/correspondence_tool_staff/issues/445/labels{/name}","comments_url":"https://api.github.com/repos/ministryofjustice/correspondence_tool_staff/issues/445/comments","events_url":"https://api.github.com/repos/ministryofjustice/correspondence_tool_staff/issues/445/events","html_url":"https://github.com/ministryofjustice/correspondence_tool_staff/pull/445","id":360753782,"node_id":"MDExOlB1bGxSZXF1ZXN0MjE1ODk1MDI5","number":445,"title":"Bump uglifier from 4.1.18 to 4.1.19","user":{"login":"dependabot[bot]","id":27856297,"node_id":"MDM6Qm90Mjc4NTYyOTc=","avatar_url":"https://avatars3.githubusercontent.com/in/2141?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"labels":[{"id":919341410,"node_id":"MDU6TGFiZWw5MTkzNDE0MTA=","url":"https://api.github.com/repos/ministryofjustice/correspondence_tool_staff/labels/dependencies","name":"dependencies","color":"0025ff","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2018-09-17T07:41:29Z","updated_at":"2018-09-18T08:03:00Z","closed_at":null,"author_association":"NONE","pull_request":{"url":"https://api.github.com/repos/ministryofjustice/correspondence_tool_staff/pulls/445","html_url":"https://github.com/ministryofjustice/correspondence_tool_staff/pull/445","diff_url":"https://github.com/ministryofjustice/correspondence_tool_staff/pull/445.diff","patch_url":"https://github.com/ministryofjustice/correspondence_tool_staff/pull/445.patch"},"body":"Bumps [uglifier](https://github.com/lautis/uglifier) from 4.1.18 to 4.1.19.\n<details>\n<summary>Changelog</summary>\n\n*Sourced from [uglifier's changelog](https://github.com/lautis/uglifier/blob/master/CHANGELOG.md).*\n\n> ## 4.1.19 (11 September 2018)\n> \n> - update UglifyJS to [3.4.9](https://github.com/mishoo/UglifyJS2/compare/v3.4.7...v3.4.9)\n</details>\n<details>\n<summary>Commits</summary>\n\n- [`8279907`](https://github.com/lautis/uglifier/commit/8279907e0a0d14ea0f349195063502c8d2e55cfd) Bump version to 4.1.19\n- [`345d3bf`](https://github.com/lautis/uglifier/commit/345d3bf5aa768076146cd56387ae91d3563f5fbc) Update UglifyJS to 3.4.9\n- See full diff in [compare view](https://github.com/lautis/uglifier/compare/v4.1.18...v4.1.19)\n</details>\n<br />\n\n[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=uglifier&package-manager=bundler&previous-version=4.1.18&new-version=4.1.19)](https://dependabot.com/compatibility-score.html?dependency-name=uglifier&package-manager=bundler&previous-version=4.1.18&new-version=4.1.19)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n- `@dependabot badge me` will comment on this PR with code to add a \"Dependabot enabled\" badge to your readme\n\nAdditionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):\n- Update frequency (including time of day and day of week)\n- Automerge options (never/patch/minor, and dev/runtime dependencies)\n- Pull request limits (per update run and/or open at any time)\n- Out-of-range updates (receive only lockfile updates, if desired)\n- Security updates (receive only security updates, if desired)\n\nFinally, you can contact us by mentioning @dependabot.\n\n</details>"},"comment":{"url":"https://api.github.com/repos/ministryofjustice/correspondence_tool_staff/issues/comments/422295507","html_url":"https://github.com/ministryofjustice/correspondence_tool_staff/pull/445#issuecomment-422295507","issue_url":"https://api.github.com/repos/ministryofjustice/correspondence_tool_staff/issues/445","id":422295507,"node_id":"MDEyOklzc3VlQ29tbWVudDQyMjI5NTUwNw==","user":{"login":"aliuk2012","id":3441519,"node_id":"MDQ6VXNlcjM0NDE1MTk=","avatar_url":"https://avatars1.githubusercontent.com/u/3441519?v=4","gravatar_id":"","url":"https://api.github.com/users/aliuk2012","html_url":"https://github.com/aliuk2012","followers_url":"https://api.github.com/users/aliuk2012/followers","following_url":"https://api.github.com/users/aliuk2012/following{/other_user}","gists_url":"https://api.github.com/users/aliuk2012/gists{/gist_id}","starred_url":"https://api.github.com/users/aliuk2012/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/aliuk2012/subscriptions","organizations_url":"https://api.github.com/users/aliuk2012/orgs","repos_url":"https://api.github.com/users/aliuk2012/repos","events_url":"https://api.github.com/users/aliuk2012/events{/privacy}","received_events_url":"https://api.github.com/users/aliuk2012/received_events","type":"User","site_admin":false},"created_at":"2018-09-18T08:03:00Z","updated_at":"2018-09-18T08:03:00Z","author_association":"MEMBER","body":"@dependabot-bot rebase"}}
{ "id": 114666612, "name": "ministryofjustice/correspondence_tool_staff", "url": "https://api.github.com/repos/ministryofjustice/correspondence_tool_staff" }
{ "id": 3441519, "login": "aliuk2012", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/3441519?", "url": "https://api.github.com/users/aliuk2012" }
{ "id": 2203574, "login": "ministryofjustice", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2203574?", "url": "https://api.github.com/orgs/ministryofjustice" }
2018-09-18T08:03:00
8280416543
{"actor":{"display_login":"aliuk2012"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/rundeck/rundeck/issues/4083","repository_url":"https://api.github.com/repos/rundeck/rundeck","labels_url":"https://api.github.com/repos/rundeck/rundeck/issues/4083/labels{/name}","comments_url":"https://api.github.com/repos/rundeck/rundeck/issues/4083/comments","events_url":"https://api.github.com/repos/rundeck/rundeck/issues/4083/events","html_url":"https://github.com/rundeck/rundeck/issues/4083","id":366956630,"node_id":"MDU6SXNzdWUzNjY5NTY2MzA=","number":4083,"title":"Authentication fails when using groovy configuration file format","user":{"login":"akusei","id":12972900,"node_id":"MDQ6VXNlcjEyOTcyOTAw","avatar_url":"https://avatars3.githubusercontent.com/u/12972900?v=4","gravatar_id":"","url":"https://api.github.com/users/akusei","html_url":"https://github.com/akusei","followers_url":"https://api.github.com/users/akusei/followers","following_url":"https://api.github.com/users/akusei/following{/other_user}","gists_url":"https://api.github.com/users/akusei/gists{/gist_id}","starred_url":"https://api.github.com/users/akusei/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akusei/subscriptions","organizations_url":"https://api.github.com/users/akusei/orgs","repos_url":"https://api.github.com/users/akusei/repos","events_url":"https://api.github.com/users/akusei/events{/privacy}","received_events_url":"https://api.github.com/users/akusei/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":3,"created_at":"2018-10-04T20:26:49Z","updated_at":"2018-10-22T13:50:57Z","closed_at":null,"author_association":"NONE","body":"**Describe the bug**\r\nOn a fresh install of rundeck, when you switch to using the groovy config file format (/etc/rundeck/rundeck-config.groovy) and configure **any** `grails` block (even a minimal empty one) like below:\r\n\r\n```\r\ngrails {\r\n mail {\r\n }\r\n}\r\n```\r\n\r\nRundeck will start normally but will always redirect to `/login/auth` which results in a HTTP 403 and an 'Authentication is required' error message and no means to actually login. If you switch back to the normal java .properties file or remove the `grails` block from the .groovy file, rundeck will function properly again; redirecting you to /user/login and providing a login prompt. Attempting to access /user/login directly when you get the 'Authentication is required' error results in another redirect to /login/auth and a 403.\r\n\r\nThis is a problem because some email configurations require a `grails` block to work properly. This issue happens with an empty grails block or a fully configured grails block.\r\n\r\n**My Rundeck detail**\r\n\r\n* Rundeck version: 3.0.6-20180917\r\n* install type: deb\r\n* OS Name/version: Ubuntu 18.04\r\n* DB Type/version: default\r\n\r\n**To Reproduce**\r\nSteps to reproduce the behavior:\r\n1. switch to using .groovy config by editing the /etc/default/rundeckd file and add the following line:\r\n`export RDECK_CONFIG_FILE=/etc/rundeck/rundeck-config.groovy`\r\n\r\n2. Create a groovy config in /etc/rundeck/rundeck-config.groovy. This is my minimal .groovy config:\r\n```\r\nloglevel.default = \"INFO\"\r\nrdeck.base = \"/var/lib/rundeck\"\r\nrss.enabled = false\r\ngrails.serverURL = \"http://localhost:4440\"\r\ndataSource.dbCreate = \"update\"\r\ndataSource.url = \"jdbc:h2:file:/var/lib/rundeck/data/rundeckdb;MVCC=true\"\r\nrundeck.log4j.config.file = \"/etc/rundeck/log4j.properties\"\r\ngrails {\r\n mail {\r\n }\r\n}\r\n```\r\n\r\n3. Change the owner of /etc/rundeck/rundeck-config.groovy to the rundeck user\r\n\r\n4. Start/Restart rundeck\r\n\r\n5. Access rundeck with a browser: http://localhost:4440\r\n\r\n**Expected behavior**\r\nRedirection to a login screen\r\n\r\n**Screenshots**\r\nExpected behavior (working with no grail block or with java properties config):\r\n![capture2](https://user-images.githubusercontent.com/12972900/46500948-ec880280-c7d8-11e8-8ed1-219fe6def760.PNG)\r\n\r\nActual behavior (with grails block in groovy config format)\r\n![capture1](https://user-images.githubusercontent.com/12972900/46501010-19d4b080-c7d9-11e8-806e-5a7cfa07e28c.PNG)\r\n\r\n\r\n**Desktop (please complete the following information):**\r\n - OS: Windows 10\r\n - Browser: Chrome, IE Edge, Firefox\r\n - Version Chrome 68, IE Edge 41, Firefox 62\r\n"},"comment":{"url":"https://api.github.com/repos/rundeck/rundeck/issues/comments/431841605","html_url":"https://github.com/rundeck/rundeck/issues/4083#issuecomment-431841605","issue_url":"https://api.github.com/repos/rundeck/rundeck/issues/4083","id":431841605,"node_id":"MDEyOklzc3VlQ29tbWVudDQzMTg0MTYwNQ==","user":{"login":"sjrd218","id":36643360,"node_id":"MDQ6VXNlcjM2NjQzMzYw","avatar_url":"https://avatars3.githubusercontent.com/u/36643360?v=4","gravatar_id":"","url":"https://api.github.com/users/sjrd218","html_url":"https://github.com/sjrd218","followers_url":"https://api.github.com/users/sjrd218/followers","following_url":"https://api.github.com/users/sjrd218/following{/other_user}","gists_url":"https://api.github.com/users/sjrd218/gists{/gist_id}","starred_url":"https://api.github.com/users/sjrd218/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sjrd218/subscriptions","organizations_url":"https://api.github.com/users/sjrd218/orgs","repos_url":"https://api.github.com/users/sjrd218/repos","events_url":"https://api.github.com/users/sjrd218/events{/privacy}","received_events_url":"https://api.github.com/users/sjrd218/received_events","type":"User","site_admin":false},"created_at":"2018-10-22T13:50:57Z","updated_at":"2018-10-22T13:50:57Z","author_association":"CONTRIBUTOR","body":"@akusei @adriankirchner\r\nI can reproduce this behavior. As a workaround can you try unsetting the ```RDECK_CONFIG_FILE``` environment variable and restart.\r\n\r\nIn Rundeck 3 the configuration files are additive so you can put the groovy configuration in the rundeck-config.groovy and leave the rest in the rundeck-config.properties file.\r\n\r\nPlease let me know if this workaround allows you to proceed."}}
{ "id": 886774, "name": "rundeck/rundeck", "url": "https://api.github.com/repos/rundeck/rundeck" }
{ "id": 36643360, "login": "sjrd218", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/36643360?", "url": "https://api.github.com/users/sjrd218" }
{ "id": 2205640, "login": "rundeck", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2205640?", "url": "https://api.github.com/orgs/rundeck" }
2018-10-22T13:50:57
8458694161
{"actor":{"display_login":"sjrd218"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/whatwg/whatwg.org/issues/227","repository_url":"https://api.github.com/repos/whatwg/whatwg.org","labels_url":"https://api.github.com/repos/whatwg/whatwg.org/issues/227/labels{/name}","comments_url":"https://api.github.com/repos/whatwg/whatwg.org/issues/227/comments","events_url":"https://api.github.com/repos/whatwg/whatwg.org/issues/227/events","html_url":"https://github.com/whatwg/whatwg.org/issues/227","id":357642259,"node_id":"MDU6SXNzdWUzNTc2NDIyNTk=","number":227,"title":"Build: \"The requested URL returned error: 400 Bad Request\"","user":{"login":"annevk","id":1544111,"node_id":"MDQ6VXNlcjE1NDQxMTE=","avatar_url":"https://avatars0.githubusercontent.com/u/1544111?v=4","gravatar_id":"","url":"https://api.github.com/users/annevk","html_url":"https://github.com/annevk","followers_url":"https://api.github.com/users/annevk/followers","following_url":"https://api.github.com/users/annevk/following{/other_user}","gists_url":"https://api.github.com/users/annevk/gists{/gist_id}","starred_url":"https://api.github.com/users/annevk/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/annevk/subscriptions","organizations_url":"https://api.github.com/users/annevk/orgs","repos_url":"https://api.github.com/users/annevk/repos","events_url":"https://api.github.com/users/annevk/events{/privacy}","received_events_url":"https://api.github.com/users/annevk/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":4,"created_at":"2018-09-06T12:56:06Z","updated_at":"2018-09-10T15:48:26Z","closed_at":null,"author_association":"MEMBER","body":"So we have https://github.com/whatwg/whatwg.org/blob/master/resources.whatwg.org/build/deploy.sh#L90 specifically to check errors and warnings in Bikeshed and yet somehow at times it returns nothing of use whatsoever.\r\n\r\n@plinss @tabatkins what's the way to get it to return a more detailed error message?\r\n\r\n(Currently hitting this on whatwg/dom.)"},"comment":{"url":"https://api.github.com/repos/whatwg/whatwg.org/issues/comments/419961908","html_url":"https://github.com/whatwg/whatwg.org/issues/227#issuecomment-419961908","issue_url":"https://api.github.com/repos/whatwg/whatwg.org/issues/227","id":419961908,"node_id":"MDEyOklzc3VlQ29tbWVudDQxOTk2MTkwOA==","user":{"login":"tabatkins","id":682840,"node_id":"MDQ6VXNlcjY4Mjg0MA==","avatar_url":"https://avatars0.githubusercontent.com/u/682840?v=4","gravatar_id":"","url":"https://api.github.com/users/tabatkins","html_url":"https://github.com/tabatkins","followers_url":"https://api.github.com/users/tabatkins/followers","following_url":"https://api.github.com/users/tabatkins/following{/other_user}","gists_url":"https://api.github.com/users/tabatkins/gists{/gist_id}","starred_url":"https://api.github.com/users/tabatkins/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/tabatkins/subscriptions","organizations_url":"https://api.github.com/users/tabatkins/orgs","repos_url":"https://api.github.com/users/tabatkins/repos","events_url":"https://api.github.com/users/tabatkins/events{/privacy}","received_events_url":"https://api.github.com/users/tabatkins/received_events","type":"User","site_admin":false},"created_at":"2018-09-10T15:48:25Z","updated_at":"2018-09-10T15:48:25Z","author_association":"NONE","body":"So, the API arguments are pretty sparsely documented, but I'm *assuming* that `die-on` and `force` do the same things as the Bikeshed command-line args. (And that `force=1` is thus just a synonym for `die-on=nothing`.)\r\n\r\nThen, `output` just controls whether the returned result is the built `.html` file, or the console output, right?\r\n\r\nSo, what exactly do you want in different cases? I can't quite parse it out of @domenic's list, as it's all mixed in with their experiments with the different flags. It *kinda* sounds like they want an output mode that produces the HTML upon success, but the console output upon failure; a conditional blending of the two output modes, presumably with the HTTP Status Code differentiating between them (`200` vs `400`). Right? (And, probably, have it auto-run as `force` so you get *all* the errors, rather than just the first one?)"}}
{ "id": 79116166, "name": "whatwg/whatwg.org", "url": "https://api.github.com/repos/whatwg/whatwg.org" }
{ "id": 682840, "login": "tabatkins", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/682840?", "url": "https://api.github.com/users/tabatkins" }
{ "id": 2226336, "login": "whatwg", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2226336?", "url": "https://api.github.com/orgs/whatwg" }
2018-09-10T15:48:26
8240998446
{"actor":{"display_login":"tabatkins"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/xmartlabs/Eureka/issues/1406","repository_url":"https://api.github.com/repos/xmartlabs/Eureka","labels_url":"https://api.github.com/repos/xmartlabs/Eureka/issues/1406/labels{/name}","comments_url":"https://api.github.com/repos/xmartlabs/Eureka/issues/1406/comments","events_url":"https://api.github.com/repos/xmartlabs/Eureka/issues/1406/events","html_url":"https://github.com/xmartlabs/Eureka/issues/1406","id":294757342,"number":1406,"title":"Changing TextRow cell height makes image disappear","user":{"login":"StDogbert","id":2757801,"avatar_url":"https://avatars2.githubusercontent.com/u/2757801?v=4","gravatar_id":"","url":"https://api.github.com/users/StDogbert","html_url":"https://github.com/StDogbert","followers_url":"https://api.github.com/users/StDogbert/followers","following_url":"https://api.github.com/users/StDogbert/following{/other_user}","gists_url":"https://api.github.com/users/StDogbert/gists{/gist_id}","starred_url":"https://api.github.com/users/StDogbert/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/StDogbert/subscriptions","organizations_url":"https://api.github.com/users/StDogbert/orgs","repos_url":"https://api.github.com/users/StDogbert/repos","events_url":"https://api.github.com/users/StDogbert/events{/privacy}","received_events_url":"https://api.github.com/users/StDogbert/received_events","type":"User","site_admin":false},"labels":[{"id":307733261,"url":"https://api.github.com/repos/xmartlabs/Eureka/labels/callback:%20cellSetup","name":"callback: cellSetup","color":"5319e7","default":false}],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":1,"created_at":"2018-02-06T13:23:04Z","updated_at":"2018-05-14T19:17:20Z","closed_at":"2018-05-14T19:17:20Z","author_association":"NONE","body":"SUBJ.\r\n\r\n```swift\r\n<<< NameRow() {\r\n $0.title = NSLocalizedString(\"name\", comment: \"\")\r\n $0.titlePercentage = 0.4\r\n $0.placeholder = NSLocalizedString(\"name_placeholder\", comment: \"\")\r\n $0.cell.height = { 50 }\r\n }\r\n .cellSetup { cell, row in\r\n cell.imageView?.image = UIImage(named: \"images/profile/name\")\r\n }\r\n .cellUpdate { cell, row in\r\n cell.textField.textAlignment = .left\r\n }\r\n```\r\n\r\nIf I remove $0.cell.height = { 50 } everything is fine and I have my image in row. Changing cell height makes it disappear. "},"comment":{"url":"https://api.github.com/repos/xmartlabs/Eureka/issues/comments/388931337","html_url":"https://github.com/xmartlabs/Eureka/issues/1406#issuecomment-388931337","issue_url":"https://api.github.com/repos/xmartlabs/Eureka/issues/1406","id":388931337,"user":{"login":"mtnbarreto","id":1746532,"avatar_url":"https://avatars0.githubusercontent.com/u/1746532?v=4","gravatar_id":"","url":"https://api.github.com/users/mtnbarreto","html_url":"https://github.com/mtnbarreto","followers_url":"https://api.github.com/users/mtnbarreto/followers","following_url":"https://api.github.com/users/mtnbarreto/following{/other_user}","gists_url":"https://api.github.com/users/mtnbarreto/gists{/gist_id}","starred_url":"https://api.github.com/users/mtnbarreto/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mtnbarreto/subscriptions","organizations_url":"https://api.github.com/users/mtnbarreto/orgs","repos_url":"https://api.github.com/users/mtnbarreto/repos","events_url":"https://api.github.com/users/mtnbarreto/events{/privacy}","received_events_url":"https://api.github.com/users/mtnbarreto/received_events","type":"User","site_admin":false},"created_at":"2018-05-14T19:17:20Z","updated_at":"2018-05-14T19:17:20Z","author_association":"OWNER","body":"Closing due to lack of response... "}}
{ "id": 43330374, "name": "xmartlabs/Eureka", "url": "https://api.github.com/repos/xmartlabs/Eureka" }
{ "id": 1746532, "login": "mtnbarreto", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/1746532?", "url": "https://api.github.com/users/mtnbarreto" }
{ "id": 2227731, "login": "xmartlabs", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2227731?", "url": "https://api.github.com/orgs/xmartlabs" }
2018-05-14T19:17:20
7672601791
{"actor":{"display_login":"mtnbarreto"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/xmartlabs/XLPagerTabStrip/issues/493","repository_url":"https://api.github.com/repos/xmartlabs/XLPagerTabStrip","labels_url":"https://api.github.com/repos/xmartlabs/XLPagerTabStrip/issues/493/labels{/name}","comments_url":"https://api.github.com/repos/xmartlabs/XLPagerTabStrip/issues/493/comments","events_url":"https://api.github.com/repos/xmartlabs/XLPagerTabStrip/issues/493/events","html_url":"https://github.com/xmartlabs/XLPagerTabStrip/issues/493","id":278096997,"number":493,"title":"How to put off swiping.","user":{"login":"mukulm24","id":12062266,"avatar_url":"https://avatars1.githubusercontent.com/u/12062266?v=4","gravatar_id":"","url":"https://api.github.com/users/mukulm24","html_url":"https://github.com/mukulm24","followers_url":"https://api.github.com/users/mukulm24/followers","following_url":"https://api.github.com/users/mukulm24/following{/other_user}","gists_url":"https://api.github.com/users/mukulm24/gists{/gist_id}","starred_url":"https://api.github.com/users/mukulm24/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mukulm24/subscriptions","organizations_url":"https://api.github.com/users/mukulm24/orgs","repos_url":"https://api.github.com/users/mukulm24/repos","events_url":"https://api.github.com/users/mukulm24/events{/privacy}","received_events_url":"https://api.github.com/users/mukulm24/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2017-11-30T12:05:04Z","updated_at":"2018-02-07T13:37:02Z","closed_at":null,"author_association":"NONE","body":"Before submitting issues ...\r\n\r\n- Environment: XLPagerTabStrip - 8.0\r\nXcode - 9.1\r\niOS - 11.0\r\n\r\nI wish to put off changing view controller on swipe. How can we do that?\r\n"},"comment":{"url":"https://api.github.com/repos/xmartlabs/XLPagerTabStrip/issues/comments/363770682","html_url":"https://github.com/xmartlabs/XLPagerTabStrip/issues/493#issuecomment-363770682","issue_url":"https://api.github.com/repos/xmartlabs/XLPagerTabStrip/issues/493","id":363770682,"user":{"login":"mrezk","id":1587829,"avatar_url":"https://avatars3.githubusercontent.com/u/1587829?v=4","gravatar_id":"","url":"https://api.github.com/users/mrezk","html_url":"https://github.com/mrezk","followers_url":"https://api.github.com/users/mrezk/followers","following_url":"https://api.github.com/users/mrezk/following{/other_user}","gists_url":"https://api.github.com/users/mrezk/gists{/gist_id}","starred_url":"https://api.github.com/users/mrezk/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mrezk/subscriptions","organizations_url":"https://api.github.com/users/mrezk/orgs","repos_url":"https://api.github.com/users/mrezk/repos","events_url":"https://api.github.com/users/mrezk/events{/privacy}","received_events_url":"https://api.github.com/users/mrezk/received_events","type":"User","site_admin":false},"created_at":"2018-02-07T13:37:02Z","updated_at":"2018-02-07T13:37:02Z","author_association":"NONE","body":"You can disable horizontal scrolling by setting:\r\n```\r\ncontainerView.isScrollEnabled = false\r\n```\r\nin your PagerTabStripViewController."}}
{ "id": 28266028, "name": "xmartlabs/XLPagerTabStrip", "url": "https://api.github.com/repos/xmartlabs/XLPagerTabStrip" }
{ "id": 1587829, "login": "mrezk", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/1587829?", "url": "https://api.github.com/users/mrezk" }
{ "id": 2227731, "login": "xmartlabs", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2227731?", "url": "https://api.github.com/orgs/xmartlabs" }
2018-02-07T13:37:02
7210832380
{"actor":{"display_login":"mrezk"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/aws/aws-cli/issues/3651","repository_url":"https://api.github.com/repos/aws/aws-cli","labels_url":"https://api.github.com/repos/aws/aws-cli/issues/3651/labels{/name}","comments_url":"https://api.github.com/repos/aws/aws-cli/issues/3651/comments","events_url":"https://api.github.com/repos/aws/aws-cli/issues/3651/events","html_url":"https://github.com/aws/aws-cli/issues/3651","id":369595911,"node_id":"MDU6SXNzdWUzNjk1OTU5MTE=","number":3651,"title":"aws s3 sync does not work as expected","user":{"login":"blurayne","id":84212,"node_id":"MDQ6VXNlcjg0MjEy","avatar_url":"https://avatars0.githubusercontent.com/u/84212?v=4","gravatar_id":"","url":"https://api.github.com/users/blurayne","html_url":"https://github.com/blurayne","followers_url":"https://api.github.com/users/blurayne/followers","following_url":"https://api.github.com/users/blurayne/following{/other_user}","gists_url":"https://api.github.com/users/blurayne/gists{/gist_id}","starred_url":"https://api.github.com/users/blurayne/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/blurayne/subscriptions","organizations_url":"https://api.github.com/users/blurayne/orgs","repos_url":"https://api.github.com/users/blurayne/repos","events_url":"https://api.github.com/users/blurayne/events{/privacy}","received_events_url":"https://api.github.com/users/blurayne/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":1,"created_at":"2018-10-12T15:16:24Z","updated_at":"2018-10-26T04:30:48Z","closed_at":null,"author_association":"NONE","body":"We do an initial sync to an s3 bucket, then try to update changed files which does not work as expected.\r\n\r\nI have tested this behavior for aws cli in following version:\r\n- python2.7-awscli1.9.7\r\n- python2.7-awscli1.15.47 \r\n- python3.6-awscli1.15.47 \r\n\r\nIs there something I miss out? For me it seems that after a multi-part upload checksums for MD5 are not set. Also enforcing s3cmd to do multi-part uploads by --multipart-chunk-size-mb=5MB works just fine. \r\n\r\nYet, concerning debug logs of aws cli Content-MD5 does get calculated for parts and is sent\r\n\r\n```\r\n2018-10-12 16:08:03,860 - ThreadPoolExecutor-0_0 - botocore.endpoint - DEBUG - Making request for OperationModel(name=UploadPart) (verify_ssl=True) with params: {'url_path': '/l3testing/multi/part-10.out', 'query_string': {'uploadId': ...\r\n```\r\n\r\nThe setup is run by default aws cli options.\r\n\r\n### Test-Setup\r\n\r\n```\r\nfor i in {1..10}; do dd if=/dev/urandom of=multi/part-$i.out bs=1MB count=10; done;\r\nmkdir multi-changed\r\ncp -r multi/part-{1,2,3,4,5}.out multi-changed\r\nfor i in {6..10}; do dd if=/dev/urandom of=multi-changed/part-$i.out bs=1MB count=10; done;\r\n```\r\n\r\n### Testing with aws cli\r\n\r\n```bash\r\n# Cleanup\r\n$ aws s3 rm s3://l3testing/multi --recursive \r\n\r\n# Inital sync\r\n$ aws s3 sync multi s3://l3testing/multi :(\r\nupload: multi/part-1.out to s3://l3testing/multi/part-1.out \r\nupload: multi/part-3.out to s3://l3testing/multi/part-3.out \r\nupload: multi/part-2.out to s3://l3testing/multi/part-2.out \r\nupload: multi/part-4.out to s3://l3testing/multi/part-4.out \r\nupload: multi/part-10.out to s3://l3testing/multi/part-10.out \r\nupload: multi/part-5.out to s3://l3testing/multi/part-5.out \r\nupload: multi/part-6.out to s3://l3testing/multi/part-6.out \r\nupload: multi/part-8.out to s3://l3testing/multi/part-8.out \r\nupload: multi/part-7.out to s3://l3testing/multi/part-7.out \r\nupload: multi/part-9.out to s3://l3testing/multi/part-9.out \r\n\r\n# Now changed files only should be synced \r\n$ aws s3 sync multi-changed/ s3://l3testing/multi/\r\n\r\n# ERROR: No files synced!\r\n```\r\n\r\n### While testing with s3cmd \r\n\r\n```bash\r\n# Cleanup\r\n$ aws s3 rm s3://l3testing/multi --recursive \r\n\r\n# Inital sync\r\n$ s3cmd sync -v --check-md5 multi-changed/ s3://l3testing/multi/\r\ns3cmd sync --delete-removed multi/ s3://l3testing/multi/ \r\nupload: 'multi/part-1.out' -> 's3://l3testing/multi/part-1.out' [1 of 10]\r\n 10000000 of 10000000 100% in 1s 5.12 MB/s done\r\nupload: 'multi/part-10.out' -> 's3://l3testing/multi/part-10.out' [2 of 10]\r\n 10000000 of 10000000 100% in 1s 7.54 MB/s done\r\nupload: 'multi/part-2.out' -> 's3://l3testing/multi/part-2.out' [3 of 10]\r\n 10000000 of 10000000 100% in 1s 8.60 MB/s done\r\nupload: 'multi/part-3.out' -> 's3://l3testing/multi/part-3.out' [4 of 10]\r\n 10000000 of 10000000 100% in 1s 7.17 MB/s done\r\nupload: 'multi/part-4.out' -> 's3://l3testing/multi/part-4.out' [5 of 10]\r\n 10000000 of 10000000 100% in 1s 7.72 MB/s done\r\nupload: 'multi/part-5.out' -> 's3://l3testing/multi/part-5.out' [6 of 10]\r\n 10000000 of 10000000 100% in 1s 8.19 MB/s done\r\nupload: 'multi/part-6.out' -> 's3://l3testing/multi/part-6.out' [7 of 10]\r\n 10000000 of 10000000 100% in 1s 7.60 MB/s done\r\nupload: 'multi/part-7.out' -> 's3://l3testing/multi/part-7.out' [8 of 10]\r\n 10000000 of 10000000 100% in 1s 7.73 MB/s done\r\nupload: 'multi/part-8.out' -> 's3://l3testing/multi/part-8.out' [9 of 10]\r\n 10000000 of 10000000 100% in 1s 7.52 MB/s done\r\nupload: 'multi/part-9.out' -> 's3://l3testing/multi/part-9.out' [10 of 10]\r\n 10000000 of 10000000 100% in 1s 8.31 MB/s done\r\nDone. Uploaded 100000000 bytes in 12.9 seconds, 7.38 MB/s.\r\n\r\n# Now changed files only should be synced \r\ns3cmd sync --delete-removed multi-changed/ s3://l3testing/multi/ \r\nupload: 'multi-changed/part-10.out' -> 's3://l3testing/multi/part-10.out' [1 of 5]\r\n 10000000 of 10000000 100% in 1s 5.97 MB/s done\r\nupload: 'multi-changed/part-6.out' -> 's3://l3testing/multi/part-6.out' [2 of 5]\r\n 10000000 of 10000000 100% in 1s 9.45 MB/s done\r\nupload: 'multi-changed/part-7.out' -> 's3://l3testing/multi/part-7.out' [3 of 5]\r\n 10000000 of 10000000 100% in 1s 9.18 MB/s done\r\nupload: 'multi-changed/part-8.out' -> 's3://l3testing/multi/part-8.out' [4 of 5]\r\n 10000000 of 10000000 100% in 1s 8.81 MB/s done\r\nupload: 'multi-changed/part-9.out' -> 's3://l3testing/multi/part-9.out' [5 of 5]\r\n 10000000 of 10000000 100% in 1s 8.79 MB/s done\r\nDone. Uploaded 50000000 bytes in 5.8 seconds, 8.17 MB/s.\r\n\r\n# SUCCESS: Everything done correctly!\r\n```\r\n\r\n\r\nAnyway, workaround would be now using s4cmd."},"comment":{"url":"https://api.github.com/repos/aws/aws-cli/issues/comments/433283076","html_url":"https://github.com/aws/aws-cli/issues/3651#issuecomment-433283076","issue_url":"https://api.github.com/repos/aws/aws-cli/issues/3651","id":433283076,"node_id":"MDEyOklzc3VlQ29tbWVudDQzMzI4MzA3Ng==","user":{"login":"justnance","id":40074499,"node_id":"MDQ6VXNlcjQwMDc0NDk5","avatar_url":"https://avatars2.githubusercontent.com/u/40074499?v=4","gravatar_id":"","url":"https://api.github.com/users/justnance","html_url":"https://github.com/justnance","followers_url":"https://api.github.com/users/justnance/followers","following_url":"https://api.github.com/users/justnance/following{/other_user}","gists_url":"https://api.github.com/users/justnance/gists{/gist_id}","starred_url":"https://api.github.com/users/justnance/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/justnance/subscriptions","organizations_url":"https://api.github.com/users/justnance/orgs","repos_url":"https://api.github.com/users/justnance/repos","events_url":"https://api.github.com/users/justnance/events{/privacy}","received_events_url":"https://api.github.com/users/justnance/received_events","type":"User","site_admin":false},"created_at":"2018-10-26T04:30:48Z","updated_at":"2018-10-26T04:30:48Z","author_association":"NONE","body":"Thanks for reaching out @blurayne. This issue is being discussed under #1145. I'm going to add a label for `closing soon`."}}
{ "id": 6780767, "name": "aws/aws-cli", "url": "https://api.github.com/repos/aws/aws-cli" }
{ "id": 40074499, "login": "justnance", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/40074499?", "url": "https://api.github.com/users/justnance" }
{ "id": 2232217, "login": "aws", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2232217?", "url": "https://api.github.com/orgs/aws" }
2018-10-26T04:30:48
8484758444
{"actor":{"display_login":"justnance"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/aws/amazon-ecs-agent/issues/225","repository_url":"https://api.github.com/repos/aws/amazon-ecs-agent","labels_url":"https://api.github.com/repos/aws/amazon-ecs-agent/issues/225/labels{/name}","comments_url":"https://api.github.com/repos/aws/amazon-ecs-agent/issues/225/comments","events_url":"https://api.github.com/repos/aws/amazon-ecs-agent/issues/225/events","html_url":"https://github.com/aws/amazon-ecs-agent/issues/225","id":111645875,"node_id":"MDU6SXNzdWUxMTE2NDU4NzU=","number":225,"title":"[Rebalancing] Smarter allocation of ECS resources","user":{"login":"abby-fuller","id":5341939,"node_id":"MDQ6VXNlcjUzNDE5Mzk=","avatar_url":"https://avatars0.githubusercontent.com/u/5341939?v=4","gravatar_id":"","url":"https://api.github.com/users/abby-fuller","html_url":"https://github.com/abby-fuller","followers_url":"https://api.github.com/users/abby-fuller/followers","following_url":"https://api.github.com/users/abby-fuller/following{/other_user}","gists_url":"https://api.github.com/users/abby-fuller/gists{/gist_id}","starred_url":"https://api.github.com/users/abby-fuller/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/abby-fuller/subscriptions","organizations_url":"https://api.github.com/users/abby-fuller/orgs","repos_url":"https://api.github.com/users/abby-fuller/repos","events_url":"https://api.github.com/users/abby-fuller/events{/privacy}","received_events_url":"https://api.github.com/users/abby-fuller/received_events","type":"User","site_admin":false},"labels":[{"id":154251057,"node_id":"MDU6TGFiZWwxNTQyNTEwNTc=","url":"https://api.github.com/repos/aws/amazon-ecs-agent/labels/kind/enhancement","name":"kind/enhancement","color":"84b6eb","default":false},{"id":593669626,"node_id":"MDU6TGFiZWw1OTM2Njk2MjY=","url":"https://api.github.com/repos/aws/amazon-ecs-agent/labels/scope/ECS%20Service","name":"scope/ECS Service","color":"c5def5","default":false},{"id":637836619,"node_id":"MDU6TGFiZWw2Mzc4MzY2MTk=","url":"https://api.github.com/repos/aws/amazon-ecs-agent/labels/scope/Monitoring","name":"scope/Monitoring","color":"c5def5","default":false},{"id":637829285,"node_id":"MDU6TGFiZWw2Mzc4MjkyODU=","url":"https://api.github.com/repos/aws/amazon-ecs-agent/labels/scope/Placement","name":"scope/Placement","color":"c5def5","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":63,"created_at":"2015-10-15T15:43:04Z","updated_at":"2018-12-19T19:41:49Z","closed_at":null,"author_association":"NONE","body":"@euank \n\nDoesn't seem like ECS rebalances tasks to allocate resources more effectively. For example, if I have task A and task B running on different cluster hosts, and try to deploy task C, I'll get a resource error, and task C will fail to deploy. However, if ECS rebalanced tasks A and B to run on the same box, there would be enough resources to deploy task C.\n\nThis comes up pretty often for us- with the current placement of tasks, we run of resources and cannot deploy/achieve 100% utilization of our cluster hosts, because things are balanced inefficiently. Max, we're probably getting 75% utilization, and 25% is going to waste. \n"},"comment":{"url":"https://api.github.com/repos/aws/amazon-ecs-agent/issues/comments/448719672","html_url":"https://github.com/aws/amazon-ecs-agent/issues/225#issuecomment-448719672","issue_url":"https://api.github.com/repos/aws/amazon-ecs-agent/issues/225","id":448719672,"node_id":"MDEyOklzc3VlQ29tbWVudDQ0ODcxOTY3Mg==","user":{"login":"jamiegs","id":64500,"node_id":"MDQ6VXNlcjY0NTAw","avatar_url":"https://avatars1.githubusercontent.com/u/64500?v=4","gravatar_id":"","url":"https://api.github.com/users/jamiegs","html_url":"https://github.com/jamiegs","followers_url":"https://api.github.com/users/jamiegs/followers","following_url":"https://api.github.com/users/jamiegs/following{/other_user}","gists_url":"https://api.github.com/users/jamiegs/gists{/gist_id}","starred_url":"https://api.github.com/users/jamiegs/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jamiegs/subscriptions","organizations_url":"https://api.github.com/users/jamiegs/orgs","repos_url":"https://api.github.com/users/jamiegs/repos","events_url":"https://api.github.com/users/jamiegs/events{/privacy}","received_events_url":"https://api.github.com/users/jamiegs/received_events","type":"User","site_admin":false},"created_at":"2018-12-19T19:41:49Z","updated_at":"2018-12-19T19:41:49Z","author_association":"NONE","body":"If you have multiple ECS services that are autoscaling through the day you might want to re-pack the containers and and scale-in the hosts to remove some excess capacity. \r\n\r\nBut it should to be smart about which container host it should terminate for a scale-in.. you'd want to keep zones balanced and terminate the host with the least amount of resources reserved.. otherwise it's going to have to relocate many containers.\r\n\r\nCurrently the ASG isn't smart about which host it terminates on scale-in and usually kills the oldest host, which will often be the one with the most running containers."}}
{ "id": 27551774, "name": "aws/amazon-ecs-agent", "url": "https://api.github.com/repos/aws/amazon-ecs-agent" }
{ "id": 64500, "login": "jamiegs", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/64500?", "url": "https://api.github.com/users/jamiegs" }
{ "id": 2232217, "login": "aws", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2232217?", "url": "https://api.github.com/orgs/aws" }
2018-12-19T19:41:49
8781196883
{"actor":{"display_login":"jamiegs"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/aws/aws-sdk-java-v2/issues/670","repository_url":"https://api.github.com/repos/aws/aws-sdk-java-v2","labels_url":"https://api.github.com/repos/aws/aws-sdk-java-v2/issues/670/labels{/name}","comments_url":"https://api.github.com/repos/aws/aws-sdk-java-v2/issues/670/comments","events_url":"https://api.github.com/repos/aws/aws-sdk-java-v2/issues/670/events","html_url":"https://github.com/aws/aws-sdk-java-v2/issues/670","id":353842285,"node_id":"MDU6SXNzdWUzNTM4NDIyODU=","number":670,"title":"Suppport SdkResponseMetadata","user":{"login":"zoewangg","id":33073555,"node_id":"MDQ6VXNlcjMzMDczNTU1","avatar_url":"https://avatars3.githubusercontent.com/u/33073555?v=4","gravatar_id":"","url":"https://api.github.com/users/zoewangg","html_url":"https://github.com/zoewangg","followers_url":"https://api.github.com/users/zoewangg/followers","following_url":"https://api.github.com/users/zoewangg/following{/other_user}","gists_url":"https://api.github.com/users/zoewangg/gists{/gist_id}","starred_url":"https://api.github.com/users/zoewangg/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zoewangg/subscriptions","organizations_url":"https://api.github.com/users/zoewangg/orgs","repos_url":"https://api.github.com/users/zoewangg/repos","events_url":"https://api.github.com/users/zoewangg/events{/privacy}","received_events_url":"https://api.github.com/users/zoewangg/received_events","type":"User","site_admin":false},"labels":[{"id":639268545,"node_id":"MDU6TGFiZWw2MzkyNjg1NDU=","url":"https://api.github.com/repos/aws/aws-sdk-java-v2/labels/1.11.x%20Parity","name":"1.11.x Parity","color":"c2e0c6","default":false},{"id":636336244,"node_id":"MDU6TGFiZWw2MzYzMzYyNDQ=","url":"https://api.github.com/repos/aws/aws-sdk-java-v2/labels/Feature%20Request","name":"Feature Request","color":"0e8a16","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2018-08-24T16:05:18Z","updated_at":"2018-08-24T17:59:02Z","closed_at":null,"author_association":"CONTRIBUTOR","body":"v1 supports ResponseMetadata to allow customers to retrieve useful debugging information such as requestId, hostId for the request. Currently, it's not implemented in v2."},"comment":{"url":"https://api.github.com/repos/aws/aws-sdk-java-v2/issues/comments/415835721","html_url":"https://github.com/aws/aws-sdk-java-v2/issues/670#issuecomment-415835721","issue_url":"https://api.github.com/repos/aws/aws-sdk-java-v2/issues/670","id":415835721,"node_id":"MDEyOklzc3VlQ29tbWVudDQxNTgzNTcyMQ==","user":{"login":"zoewangg","id":33073555,"node_id":"MDQ6VXNlcjMzMDczNTU1","avatar_url":"https://avatars3.githubusercontent.com/u/33073555?v=4","gravatar_id":"","url":"https://api.github.com/users/zoewangg","html_url":"https://github.com/zoewangg","followers_url":"https://api.github.com/users/zoewangg/followers","following_url":"https://api.github.com/users/zoewangg/following{/other_user}","gists_url":"https://api.github.com/users/zoewangg/gists{/gist_id}","starred_url":"https://api.github.com/users/zoewangg/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zoewangg/subscriptions","organizations_url":"https://api.github.com/users/zoewangg/orgs","repos_url":"https://api.github.com/users/zoewangg/repos","events_url":"https://api.github.com/users/zoewangg/events{/privacy}","received_events_url":"https://api.github.com/users/zoewangg/received_events","type":"User","site_admin":false},"created_at":"2018-08-24T17:59:02Z","updated_at":"2018-08-24T17:59:02Z","author_association":"CONTRIBUTOR","body":"For now, the requestIds might be retrieved from the response headers for some services.\r\n\r\nFor example:\r\n\r\ns3: \r\n```java\r\n HeadObjectResponse response = s3.headObject(HeadObjectRequest.builder()\r\n .bucket(BUCKET_NAME)\r\n .key(key)\r\n .build());\r\n\r\n response.sdkHttpResponse().headers().get(\"x-amz-request-id\");\r\n response.sdkHttpResponse().headers().get(\"x-amz-id-2\");\r\n```\r\n\r\nDynamoDB:\r\n```java\r\n result.sdkHttpResponse().headers().get(\"x-amzn-RequestId\");\r\n```\r\n"}}
{ "id": 95247959, "name": "aws/aws-sdk-java-v2", "url": "https://api.github.com/repos/aws/aws-sdk-java-v2" }
{ "id": 33073555, "login": "zoewangg", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/33073555?", "url": "https://api.github.com/users/zoewangg" }
{ "id": 2232217, "login": "aws", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2232217?", "url": "https://api.github.com/orgs/aws" }
2018-08-24T17:59:02
8164426902
{"actor":{"display_login":"zoewangg"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/aws/aws-sdk-go/issues/2220","repository_url":"https://api.github.com/repos/aws/aws-sdk-go","labels_url":"https://api.github.com/repos/aws/aws-sdk-go/issues/2220/labels{/name}","comments_url":"https://api.github.com/repos/aws/aws-sdk-go/issues/2220/comments","events_url":"https://api.github.com/repos/aws/aws-sdk-go/issues/2220/events","html_url":"https://github.com/aws/aws-sdk-go/issues/2220","id":372340224,"node_id":"MDU6SXNzdWUzNzIzNDAyMjQ=","number":2220,"title":"Any recommendations on how to list objects in a bucket but with the timestamp instead of a marker","user":{"login":"denismakogon","id":3034091,"node_id":"MDQ6VXNlcjMwMzQwOTE=","avatar_url":"https://avatars1.githubusercontent.com/u/3034091?v=4","gravatar_id":"","url":"https://api.github.com/users/denismakogon","html_url":"https://github.com/denismakogon","followers_url":"https://api.github.com/users/denismakogon/followers","following_url":"https://api.github.com/users/denismakogon/following{/other_user}","gists_url":"https://api.github.com/users/denismakogon/gists{/gist_id}","starred_url":"https://api.github.com/users/denismakogon/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/denismakogon/subscriptions","organizations_url":"https://api.github.com/users/denismakogon/orgs","repos_url":"https://api.github.com/users/denismakogon/repos","events_url":"https://api.github.com/users/denismakogon/events{/privacy}","received_events_url":"https://api.github.com/users/denismakogon/received_events","type":"User","site_admin":false},"labels":[{"id":154423093,"node_id":"MDU6TGFiZWwxNTQ0MjMwOTM=","url":"https://api.github.com/repos/aws/aws-sdk-go/labels/guidance","name":"guidance","color":"8a19e7","default":false},{"id":311589424,"node_id":"MDU6TGFiZWwzMTE1ODk0MjQ=","url":"https://api.github.com/repos/aws/aws-sdk-go/labels/service-api","name":"service-api","color":"ff5500","default":false}],"state":"closed","locked":false,"assignee":{"login":"diehlaws","id":40442261,"node_id":"MDQ6VXNlcjQwNDQyMjYx","avatar_url":"https://avatars0.githubusercontent.com/u/40442261?v=4","gravatar_id":"","url":"https://api.github.com/users/diehlaws","html_url":"https://github.com/diehlaws","followers_url":"https://api.github.com/users/diehlaws/followers","following_url":"https://api.github.com/users/diehlaws/following{/other_user}","gists_url":"https://api.github.com/users/diehlaws/gists{/gist_id}","starred_url":"https://api.github.com/users/diehlaws/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/diehlaws/subscriptions","organizations_url":"https://api.github.com/users/diehlaws/orgs","repos_url":"https://api.github.com/users/diehlaws/repos","events_url":"https://api.github.com/users/diehlaws/events{/privacy}","received_events_url":"https://api.github.com/users/diehlaws/received_events","type":"User","site_admin":false},"assignees":[{"login":"diehlaws","id":40442261,"node_id":"MDQ6VXNlcjQwNDQyMjYx","avatar_url":"https://avatars0.githubusercontent.com/u/40442261?v=4","gravatar_id":"","url":"https://api.github.com/users/diehlaws","html_url":"https://github.com/diehlaws","followers_url":"https://api.github.com/users/diehlaws/followers","following_url":"https://api.github.com/users/diehlaws/following{/other_user}","gists_url":"https://api.github.com/users/diehlaws/gists{/gist_id}","starred_url":"https://api.github.com/users/diehlaws/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/diehlaws/subscriptions","organizations_url":"https://api.github.com/users/diehlaws/orgs","repos_url":"https://api.github.com/users/diehlaws/repos","events_url":"https://api.github.com/users/diehlaws/events{/privacy}","received_events_url":"https://api.github.com/users/diehlaws/received_events","type":"User","site_admin":false}],"milestone":null,"comments":1,"created_at":"2018-10-21T17:59:48Z","updated_at":"2018-11-06T17:54:30Z","closed_at":"2018-11-06T00:17:19Z","author_association":"NONE","body":"Any recommendations on how to list objects in a bucket but with the timestamp instead of a maker(start after)?\r\n\r\nThe thing is that markers (or StartAfter) work only in alphabetic order, which is not the case for an application I do. So, I'm kinda looking for an effective way to list objects in a bucket that were modified after the particular timestamp."},"comment":{"url":"https://api.github.com/repos/aws/aws-sdk-go/issues/comments/436346575","html_url":"https://github.com/aws/aws-sdk-go/issues/2220#issuecomment-436346575","issue_url":"https://api.github.com/repos/aws/aws-sdk-go/issues/2220","id":436346575,"node_id":"MDEyOklzc3VlQ29tbWVudDQzNjM0NjU3NQ==","user":{"login":"denismakogon","id":3034091,"node_id":"MDQ6VXNlcjMwMzQwOTE=","avatar_url":"https://avatars1.githubusercontent.com/u/3034091?v=4","gravatar_id":"","url":"https://api.github.com/users/denismakogon","html_url":"https://github.com/denismakogon","followers_url":"https://api.github.com/users/denismakogon/followers","following_url":"https://api.github.com/users/denismakogon/following{/other_user}","gists_url":"https://api.github.com/users/denismakogon/gists{/gist_id}","starred_url":"https://api.github.com/users/denismakogon/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/denismakogon/subscriptions","organizations_url":"https://api.github.com/users/denismakogon/orgs","repos_url":"https://api.github.com/users/denismakogon/repos","events_url":"https://api.github.com/users/denismakogon/events{/privacy}","received_events_url":"https://api.github.com/users/denismakogon/received_events","type":"User","site_admin":false},"created_at":"2018-11-06T17:54:30Z","updated_at":"2018-11-06T17:54:30Z","author_association":"NONE","body":"@diehlaws is there any chance that AWS will consider this type of an API change as \"something that people been asking for\" or \"nice to have\"?\r\n"}}
{ "id": 27576132, "name": "aws/aws-sdk-go", "url": "https://api.github.com/repos/aws/aws-sdk-go" }
{ "id": 3034091, "login": "denismakogon", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/3034091?", "url": "https://api.github.com/users/denismakogon" }
{ "id": 2232217, "login": "aws", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2232217?", "url": "https://api.github.com/orgs/aws" }
2018-11-06T17:54:30
8544469793
{"actor":{"display_login":"denismakogon"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/USDepartmentofLabor/NewsReleaseLog/issues/91","repository_url":"https://api.github.com/repos/USDepartmentofLabor/NewsReleaseLog","labels_url":"https://api.github.com/repos/USDepartmentofLabor/NewsReleaseLog/issues/91/labels{/name}","comments_url":"https://api.github.com/repos/USDepartmentofLabor/NewsReleaseLog/issues/91/comments","events_url":"https://api.github.com/repos/USDepartmentofLabor/NewsReleaseLog/issues/91/events","html_url":"https://github.com/USDepartmentofLabor/NewsReleaseLog/pull/91","id":389435083,"node_id":"MDExOlB1bGxSZXF1ZXN0MjM3NDI1ODIz","number":91,"title":"NRL-132 Missing heading on \"Create user Page\"","user":{"login":"ghraka","id":2007206,"node_id":"MDQ6VXNlcjIwMDcyMDY=","avatar_url":"https://avatars2.githubusercontent.com/u/2007206?v=4","gravatar_id":"","url":"https://api.github.com/users/ghraka","html_url":"https://github.com/ghraka","followers_url":"https://api.github.com/users/ghraka/followers","following_url":"https://api.github.com/users/ghraka/following{/other_user}","gists_url":"https://api.github.com/users/ghraka/gists{/gist_id}","starred_url":"https://api.github.com/users/ghraka/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ghraka/subscriptions","organizations_url":"https://api.github.com/users/ghraka/orgs","repos_url":"https://api.github.com/users/ghraka/repos","events_url":"https://api.github.com/users/ghraka/events{/privacy}","received_events_url":"https://api.github.com/users/ghraka/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2018-12-10T18:44:24Z","updated_at":"2018-12-10T18:44:50Z","closed_at":null,"author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/USDepartmentofLabor/NewsReleaseLog/pulls/91","html_url":"https://github.com/USDepartmentofLabor/NewsReleaseLog/pull/91","diff_url":"https://github.com/USDepartmentofLabor/NewsReleaseLog/pull/91.diff","patch_url":"https://github.com/USDepartmentofLabor/NewsReleaseLog/pull/91.patch"},"body":""},"comment":{"url":"https://api.github.com/repos/USDepartmentofLabor/NewsReleaseLog/issues/comments/445926074","html_url":"https://github.com/USDepartmentofLabor/NewsReleaseLog/pull/91#issuecomment-445926074","issue_url":"https://api.github.com/repos/USDepartmentofLabor/NewsReleaseLog/issues/91","id":445926074,"node_id":"MDEyOklzc3VlQ29tbWVudDQ0NTkyNjA3NA==","user":{"login":"ghraka","id":2007206,"node_id":"MDQ6VXNlcjIwMDcyMDY=","avatar_url":"https://avatars2.githubusercontent.com/u/2007206?v=4","gravatar_id":"","url":"https://api.github.com/users/ghraka","html_url":"https://github.com/ghraka","followers_url":"https://api.github.com/users/ghraka/followers","following_url":"https://api.github.com/users/ghraka/following{/other_user}","gists_url":"https://api.github.com/users/ghraka/gists{/gist_id}","starred_url":"https://api.github.com/users/ghraka/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ghraka/subscriptions","organizations_url":"https://api.github.com/users/ghraka/orgs","repos_url":"https://api.github.com/users/ghraka/repos","events_url":"https://api.github.com/users/ghraka/events{/privacy}","received_events_url":"https://api.github.com/users/ghraka/received_events","type":"User","site_admin":false},"created_at":"2018-12-10T18:44:50Z","updated_at":"2018-12-10T18:44:50Z","author_association":"CONTRIBUTOR","body":"@giridhar: Review and merge please"}}
{ "id": 139017243, "name": "USDepartmentofLabor/NewsReleaseLog", "url": "https://api.github.com/repos/USDepartmentofLabor/NewsReleaseLog" }
{ "id": 2007206, "login": "ghraka", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2007206?", "url": "https://api.github.com/users/ghraka" }
{ "id": 2236061, "login": "USDepartmentofLabor", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2236061?", "url": "https://api.github.com/orgs/USDepartmentofLabor" }
2018-12-10T18:44:50
8728914711
{"actor":{"display_login":"ghraka"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/vcstools/vcstools/issues/140","repository_url":"https://api.github.com/repos/vcstools/vcstools","labels_url":"https://api.github.com/repos/vcstools/vcstools/issues/140/labels{/name}","comments_url":"https://api.github.com/repos/vcstools/vcstools/issues/140/comments","events_url":"https://api.github.com/repos/vcstools/vcstools/issues/140/events","html_url":"https://github.com/vcstools/vcstools/pull/140","id":358334941,"node_id":"MDExOlB1bGxSZXF1ZXN0MjE0MTE5MDEx","number":140,"title":"In urlretrieve_netrc, use the response object from urlopen directly as a file object","user":{"login":"kartikmohta","id":92570,"node_id":"MDQ6VXNlcjkyNTcw","avatar_url":"https://avatars3.githubusercontent.com/u/92570?v=4","gravatar_id":"","url":"https://api.github.com/users/kartikmohta","html_url":"https://github.com/kartikmohta","followers_url":"https://api.github.com/users/kartikmohta/followers","following_url":"https://api.github.com/users/kartikmohta/following{/other_user}","gists_url":"https://api.github.com/users/kartikmohta/gists{/gist_id}","starred_url":"https://api.github.com/users/kartikmohta/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/kartikmohta/subscriptions","organizations_url":"https://api.github.com/users/kartikmohta/orgs","repos_url":"https://api.github.com/users/kartikmohta/repos","events_url":"https://api.github.com/users/kartikmohta/events{/privacy}","received_events_url":"https://api.github.com/users/kartikmohta/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":1,"created_at":"2018-09-08T23:17:40Z","updated_at":"2018-09-09T00:56:39Z","closed_at":null,"author_association":"NONE","pull_request":{"url":"https://api.github.com/repos/vcstools/vcstools/pulls/140","html_url":"https://github.com/vcstools/vcstools/pull/140","diff_url":"https://github.com/vcstools/vcstools/pull/140.diff","patch_url":"https://github.com/vcstools/vcstools/pull/140.patch"},"body":"Environment: Python 3.7.0 on ArchLinux.\r\n\r\nWhen using wstool to update my workspace, I received the error:\r\n```\r\nERROR [vcstools] Tarball download unpack failed: file could not be opened successfully[/vcstools]\r\n```\r\nI checked the temporary tar file downloaded and it was not a proper tar archive, there were some extra bytes at the start and end of the file compared to the same file manually downloaded. It is odd that this started happening recently, it used to work fine a few weeks ago.\r\n\r\nThe documentation for both Python 2 and 3 mentions that the response object from `urlopen` is a file-like object, so I believe we can directly use it in the `shutil.copyfileobj` function."},"comment":{"url":"https://api.github.com/repos/vcstools/vcstools/issues/comments/419682930","html_url":"https://github.com/vcstools/vcstools/pull/140#issuecomment-419682930","issue_url":"https://api.github.com/repos/vcstools/vcstools/issues/140","id":419682930,"node_id":"MDEyOklzc3VlQ29tbWVudDQxOTY4MjkzMA==","user":{"login":"kartikmohta","id":92570,"node_id":"MDQ6VXNlcjkyNTcw","avatar_url":"https://avatars3.githubusercontent.com/u/92570?v=4","gravatar_id":"","url":"https://api.github.com/users/kartikmohta","html_url":"https://github.com/kartikmohta","followers_url":"https://api.github.com/users/kartikmohta/followers","following_url":"https://api.github.com/users/kartikmohta/following{/other_user}","gists_url":"https://api.github.com/users/kartikmohta/gists{/gist_id}","starred_url":"https://api.github.com/users/kartikmohta/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/kartikmohta/subscriptions","organizations_url":"https://api.github.com/users/kartikmohta/orgs","repos_url":"https://api.github.com/users/kartikmohta/repos","events_url":"https://api.github.com/users/kartikmohta/events{/privacy}","received_events_url":"https://api.github.com/users/kartikmohta/received_events","type":"User","site_admin":false},"created_at":"2018-09-09T00:56:39Z","updated_at":"2018-09-09T00:56:39Z","author_association":"NONE","body":"It's definitely using the `urlopen` path, not the authenticated call. I used a simple script to test:\r\n```python\r\nimport urllib.request\r\nimport tempfile\r\nimport os\r\nimport shutil\r\n\r\nresp = urllib.request.urlopen('https://github.com/ros-gbp/qt_gui_core-release/archive/release/melodic/qt_gui/0.3.11-0.tar.gz')\r\nfdesc, fname = tempfile.mkstemp()\r\nprint(fname)\r\nfhand = os.fdopen(fdesc, \"wb\")\r\nshutil.copyfileobj(resp.fp, fhand)\r\n```\r\nThis saves a file which is not a proper gzip compressed file.\r\nChanging the last line to `shutil.copyfileobj(resp, fhand)` leads a properly formatted gzip file."}}
{ "id": 5597557, "name": "vcstools/vcstools", "url": "https://api.github.com/repos/vcstools/vcstools" }
{ "id": 92570, "login": "kartikmohta", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/92570?", "url": "https://api.github.com/users/kartikmohta" }
{ "id": 2239949, "login": "vcstools", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2239949?", "url": "https://api.github.com/orgs/vcstools" }
2018-09-09T00:56:39
8235237436
{"actor":{"display_login":"kartikmohta"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/e-ucm/a2/issues/111","repository_url":"https://api.github.com/repos/e-ucm/a2","labels_url":"https://api.github.com/repos/e-ucm/a2/issues/111/labels{/name}","comments_url":"https://api.github.com/repos/e-ucm/a2/issues/111/comments","events_url":"https://api.github.com/repos/e-ucm/a2/issues/111/events","html_url":"https://github.com/e-ucm/a2/pull/111","id":361347947,"node_id":"MDExOlB1bGxSZXF1ZXN0MjE2MzQwMTM5","number":111,"title":"Beacocleaning","user":{"login":"Synpheros","id":5239973,"node_id":"MDQ6VXNlcjUyMzk5NzM=","avatar_url":"https://avatars1.githubusercontent.com/u/5239973?v=4","gravatar_id":"","url":"https://api.github.com/users/Synpheros","html_url":"https://github.com/Synpheros","followers_url":"https://api.github.com/users/Synpheros/followers","following_url":"https://api.github.com/users/Synpheros/following{/other_user}","gists_url":"https://api.github.com/users/Synpheros/gists{/gist_id}","starred_url":"https://api.github.com/users/Synpheros/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Synpheros/subscriptions","organizations_url":"https://api.github.com/users/Synpheros/orgs","repos_url":"https://api.github.com/users/Synpheros/repos","events_url":"https://api.github.com/users/Synpheros/events{/privacy}","received_events_url":"https://api.github.com/users/Synpheros/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":1,"created_at":"2018-09-18T14:58:53Z","updated_at":"2018-09-19T15:28:23Z","closed_at":null,"author_association":"MEMBER","pull_request":{"url":"https://api.github.com/repos/e-ucm/a2/pulls/111","html_url":"https://github.com/e-ucm/a2/pull/111","diff_url":"https://github.com/e-ucm/a2/pull/111.diff","patch_url":"https://github.com/e-ucm/a2/pull/111.patch"},"body":""},"comment":{"url":"https://api.github.com/repos/e-ucm/a2/issues/comments/422847225","html_url":"https://github.com/e-ucm/a2/pull/111#issuecomment-422847225","issue_url":"https://api.github.com/repos/e-ucm/a2/issues/111","id":422847225,"node_id":"MDEyOklzc3VlQ29tbWVudDQyMjg0NzIyNQ==","user":{"login":"gorco","id":5657407,"node_id":"MDQ6VXNlcjU2NTc0MDc=","avatar_url":"https://avatars3.githubusercontent.com/u/5657407?v=4","gravatar_id":"","url":"https://api.github.com/users/gorco","html_url":"https://github.com/gorco","followers_url":"https://api.github.com/users/gorco/followers","following_url":"https://api.github.com/users/gorco/following{/other_user}","gists_url":"https://api.github.com/users/gorco/gists{/gist_id}","starred_url":"https://api.github.com/users/gorco/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gorco/subscriptions","organizations_url":"https://api.github.com/users/gorco/orgs","repos_url":"https://api.github.com/users/gorco/repos","events_url":"https://api.github.com/users/gorco/events{/privacy}","received_events_url":"https://api.github.com/users/gorco/received_events","type":"User","site_admin":false},"created_at":"2018-09-19T15:28:23Z","updated_at":"2018-09-19T15:28:23Z","author_association":"MEMBER","body":"Done, please, check the commets. In general, nice pr"}}
{ "id": 37975438, "name": "e-ucm/a2", "url": "https://api.github.com/repos/e-ucm/a2" }
{ "id": 5657407, "login": "gorco", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/5657407?", "url": "https://api.github.com/users/gorco" }
{ "id": 2248314, "login": "e-ucm", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2248314?", "url": "https://api.github.com/orgs/e-ucm" }
2018-09-19T15:28:23
8289765430
{"actor":{"display_login":"gorco"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/loadimpact/k6/issues/525","repository_url":"https://api.github.com/repos/loadimpact/k6","labels_url":"https://api.github.com/repos/loadimpact/k6/issues/525/labels{/name}","comments_url":"https://api.github.com/repos/loadimpact/k6/issues/525/comments","events_url":"https://api.github.com/repos/loadimpact/k6/issues/525/events","html_url":"https://github.com/loadimpact/k6/pull/525","id":303793268,"number":525,"title":"System tags CLI option","user":{"login":"robingustafsson","id":1792533,"avatar_url":"https://avatars1.githubusercontent.com/u/1792533?v=4","gravatar_id":"","url":"https://api.github.com/users/robingustafsson","html_url":"https://github.com/robingustafsson","followers_url":"https://api.github.com/users/robingustafsson/followers","following_url":"https://api.github.com/users/robingustafsson/following{/other_user}","gists_url":"https://api.github.com/users/robingustafsson/gists{/gist_id}","starred_url":"https://api.github.com/users/robingustafsson/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/robingustafsson/subscriptions","organizations_url":"https://api.github.com/users/robingustafsson/orgs","repos_url":"https://api.github.com/users/robingustafsson/repos","events_url":"https://api.github.com/users/robingustafsson/events{/privacy}","received_events_url":"https://api.github.com/users/robingustafsson/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":13,"created_at":"2018-03-09T10:25:38Z","updated_at":"2018-03-15T08:11:49Z","closed_at":null,"author_association":"OWNER","pull_request":{"url":"https://api.github.com/repos/loadimpact/k6/pulls/525","html_url":"https://github.com/loadimpact/k6/pull/525","diff_url":"https://github.com/loadimpact/k6/pull/525.diff","patch_url":"https://github.com/loadimpact/k6/pull/525.patch"},"body":"Adds a CLI option `--default-tags \"url,method,status\"` to specify which tags to include in metrics output, a whitelist. Collectors have the possibility to override and force certain tags to be included.\r\n\r\nThe following tags can be specified:\r\n- `error` (http)\r\n- `group` (http)\r\n- ~~`iter` (vu)~~\r\n- `method` (http)\r\n- `name` (http)\r\n- `ocsp_status` (http)\r\n- `proto` (http)\r\n- `status` (http, websocket)\r\n- `subprotocol` (websocket)\r\n- `tls_version` (http)\r\n- `url` (http, websocket)\r\n- ~~`vu` (vu)~~\r\n\r\nCloses #485.\r\n\r\nUpdate: `iter` and `vu` tags will be removed with this PR."},"comment":{"url":"https://api.github.com/repos/loadimpact/k6/issues/comments/373294353","html_url":"https://github.com/loadimpact/k6/pull/525#issuecomment-373294353","issue_url":"https://api.github.com/repos/loadimpact/k6/issues/525","id":373294353,"user":{"login":"robingustafsson","id":1792533,"avatar_url":"https://avatars1.githubusercontent.com/u/1792533?v=4","gravatar_id":"","url":"https://api.github.com/users/robingustafsson","html_url":"https://github.com/robingustafsson","followers_url":"https://api.github.com/users/robingustafsson/followers","following_url":"https://api.github.com/users/robingustafsson/following{/other_user}","gists_url":"https://api.github.com/users/robingustafsson/gists{/gist_id}","starred_url":"https://api.github.com/users/robingustafsson/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/robingustafsson/subscriptions","organizations_url":"https://api.github.com/users/robingustafsson/orgs","repos_url":"https://api.github.com/users/robingustafsson/repos","events_url":"https://api.github.com/users/robingustafsson/events{/privacy}","received_events_url":"https://api.github.com/users/robingustafsson/received_events","type":"User","site_admin":false},"created_at":"2018-03-15T08:11:49Z","updated_at":"2018-03-15T08:11:49Z","author_association":"OWNER","body":"@na-- Besides the comment above regarding `subprotocol` to `subproto` the PR LGTM."}}
{ "id": 54400687, "name": "loadimpact/k6", "url": "https://api.github.com/repos/loadimpact/k6" }
{ "id": 1792533, "login": "robingustafsson", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/1792533?", "url": "https://api.github.com/users/robingustafsson" }
{ "id": 2271486, "login": "loadimpact", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2271486?", "url": "https://api.github.com/orgs/loadimpact" }
2018-03-15T08:11:49
7383063222
{"actor":{"display_login":"robingustafsson"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/githubschool/open-enrollment-classes-introduction-to-github/issues/16090","repository_url":"https://api.github.com/repos/githubschool/open-enrollment-classes-introduction-to-github","labels_url":"https://api.github.com/repos/githubschool/open-enrollment-classes-introduction-to-github/issues/16090/labels{/name}","comments_url":"https://api.github.com/repos/githubschool/open-enrollment-classes-introduction-to-github/issues/16090/comments","events_url":"https://api.github.com/repos/githubschool/open-enrollment-classes-introduction-to-github/issues/16090/events","html_url":"https://github.com/githubschool/open-enrollment-classes-introduction-to-github/issues/16090","id":308346967,"number":16090,"title":"Add me!","user":{"login":"imyhxy","id":12193450,"avatar_url":"https://avatars0.githubusercontent.com/u/12193450?v=4","gravatar_id":"","url":"https://api.github.com/users/imyhxy","html_url":"https://github.com/imyhxy","followers_url":"https://api.github.com/users/imyhxy/followers","following_url":"https://api.github.com/users/imyhxy/following{/other_user}","gists_url":"https://api.github.com/users/imyhxy/gists{/gist_id}","starred_url":"https://api.github.com/users/imyhxy/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/imyhxy/subscriptions","organizations_url":"https://api.github.com/users/imyhxy/orgs","repos_url":"https://api.github.com/users/imyhxy/repos","events_url":"https://api.github.com/users/imyhxy/events{/privacy}","received_events_url":"https://api.github.com/users/imyhxy/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2018-03-25T12:48:32Z","updated_at":"2018-03-25T12:48:36Z","closed_at":null,"author_association":"NONE","body":"Hello! :wave: Please add me as a collaborator to this repo. \r\n"},"comment":{"url":"https://api.github.com/repos/githubschool/open-enrollment-classes-introduction-to-github/issues/comments/375968056","html_url":"https://github.com/githubschool/open-enrollment-classes-introduction-to-github/issues/16090#issuecomment-375968056","issue_url":"https://api.github.com/repos/githubschool/open-enrollment-classes-introduction-to-github/issues/16090","id":375968056,"user":{"login":"teacherbot[bot]","id":28459849,"avatar_url":"https://avatars1.githubusercontent.com/in/2282?v=4","gravatar_id":"","url":"https://api.github.com/users/teacherbot%5Bbot%5D","html_url":"https://github.com/apps/teacherbot","followers_url":"https://api.github.com/users/teacherbot%5Bbot%5D/followers","following_url":"https://api.github.com/users/teacherbot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/teacherbot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/teacherbot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/teacherbot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/teacherbot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/teacherbot%5Bbot%5D/repos","events_url":"https://api.github.com/users/teacherbot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/teacherbot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"created_at":"2018-03-25T12:48:36Z","updated_at":"2018-03-25T12:48:36Z","author_association":"NONE","body":"Hi! I'm the friendly :robot: of this repo.\n\nWe're happy you're here :wave:. Everyone is welcome here, so I'm making you a collaborator. This will give you access to commit on this repo. Please [accept my invitation](https://github.com/githubschool/open-enrollment-classes-introduction-to-github/invitations) before moving on."}}
{ "id": 59304843, "name": "githubschool/open-enrollment-classes-introduction-to-github", "url": "https://api.github.com/repos/githubschool/open-enrollment-classes-introduction-to-github" }
{ "id": 28459849, "login": "teacherbot[bot]", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/28459849?", "url": "https://api.github.com/users/teacherbot[bot]" }
{ "id": 2271728, "login": "githubschool", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2271728?", "url": "https://api.github.com/orgs/githubschool" }
2018-03-25T12:48:36
7431235003
{"actor":{"display_login":"teacherbot"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/githubschool/open-enrollment-classes-introduction-to-github/issues/19291","repository_url":"https://api.github.com/repos/githubschool/open-enrollment-classes-introduction-to-github","labels_url":"https://api.github.com/repos/githubschool/open-enrollment-classes-introduction-to-github/issues/19291/labels{/name}","comments_url":"https://api.github.com/repos/githubschool/open-enrollment-classes-introduction-to-github/issues/19291/comments","events_url":"https://api.github.com/repos/githubschool/open-enrollment-classes-introduction-to-github/issues/19291/events","html_url":"https://github.com/githubschool/open-enrollment-classes-introduction-to-github/pull/19291","id":339179108,"node_id":"MDExOlB1bGxSZXF1ZXN0MTk5OTE1ODk4","number":19291,"title":"Create kanu13.json","user":{"login":"kanu13","id":40921846,"node_id":"MDQ6VXNlcjQwOTIxODQ2","avatar_url":"https://avatars0.githubusercontent.com/u/40921846?v=4","gravatar_id":"","url":"https://api.github.com/users/kanu13","html_url":"https://github.com/kanu13","followers_url":"https://api.github.com/users/kanu13/followers","following_url":"https://api.github.com/users/kanu13/following{/other_user}","gists_url":"https://api.github.com/users/kanu13/gists{/gist_id}","starred_url":"https://api.github.com/users/kanu13/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/kanu13/subscriptions","organizations_url":"https://api.github.com/users/kanu13/orgs","repos_url":"https://api.github.com/users/kanu13/repos","events_url":"https://api.github.com/users/kanu13/events{/privacy}","received_events_url":"https://api.github.com/users/kanu13/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":{"login":"kanu13","id":40921846,"node_id":"MDQ6VXNlcjQwOTIxODQ2","avatar_url":"https://avatars0.githubusercontent.com/u/40921846?v=4","gravatar_id":"","url":"https://api.github.com/users/kanu13","html_url":"https://github.com/kanu13","followers_url":"https://api.github.com/users/kanu13/followers","following_url":"https://api.github.com/users/kanu13/following{/other_user}","gists_url":"https://api.github.com/users/kanu13/gists{/gist_id}","starred_url":"https://api.github.com/users/kanu13/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/kanu13/subscriptions","organizations_url":"https://api.github.com/users/kanu13/orgs","repos_url":"https://api.github.com/users/kanu13/repos","events_url":"https://api.github.com/users/kanu13/events{/privacy}","received_events_url":"https://api.github.com/users/kanu13/received_events","type":"User","site_admin":false},"assignees":[{"login":"kanu13","id":40921846,"node_id":"MDQ6VXNlcjQwOTIxODQ2","avatar_url":"https://avatars0.githubusercontent.com/u/40921846?v=4","gravatar_id":"","url":"https://api.github.com/users/kanu13","html_url":"https://github.com/kanu13","followers_url":"https://api.github.com/users/kanu13/followers","following_url":"https://api.github.com/users/kanu13/following{/other_user}","gists_url":"https://api.github.com/users/kanu13/gists{/gist_id}","starred_url":"https://api.github.com/users/kanu13/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/kanu13/subscriptions","organizations_url":"https://api.github.com/users/kanu13/orgs","repos_url":"https://api.github.com/users/kanu13/repos","events_url":"https://api.github.com/users/kanu13/events{/privacy}","received_events_url":"https://api.github.com/users/kanu13/received_events","type":"User","site_admin":false}],"milestone":null,"comments":1,"created_at":"2018-07-07T22:20:19Z","updated_at":"2018-07-07T23:16:40Z","closed_at":null,"author_association":"COLLABORATOR","pull_request":{"url":"https://api.github.com/repos/githubschool/open-enrollment-classes-introduction-to-github/pulls/19291","html_url":"https://github.com/githubschool/open-enrollment-classes-introduction-to-github/pull/19291","diff_url":"https://github.com/githubschool/open-enrollment-classes-introduction-to-github/pull/19291.diff","patch_url":"https://github.com/githubschool/open-enrollment-classes-introduction-to-github/pull/19291.patch"},"body":"@githubteacher This pull request is to include my coordinates\r\n\r\ncloses #19289 "},"comment":{"url":"https://api.github.com/repos/githubschool/open-enrollment-classes-introduction-to-github/issues/comments/403249014","html_url":"https://github.com/githubschool/open-enrollment-classes-introduction-to-github/pull/19291#issuecomment-403249014","issue_url":"https://api.github.com/repos/githubschool/open-enrollment-classes-introduction-to-github/issues/19291","id":403249014,"node_id":"MDEyOklzc3VlQ29tbWVudDQwMzI0OTAxNA==","user":{"login":"thevvv36","id":30662995,"node_id":"MDQ6VXNlcjMwNjYyOTk1","avatar_url":"https://avatars3.githubusercontent.com/u/30662995?v=4","gravatar_id":"","url":"https://api.github.com/users/thevvv36","html_url":"https://github.com/thevvv36","followers_url":"https://api.github.com/users/thevvv36/followers","following_url":"https://api.github.com/users/thevvv36/following{/other_user}","gists_url":"https://api.github.com/users/thevvv36/gists{/gist_id}","starred_url":"https://api.github.com/users/thevvv36/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/thevvv36/subscriptions","organizations_url":"https://api.github.com/users/thevvv36/orgs","repos_url":"https://api.github.com/users/thevvv36/repos","events_url":"https://api.github.com/users/thevvv36/events{/privacy}","received_events_url":"https://api.github.com/users/thevvv36/received_events","type":"User","site_admin":false},"created_at":"2018-07-07T23:16:40Z","updated_at":"2018-07-07T23:16:40Z","author_association":"COLLABORATOR","body":"@kanu13 it look nice "}}
{ "id": 59304843, "name": "githubschool/open-enrollment-classes-introduction-to-github", "url": "https://api.github.com/repos/githubschool/open-enrollment-classes-introduction-to-github" }
{ "id": 30662995, "login": "thevvv36", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/30662995?", "url": "https://api.github.com/users/thevvv36" }
{ "id": 2271728, "login": "githubschool", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2271728?", "url": "https://api.github.com/orgs/githubschool" }
2018-07-07T23:16:40
7933065701
{"actor":{"display_login":"thevvv36"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/githubschool/open-enrollment-classes-introduction-to-github/issues/21540","repository_url":"https://api.github.com/repos/githubschool/open-enrollment-classes-introduction-to-github","labels_url":"https://api.github.com/repos/githubschool/open-enrollment-classes-introduction-to-github/issues/21540/labels{/name}","comments_url":"https://api.github.com/repos/githubschool/open-enrollment-classes-introduction-to-github/issues/21540/comments","events_url":"https://api.github.com/repos/githubschool/open-enrollment-classes-introduction-to-github/issues/21540/events","html_url":"https://github.com/githubschool/open-enrollment-classes-introduction-to-github/pull/21540","id":367517230,"node_id":"MDExOlB1bGxSZXF1ZXN0MjIwOTI0NzQ4","number":21540,"title":"Create magamongo.json","user":{"login":"magamongo","id":42668393,"node_id":"MDQ6VXNlcjQyNjY4Mzkz","avatar_url":"https://avatars3.githubusercontent.com/u/42668393?v=4","gravatar_id":"","url":"https://api.github.com/users/magamongo","html_url":"https://github.com/magamongo","followers_url":"https://api.github.com/users/magamongo/followers","following_url":"https://api.github.com/users/magamongo/following{/other_user}","gists_url":"https://api.github.com/users/magamongo/gists{/gist_id}","starred_url":"https://api.github.com/users/magamongo/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/magamongo/subscriptions","organizations_url":"https://api.github.com/users/magamongo/orgs","repos_url":"https://api.github.com/users/magamongo/repos","events_url":"https://api.github.com/users/magamongo/events{/privacy}","received_events_url":"https://api.github.com/users/magamongo/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":{"login":"magamongo","id":42668393,"node_id":"MDQ6VXNlcjQyNjY4Mzkz","avatar_url":"https://avatars3.githubusercontent.com/u/42668393?v=4","gravatar_id":"","url":"https://api.github.com/users/magamongo","html_url":"https://github.com/magamongo","followers_url":"https://api.github.com/users/magamongo/followers","following_url":"https://api.github.com/users/magamongo/following{/other_user}","gists_url":"https://api.github.com/users/magamongo/gists{/gist_id}","starred_url":"https://api.github.com/users/magamongo/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/magamongo/subscriptions","organizations_url":"https://api.github.com/users/magamongo/orgs","repos_url":"https://api.github.com/users/magamongo/repos","events_url":"https://api.github.com/users/magamongo/events{/privacy}","received_events_url":"https://api.github.com/users/magamongo/received_events","type":"User","site_admin":false},"assignees":[{"login":"magamongo","id":42668393,"node_id":"MDQ6VXNlcjQyNjY4Mzkz","avatar_url":"https://avatars3.githubusercontent.com/u/42668393?v=4","gravatar_id":"","url":"https://api.github.com/users/magamongo","html_url":"https://github.com/magamongo","followers_url":"https://api.github.com/users/magamongo/followers","following_url":"https://api.github.com/users/magamongo/following{/other_user}","gists_url":"https://api.github.com/users/magamongo/gists{/gist_id}","starred_url":"https://api.github.com/users/magamongo/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/magamongo/subscriptions","organizations_url":"https://api.github.com/users/magamongo/orgs","repos_url":"https://api.github.com/users/magamongo/repos","events_url":"https://api.github.com/users/magamongo/events{/privacy}","received_events_url":"https://api.github.com/users/magamongo/received_events","type":"User","site_admin":false}],"milestone":null,"comments":0,"created_at":"2018-10-07T03:30:32Z","updated_at":"2018-10-07T03:34:45Z","closed_at":"2018-10-07T03:34:44Z","author_association":"COLLABORATOR","pull_request":{"url":"https://api.github.com/repos/githubschool/open-enrollment-classes-introduction-to-github/pulls/21540","html_url":"https://github.com/githubschool/open-enrollment-classes-introduction-to-github/pull/21540","diff_url":"https://github.com/githubschool/open-enrollment-classes-introduction-to-github/pull/21540.diff","patch_url":"https://github.com/githubschool/open-enrollment-classes-introduction-to-github/pull/21540.patch"},"body":"@githubteacher\r\nI pinned myself at Sugamo in Tokyo\r\n"},"comment":{"url":"https://api.github.com/repos/githubschool/open-enrollment-classes-introduction-to-github/issues/comments/427623097","html_url":"https://github.com/githubschool/open-enrollment-classes-introduction-to-github/pull/21540#issuecomment-427623097","issue_url":"https://api.github.com/repos/githubschool/open-enrollment-classes-introduction-to-github/issues/21540","id":427623097,"node_id":"MDEyOklzc3VlQ29tbWVudDQyNzYyMzA5Nw==","user":{"login":"teacherbot[bot]","id":28459849,"node_id":"MDM6Qm90Mjg0NTk4NDk=","avatar_url":"https://avatars1.githubusercontent.com/in/2282?v=4","gravatar_id":"","url":"https://api.github.com/users/teacherbot%5Bbot%5D","html_url":"https://github.com/apps/teacherbot","followers_url":"https://api.github.com/users/teacherbot%5Bbot%5D/followers","following_url":"https://api.github.com/users/teacherbot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/teacherbot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/teacherbot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/teacherbot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/teacherbot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/teacherbot%5Bbot%5D/repos","events_url":"https://api.github.com/users/teacherbot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/teacherbot%5Bbot%5D/received_events","type":"Bot","site_admin":false},"created_at":"2018-10-07T03:34:45Z","updated_at":"2018-10-07T03:34:45Z","author_association":"NONE","body":":tada: Congratulations, you have finished this course. Please take a moment to tell us what you think in our [quick survey](http://www.surveygizmo.com/s3/3288550/intro-to-github).\n\nAlso, please remember to delete your branch if you haven't done so already."}}
{ "id": 59304843, "name": "githubschool/open-enrollment-classes-introduction-to-github", "url": "https://api.github.com/repos/githubschool/open-enrollment-classes-introduction-to-github" }
{ "id": 28459849, "login": "teacherbot[bot]", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/28459849?", "url": "https://api.github.com/users/teacherbot[bot]" }
{ "id": 2271728, "login": "githubschool", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2271728?", "url": "https://api.github.com/orgs/githubschool" }
2018-10-07T03:34:45
8379551735
{"actor":{"display_login":"teacherbot"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/python-control/python-control/issues/259","repository_url":"https://api.github.com/repos/python-control/python-control","labels_url":"https://api.github.com/repos/python-control/python-control/issues/259/labels{/name}","comments_url":"https://api.github.com/repos/python-control/python-control/issues/259/comments","events_url":"https://api.github.com/repos/python-control/python-control/issues/259/events","html_url":"https://github.com/python-control/python-control/pull/259","id":394883568,"node_id":"MDExOlB1bGxSZXF1ZXN0MjQxNDk4Mjkw","number":259,"title":"Plot heat maps of state spaces","user":{"login":"don4get","id":22080415,"node_id":"MDQ6VXNlcjIyMDgwNDE1","avatar_url":"https://avatars0.githubusercontent.com/u/22080415?v=4","gravatar_id":"","url":"https://api.github.com/users/don4get","html_url":"https://github.com/don4get","followers_url":"https://api.github.com/users/don4get/followers","following_url":"https://api.github.com/users/don4get/following{/other_user}","gists_url":"https://api.github.com/users/don4get/gists{/gist_id}","starred_url":"https://api.github.com/users/don4get/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/don4get/subscriptions","organizations_url":"https://api.github.com/users/don4get/orgs","repos_url":"https://api.github.com/users/don4get/repos","events_url":"https://api.github.com/users/don4get/events{/privacy}","received_events_url":"https://api.github.com/users/don4get/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":5,"created_at":"2018-12-30T16:16:01Z","updated_at":"2018-12-31T17:50:21Z","closed_at":null,"author_association":"NONE","pull_request":{"url":"https://api.github.com/repos/python-control/python-control/pulls/259","html_url":"https://github.com/python-control/python-control/pull/259","diff_url":"https://github.com/python-control/python-control/pull/259.diff","patch_url":"https://github.com/python-control/python-control/pull/259.patch"},"body":"Hello!\r\n\r\nThank you for maintaining this repo.\r\n\r\nHere is a little contribution to plot heat maps of state spaces or matrices.\r\nExample is available in appropriate folder.\r\nWhile I got used to your coding convention, I also slightly cleaned `nichols.py`. If you prefer me to send two separate PR, just tell me :)\r\n"},"comment":{"url":"https://api.github.com/repos/python-control/python-control/issues/comments/450674130","html_url":"https://github.com/python-control/python-control/pull/259#issuecomment-450674130","issue_url":"https://api.github.com/repos/python-control/python-control/issues/259","id":450674130,"node_id":"MDEyOklzc3VlQ29tbWVudDQ1MDY3NDEzMA==","user":{"login":"murrayrm","id":293362,"node_id":"MDQ6VXNlcjI5MzM2Mg==","avatar_url":"https://avatars2.githubusercontent.com/u/293362?v=4","gravatar_id":"","url":"https://api.github.com/users/murrayrm","html_url":"https://github.com/murrayrm","followers_url":"https://api.github.com/users/murrayrm/followers","following_url":"https://api.github.com/users/murrayrm/following{/other_user}","gists_url":"https://api.github.com/users/murrayrm/gists{/gist_id}","starred_url":"https://api.github.com/users/murrayrm/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/murrayrm/subscriptions","organizations_url":"https://api.github.com/users/murrayrm/orgs","repos_url":"https://api.github.com/users/murrayrm/repos","events_url":"https://api.github.com/users/murrayrm/events{/privacy}","received_events_url":"https://api.github.com/users/murrayrm/received_events","type":"User","site_admin":false},"created_at":"2018-12-31T17:50:21Z","updated_at":"2018-12-31T17:50:21Z","author_association":"MEMBER","body":"It would be useful if you could split this into two PRs, as you suggest. I have some questions about the use of heat maps; will post those once these have been split."}}
{ "id": 22791752, "name": "python-control/python-control", "url": "https://api.github.com/repos/python-control/python-control" }
{ "id": 293362, "login": "murrayrm", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/293362?", "url": "https://api.github.com/users/murrayrm" }
{ "id": 2285872, "login": "python-control", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2285872?", "url": "https://api.github.com/orgs/python-control" }
2018-12-31T17:50:22
8819185811
{"actor":{"display_login":"murrayrm"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/lxc/pylxd/issues/295","repository_url":"https://api.github.com/repos/lxc/pylxd","labels_url":"https://api.github.com/repos/lxc/pylxd/issues/295/labels{/name}","comments_url":"https://api.github.com/repos/lxc/pylxd/issues/295/comments","events_url":"https://api.github.com/repos/lxc/pylxd/issues/295/events","html_url":"https://github.com/lxc/pylxd/issues/295","id":312044371,"number":295,"title":"NotFound is raised when trying to access the stateful property of the container snapshot. pylxd 2.2.6 ","user":{"login":"Silentphantom62","id":38120935,"avatar_url":"https://avatars0.githubusercontent.com/u/38120935?v=4","gravatar_id":"","url":"https://api.github.com/users/Silentphantom62","html_url":"https://github.com/Silentphantom62","followers_url":"https://api.github.com/users/Silentphantom62/followers","following_url":"https://api.github.com/users/Silentphantom62/following{/other_user}","gists_url":"https://api.github.com/users/Silentphantom62/gists{/gist_id}","starred_url":"https://api.github.com/users/Silentphantom62/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Silentphantom62/subscriptions","organizations_url":"https://api.github.com/users/Silentphantom62/orgs","repos_url":"https://api.github.com/users/Silentphantom62/repos","events_url":"https://api.github.com/users/Silentphantom62/events{/privacy}","received_events_url":"https://api.github.com/users/Silentphantom62/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":4,"created_at":"2018-04-06T16:47:15Z","updated_at":"2018-04-07T07:31:58Z","closed_at":null,"author_association":"NONE","body":"After upgrading to pylxd 2.2.6 while accessing the stateful property of the container snapshot object, NotFound error is thrown.\r\n\r\nLXC version: 3.0.0\r\n\r\n```\r\nfrom pylxd import Client\r\nclient = Client()\r\ncontainer = client.containers.get('test')\r\nsnapshots = container.snapshots.all()\r\nprint(snapshots[0].name)\r\nprint(snapshots[0].stateful)\r\n```\r\n\r\n```\r\nweb_1 | Traceback (most recent call last):\r\nweb_1 | print(snapshots[0].stateful)\r\nweb_1 | File \"/usr/local/lib/python2.7/dist-packages/pylxd/models/_model.py\", line 125, in __getattribute__\r\nweb_1 | self.sync()\r\nweb_1 | File \"/usr/local/lib/python2.7/dist-packages/pylxd/models/_model.py\", line 154, in sync\r\nweb_1 | response = self.api.get()\r\nweb_1 | File \"/usr/local/lib/python2.7/dist-packages/pylxd/client.py\", line 125, in get\r\nweb_1 | self._assert_response(response, stream=kwargs.get('stream', False))\r\nweb_1 | File \"/usr/local/lib/python2.7/dist-packages/pylxd/client.py\", line 90, in _assert_response\r\nweb_1 | raise exceptions.NotFound(response)\r\n```\r\n"},"comment":{"url":"https://api.github.com/repos/lxc/pylxd/issues/comments/379443426","html_url":"https://github.com/lxc/pylxd/issues/295#issuecomment-379443426","issue_url":"https://api.github.com/repos/lxc/pylxd/issues/295","id":379443426,"user":{"login":"ajkavanagh","id":567675,"avatar_url":"https://avatars2.githubusercontent.com/u/567675?v=4","gravatar_id":"","url":"https://api.github.com/users/ajkavanagh","html_url":"https://github.com/ajkavanagh","followers_url":"https://api.github.com/users/ajkavanagh/followers","following_url":"https://api.github.com/users/ajkavanagh/following{/other_user}","gists_url":"https://api.github.com/users/ajkavanagh/gists{/gist_id}","starred_url":"https://api.github.com/users/ajkavanagh/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ajkavanagh/subscriptions","organizations_url":"https://api.github.com/users/ajkavanagh/orgs","repos_url":"https://api.github.com/users/ajkavanagh/repos","events_url":"https://api.github.com/users/ajkavanagh/events{/privacy}","received_events_url":"https://api.github.com/users/ajkavanagh/received_events","type":"User","site_admin":false},"created_at":"2018-04-07T07:31:58Z","updated_at":"2018-04-07T07:31:58Z","author_association":"CONTRIBUTOR","body":"Okay, I've not managed to reproduce it. I'm not sure if lxd 3.0.0 is supposed to 'work' with lxc < 3.0.0, but obviously some combinations do.\r\n\r\nI have a working set up with lxd 3.0.0, lxc 3.0.0 and pylxd 2.2.6.\r\n\r\ni.e. I'm using the snap version of lxd and it uses lxc 3.0.0 and pylxd 2.2.6 works with that.\r\n\r\nHow are you installing lxd and lxc? (i.e. where do the versions come from?) Please could you post your results of:\r\n\r\n which lxc\r\n which lxd\r\n lsb_release -d\r\n\r\nThanks.\r\n\r\n\r\n\r\n"}}
{ "id": 36316984, "name": "lxc/pylxd", "url": "https://api.github.com/repos/lxc/pylxd" }
{ "id": 567675, "login": "ajkavanagh", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/567675?", "url": "https://api.github.com/users/ajkavanagh" }
{ "id": 2301756, "login": "lxc", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2301756?", "url": "https://api.github.com/orgs/lxc" }
2018-04-07T07:31:58
7494277955
{"actor":{"display_login":"ajkavanagh"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/lxc/lxc/issues/2236","repository_url":"https://api.github.com/repos/lxc/lxc","labels_url":"https://api.github.com/repos/lxc/lxc/issues/2236/labels{/name}","comments_url":"https://api.github.com/repos/lxc/lxc/issues/2236/comments","events_url":"https://api.github.com/repos/lxc/lxc/issues/2236/events","html_url":"https://github.com/lxc/lxc/pull/2236","id":308386188,"number":2236,"title":"Allow passing action scripts to CRIU","user":{"login":"ehmm","id":32422402,"avatar_url":"https://avatars3.githubusercontent.com/u/32422402?v=4","gravatar_id":"","url":"https://api.github.com/users/ehmm","html_url":"https://github.com/ehmm","followers_url":"https://api.github.com/users/ehmm/followers","following_url":"https://api.github.com/users/ehmm/following{/other_user}","gists_url":"https://api.github.com/users/ehmm/gists{/gist_id}","starred_url":"https://api.github.com/users/ehmm/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ehmm/subscriptions","organizations_url":"https://api.github.com/users/ehmm/orgs","repos_url":"https://api.github.com/users/ehmm/repos","events_url":"https://api.github.com/users/ehmm/events{/privacy}","received_events_url":"https://api.github.com/users/ehmm/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":6,"created_at":"2018-03-25T21:11:50Z","updated_at":"2018-03-26T15:55:23Z","closed_at":null,"author_association":"NONE","pull_request":{"url":"https://api.github.com/repos/lxc/lxc/pulls/2236","html_url":"https://github.com/lxc/lxc/pull/2236","diff_url":"https://github.com/lxc/lxc/pull/2236.diff","patch_url":"https://github.com/lxc/lxc/pull/2236.patch"},"body":"Add option to lxc-checkpoint to allow passing of action script to CRIU from lxc-checkpoint command"},"comment":{"url":"https://api.github.com/repos/lxc/lxc/issues/comments/376216730","html_url":"https://github.com/lxc/lxc/pull/2236#issuecomment-376216730","issue_url":"https://api.github.com/repos/lxc/lxc/issues/2236","id":376216730,"user":{"login":"brauner","id":7353573,"avatar_url":"https://avatars0.githubusercontent.com/u/7353573?v=4","gravatar_id":"","url":"https://api.github.com/users/brauner","html_url":"https://github.com/brauner","followers_url":"https://api.github.com/users/brauner/followers","following_url":"https://api.github.com/users/brauner/following{/other_user}","gists_url":"https://api.github.com/users/brauner/gists{/gist_id}","starred_url":"https://api.github.com/users/brauner/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/brauner/subscriptions","organizations_url":"https://api.github.com/users/brauner/orgs","repos_url":"https://api.github.com/users/brauner/repos","events_url":"https://api.github.com/users/brauner/events{/privacy}","received_events_url":"https://api.github.com/users/brauner/received_events","type":"User","site_admin":false},"created_at":"2018-03-26T15:55:23Z","updated_at":"2018-03-26T15:55:23Z","author_association":"MEMBER","body":"@tych0, I don't have objections. What do you think?"}}
{ "id": 5720995, "name": "lxc/lxc", "url": "https://api.github.com/repos/lxc/lxc" }
{ "id": 7353573, "login": "brauner", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/7353573?", "url": "https://api.github.com/users/brauner" }
{ "id": 2301756, "login": "lxc", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2301756?", "url": "https://api.github.com/orgs/lxc" }
2018-03-26T15:55:24
7436105900
{"actor":{"display_login":"brauner"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/trailofbits/manticore/issues/1031","repository_url":"https://api.github.com/repos/trailofbits/manticore","labels_url":"https://api.github.com/repos/trailofbits/manticore/issues/1031/labels{/name}","comments_url":"https://api.github.com/repos/trailofbits/manticore/issues/1031/comments","events_url":"https://api.github.com/repos/trailofbits/manticore/issues/1031/events","html_url":"https://github.com/trailofbits/manticore/pull/1031","id":348111424,"node_id":"MDExOlB1bGxSZXF1ZXN0MjA2NTM5Njc4","number":1031,"title":"Sha3 rework and performance enhancements","user":{"login":"feliam","id":1017522,"node_id":"MDQ6VXNlcjEwMTc1MjI=","avatar_url":"https://avatars1.githubusercontent.com/u/1017522?v=4","gravatar_id":"","url":"https://api.github.com/users/feliam","html_url":"https://github.com/feliam","followers_url":"https://api.github.com/users/feliam/followers","following_url":"https://api.github.com/users/feliam/following{/other_user}","gists_url":"https://api.github.com/users/feliam/gists{/gist_id}","starred_url":"https://api.github.com/users/feliam/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/feliam/subscriptions","organizations_url":"https://api.github.com/users/feliam/orgs","repos_url":"https://api.github.com/users/feliam/repos","events_url":"https://api.github.com/users/feliam/events{/privacy}","received_events_url":"https://api.github.com/users/feliam/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/trailofbits/manticore/milestones/8","html_url":"https://github.com/trailofbits/manticore/milestone/8","labels_url":"https://api.github.com/repos/trailofbits/manticore/milestones/8/labels","id":3563425,"node_id":"MDk6TWlsZXN0b25lMzU2MzQyNQ==","number":8,"title":"0.2.1","description":"","creator":{"login":"defunctio","id":20653242,"node_id":"MDQ6VXNlcjIwNjUzMjQy","avatar_url":"https://avatars3.githubusercontent.com/u/20653242?v=4","gravatar_id":"","url":"https://api.github.com/users/defunctio","html_url":"https://github.com/defunctio","followers_url":"https://api.github.com/users/defunctio/followers","following_url":"https://api.github.com/users/defunctio/following{/other_user}","gists_url":"https://api.github.com/users/defunctio/gists{/gist_id}","starred_url":"https://api.github.com/users/defunctio/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/defunctio/subscriptions","organizations_url":"https://api.github.com/users/defunctio/orgs","repos_url":"https://api.github.com/users/defunctio/repos","events_url":"https://api.github.com/users/defunctio/events{/privacy}","received_events_url":"https://api.github.com/users/defunctio/received_events","type":"User","site_admin":false},"open_issues":4,"closed_issues":8,"state":"open","created_at":"2018-08-12T23:26:06Z","updated_at":"2018-08-29T19:45:53Z","due_on":"2018-08-31T07:00:00Z","closed_at":null},"comments":4,"created_at":"2018-08-06T23:09:30Z","updated_at":"2018-08-30T21:03:56Z","closed_at":null,"author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/trailofbits/manticore/pulls/1031","html_url":"https://github.com/trailofbits/manticore/pull/1031","diff_url":"https://github.com/trailofbits/manticore/pull/1031.diff","patch_url":"https://github.com/trailofbits/manticore/pull/1031.patch"},"body":"Sha3 trick improvements\r\nMini performance enhacements\r\nMini docstring enhancements\r\n\r\n<!-- Reviewable:start -->\r\nThis change is [<img src=\"https://reviewable.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/>](https://reviewable.io/reviews/trailofbits/manticore/1031)\r\n<!-- Reviewable:end -->\r\n"},"comment":{"url":"https://api.github.com/repos/trailofbits/manticore/issues/comments/417466548","html_url":"https://github.com/trailofbits/manticore/pull/1031#issuecomment-417466548","issue_url":"https://api.github.com/repos/trailofbits/manticore/issues/1031","id":417466548,"node_id":"MDEyOklzc3VlQ29tbWVudDQxNzQ2NjU0OA==","user":{"login":"feliam","id":1017522,"node_id":"MDQ6VXNlcjEwMTc1MjI=","avatar_url":"https://avatars1.githubusercontent.com/u/1017522?v=4","gravatar_id":"","url":"https://api.github.com/users/feliam","html_url":"https://github.com/feliam","followers_url":"https://api.github.com/users/feliam/followers","following_url":"https://api.github.com/users/feliam/following{/other_user}","gists_url":"https://api.github.com/users/feliam/gists{/gist_id}","starred_url":"https://api.github.com/users/feliam/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/feliam/subscriptions","organizations_url":"https://api.github.com/users/feliam/orgs","repos_url":"https://api.github.com/users/feliam/repos","events_url":"https://api.github.com/users/feliam/events{/privacy}","received_events_url":"https://api.github.com/users/feliam/received_events","type":"User","site_admin":false},"created_at":"2018-08-30T21:03:56Z","updated_at":"2018-08-30T21:03:56Z","author_association":"CONTRIBUTOR","body":"\n\n\n\n___\n*[manticore/ethereum.py, line 2199 at r3](https://reviewable.io/reviews/trailofbits/manticore/1031#-LLBAKhsCOeQ3Ft3ZssJ:-LLBdSGf6ZTGdG3MjRVB:buuxde8) ([raw file](https://github.com/trailofbits/manticore/blob/ace61422ae920ef69361b06951dbc6b4f43014a5/manticore/ethereum.py#L2199)):*\n> ```\n> _on_symbolic_sha3_callback(self, state,\n> ```\nWould it be more clear to just raise TerminateState? so you know it breaks there?\n\n\n<!-- Sent from Reviewable.io -->\n"}}
{ "id": 81612762, "name": "trailofbits/manticore", "url": "https://api.github.com/repos/trailofbits/manticore" }
{ "id": 1017522, "login": "feliam", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/1017522?", "url": "https://api.github.com/users/feliam" }
{ "id": 2314423, "login": "trailofbits", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2314423?", "url": "https://api.github.com/orgs/trailofbits" }
2018-08-30T21:03:56
8193889194
{"actor":{"display_login":"feliam"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/trailofbits/manticore/issues/1213","repository_url":"https://api.github.com/repos/trailofbits/manticore","labels_url":"https://api.github.com/repos/trailofbits/manticore/issues/1213/labels{/name}","comments_url":"https://api.github.com/repos/trailofbits/manticore/issues/1213/comments","events_url":"https://api.github.com/repos/trailofbits/manticore/issues/1213/events","html_url":"https://github.com/trailofbits/manticore/issues/1213","id":372560129,"node_id":"MDU6SXNzdWUzNzI1NjAxMjk=","number":1213,"title":"Make the event system lazy","user":{"login":"feliam","id":1017522,"node_id":"MDQ6VXNlcjEwMTc1MjI=","avatar_url":"https://avatars1.githubusercontent.com/u/1017522?v=4","gravatar_id":"","url":"https://api.github.com/users/feliam","html_url":"https://github.com/feliam","followers_url":"https://api.github.com/users/feliam/followers","following_url":"https://api.github.com/users/feliam/following{/other_user}","gists_url":"https://api.github.com/users/feliam/gists{/gist_id}","starred_url":"https://api.github.com/users/feliam/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/feliam/subscriptions","organizations_url":"https://api.github.com/users/feliam/orgs","repos_url":"https://api.github.com/users/feliam/repos","events_url":"https://api.github.com/users/feliam/events{/privacy}","received_events_url":"https://api.github.com/users/feliam/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2018-10-22T15:06:08Z","updated_at":"2018-10-26T17:44:43Z","closed_at":null,"author_association":"CONTRIBUTOR","body":"Currently the event system always send the event to relaying objects even if there is no callback at the end of the chain. \r\nSo if a chain of object forwards events originated in an object A but there is no callback registered to consume this events. The event is going to be passed through all the chain of objects with no particular reason to be discarded at the end.\r\n\r\nThe idea for this issue is to implement lazyness in the current system. The goal is that publishing an event which has no registered callback should be a no-op and super fast. \r\nPerhaps patching `_publish` on certain objects depending on the callbacks that particular event has registered.\r\n\r\nhttps://github.com/trailofbits/manticore/blob/d1612434980abd0ea45467c63d4272b21720b2be/manticore/utils/event.py#L115-L117"},"comment":{"url":"https://api.github.com/repos/trailofbits/manticore/issues/comments/433488819","html_url":"https://github.com/trailofbits/manticore/issues/1213#issuecomment-433488819","issue_url":"https://api.github.com/repos/trailofbits/manticore/issues/1213","id":433488819,"node_id":"MDEyOklzc3VlQ29tbWVudDQzMzQ4ODgxOQ==","user":{"login":"gitcoinbot","id":27903976,"node_id":"MDQ6VXNlcjI3OTAzOTc2","avatar_url":"https://avatars2.githubusercontent.com/u/27903976?v=4","gravatar_id":"","url":"https://api.github.com/users/gitcoinbot","html_url":"https://github.com/gitcoinbot","followers_url":"https://api.github.com/users/gitcoinbot/followers","following_url":"https://api.github.com/users/gitcoinbot/following{/other_user}","gists_url":"https://api.github.com/users/gitcoinbot/gists{/gist_id}","starred_url":"https://api.github.com/users/gitcoinbot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gitcoinbot/subscriptions","organizations_url":"https://api.github.com/users/gitcoinbot/orgs","repos_url":"https://api.github.com/users/gitcoinbot/repos","events_url":"https://api.github.com/users/gitcoinbot/events{/privacy}","received_events_url":"https://api.github.com/users/gitcoinbot/received_events","type":"User","site_admin":false},"created_at":"2018-10-26T17:44:42Z","updated_at":"2018-10-26T17:44:42Z","author_association":"NONE","body":"Issue Status: 1. **Open** 2. Started 3. Submitted 4. Done \n\n<hr>\n\n__This issue now has a funding of 100.0 DAI (100.0 USD @ $1.0/DAI) attached to it as part of the Ethereum Community Fund via ECF Web 3.0 Infrastructure Fund fund.__\n\n * If you would like to work on this issue you can 'start work' [on the Gitcoin Issue Details page](https://gitcoin.co/issue/trailofbits/manticore/1213/1628).\n* Want to chip in? Add your own contribution [here](https://gitcoin.co/issue/trailofbits/manticore/1213/1628).\n* Questions? Checkout <a href='https://gitcoin.co/help'>Gitcoin Help</a> or the <a href='https://gitcoin.co/slack'>Gitcoin Slack</a>\n* $49,256.38 more funded OSS Work available on the [Gitcoin Issue Explorer](https://gitcoin.co/explorer)\n"}}
{ "id": 81612762, "name": "trailofbits/manticore", "url": "https://api.github.com/repos/trailofbits/manticore" }
{ "id": 27903976, "login": "gitcoinbot", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/27903976?", "url": "https://api.github.com/users/gitcoinbot" }
{ "id": 2314423, "login": "trailofbits", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2314423?", "url": "https://api.github.com/orgs/trailofbits" }
2018-10-26T17:44:43
8488777770
{"actor":{"display_login":"gitcoinbot"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/trailofbits/slither/issues/115","repository_url":"https://api.github.com/repos/trailofbits/slither","labels_url":"https://api.github.com/repos/trailofbits/slither/issues/115/labels{/name}","comments_url":"https://api.github.com/repos/trailofbits/slither/issues/115/comments","events_url":"https://api.github.com/repos/trailofbits/slither/issues/115/events","html_url":"https://github.com/trailofbits/slither/issues/115","id":393710270,"node_id":"MDU6SXNzdWUzOTM3MTAyNzA=","number":115,"title":"False positive for unused-return","user":{"login":"mrice32","id":11791551,"node_id":"MDQ6VXNlcjExNzkxNTUx","avatar_url":"https://avatars3.githubusercontent.com/u/11791551?v=4","gravatar_id":"","url":"https://api.github.com/users/mrice32","html_url":"https://github.com/mrice32","followers_url":"https://api.github.com/users/mrice32/followers","following_url":"https://api.github.com/users/mrice32/following{/other_user}","gists_url":"https://api.github.com/users/mrice32/gists{/gist_id}","starred_url":"https://api.github.com/users/mrice32/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mrice32/subscriptions","organizations_url":"https://api.github.com/users/mrice32/orgs","repos_url":"https://api.github.com/users/mrice32/repos","events_url":"https://api.github.com/users/mrice32/events{/privacy}","received_events_url":"https://api.github.com/users/mrice32/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2018-12-22T23:32:16Z","updated_at":"2018-12-22T23:42:09Z","closed_at":null,"author_association":"CONTRIBUTOR","body":"Sorry for posting so many false positives, but this was the last one we found in our codebase that seemed to be erroneous. The `unused-return` detector seems to be tricked when using a ternary that calls a function inside a return statement. Since it seems that all three of those conditions must be true to trigger the erroneous detection, this seems like an edge case that can easily be avoided by slightly changing the syntax. Still, I thought it was worth creating a dummy example to demonstrate it:\r\n```\r\n/*\r\n Test\r\n*/\r\npragma solidity ^0.5.0;\r\n\r\n\r\nlibrary Math {\r\n function add(uint a, uint b) internal pure returns (uint c) {\r\n c = a + b;\r\n }\r\n\r\n function sub(uint a, uint b) internal pure returns (uint c) {\r\n c = a - b;\r\n }\r\n}\r\n\r\n\r\ncontract TestContract {\r\n using Math for uint;\r\n\r\n uint public value;\r\n\r\n constructor() public {\r\n value = 0;\r\n }\r\n\r\n function updateValue(bool isAdd) external {\r\n value = getUpdatedValue(isAdd);\r\n }\r\n\r\n function getUpdatedValue(bool isAdd) public view returns (uint) {\r\n return isAdd ? value.add(1) : value.sub(1);\r\n }\r\n}\r\n```"},"comment":{"url":"https://api.github.com/repos/trailofbits/slither/issues/comments/449604404","html_url":"https://github.com/trailofbits/slither/issues/115#issuecomment-449604404","issue_url":"https://api.github.com/repos/trailofbits/slither/issues/115","id":449604404,"node_id":"MDEyOklzc3VlQ29tbWVudDQ0OTYwNDQwNA==","user":{"login":"dguido","id":294844,"node_id":"MDQ6VXNlcjI5NDg0NA==","avatar_url":"https://avatars2.githubusercontent.com/u/294844?v=4","gravatar_id":"","url":"https://api.github.com/users/dguido","html_url":"https://github.com/dguido","followers_url":"https://api.github.com/users/dguido/followers","following_url":"https://api.github.com/users/dguido/following{/other_user}","gists_url":"https://api.github.com/users/dguido/gists{/gist_id}","starred_url":"https://api.github.com/users/dguido/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dguido/subscriptions","organizations_url":"https://api.github.com/users/dguido/orgs","repos_url":"https://api.github.com/users/dguido/repos","events_url":"https://api.github.com/users/dguido/events{/privacy}","received_events_url":"https://api.github.com/users/dguido/received_events","type":"User","site_admin":false},"created_at":"2018-12-22T23:42:09Z","updated_at":"2018-12-22T23:42:09Z","author_association":"MEMBER","body":"This is great, thank you! Drop by our Slack and say hello: https://empireslacking.herokuapp.com/"}}
{ "id": 147583941, "name": "trailofbits/slither", "url": "https://api.github.com/repos/trailofbits/slither" }
{ "id": 294844, "login": "dguido", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/294844?", "url": "https://api.github.com/users/dguido" }
{ "id": 2314423, "login": "trailofbits", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2314423?", "url": "https://api.github.com/orgs/trailofbits" }
2018-12-22T23:42:09
8796041374
{"actor":{"display_login":"dguido"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/trailofbits/algo/issues/491","repository_url":"https://api.github.com/repos/trailofbits/algo","labels_url":"https://api.github.com/repos/trailofbits/algo/issues/491/labels{/name}","comments_url":"https://api.github.com/repos/trailofbits/algo/issues/491/comments","events_url":"https://api.github.com/repos/trailofbits/algo/issues/491/events","html_url":"https://github.com/trailofbits/algo/issues/491","id":224299327,"number":491,"title":"Set the name shown to the user (client) to be the server name specified in the install script","user":{"login":"bluetardis","id":5024761,"avatar_url":"https://avatars2.githubusercontent.com/u/5024761?v=4","gravatar_id":"","url":"https://api.github.com/users/bluetardis","html_url":"https://github.com/bluetardis","followers_url":"https://api.github.com/users/bluetardis/followers","following_url":"https://api.github.com/users/bluetardis/following{/other_user}","gists_url":"https://api.github.com/users/bluetardis/gists{/gist_id}","starred_url":"https://api.github.com/users/bluetardis/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/bluetardis/subscriptions","organizations_url":"https://api.github.com/users/bluetardis/orgs","repos_url":"https://api.github.com/users/bluetardis/repos","events_url":"https://api.github.com/users/bluetardis/events{/privacy}","received_events_url":"https://api.github.com/users/bluetardis/received_events","type":"User","site_admin":false},"labels":[{"id":574564497,"url":"https://api.github.com/repos/trailofbits/algo/labels/ux_enhancement","name":"ux_enhancement","color":"c5def5","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/trailofbits/algo/milestones/2","html_url":"https://github.com/trailofbits/algo/milestone/2","labels_url":"https://api.github.com/repos/trailofbits/algo/milestones/2/labels","id":2221754,"number":2,"title":"1.1","description":"This release includes some minor enhancements that did not make the cut for 1.0, including better support for Amazon EC2 and Lightsail.","creator":{"login":"dguido","id":294844,"avatar_url":"https://avatars2.githubusercontent.com/u/294844?v=4","gravatar_id":"","url":"https://api.github.com/users/dguido","html_url":"https://github.com/dguido","followers_url":"https://api.github.com/users/dguido/followers","following_url":"https://api.github.com/users/dguido/following{/other_user}","gists_url":"https://api.github.com/users/dguido/gists{/gist_id}","starred_url":"https://api.github.com/users/dguido/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dguido/subscriptions","organizations_url":"https://api.github.com/users/dguido/orgs","repos_url":"https://api.github.com/users/dguido/repos","events_url":"https://api.github.com/users/dguido/events{/privacy}","received_events_url":"https://api.github.com/users/dguido/received_events","type":"User","site_admin":false},"open_issues":5,"closed_issues":11,"state":"open","created_at":"2016-12-30T23:39:07Z","updated_at":"2018-03-28T18:18:06Z","due_on":null,"closed_at":null},"comments":9,"created_at":"2017-04-25T23:18:06Z","updated_at":"2018-05-23T05:00:02Z","closed_at":null,"author_association":"NONE","body":"### OS / Environment\r\n<!--- where do you run Algo? -->\r\nAWS\r\n\r\n\r\n### Summary of the problem\r\nDuring install a server name can be specified in the script. (A query could also be made for a \"friendly name\".\r\nRegardless of what is entered, the name used is \"Algo\" for:\r\nAWS Console\r\nApple MobileConfig \r\n(and probably others that I can't test)\r\n\r\n\r\n### Steps to reproduce the behavior\r\nnormal install\r\n\r\n\r\n### The way of deployment (cloud or local)\r\ncloud\r\n\r\n### Expected behavior\r\nuse the specified server name or optionally a friendly name/tag\r\n\r\n\r\n\r\n### Actual behavior\r\n\r\n\r\n\r\n### Full log\r\n<!--- Put here the FULL LOG after you run the ./algo script -->\r\n\r\n"},"comment":{"url":"https://api.github.com/repos/trailofbits/algo/issues/comments/391220731","html_url":"https://github.com/trailofbits/algo/issues/491#issuecomment-391220731","issue_url":"https://api.github.com/repos/trailofbits/algo/issues/491","id":391220731,"user":{"login":"bkono","id":179311,"avatar_url":"https://avatars3.githubusercontent.com/u/179311?v=4","gravatar_id":"","url":"https://api.github.com/users/bkono","html_url":"https://github.com/bkono","followers_url":"https://api.github.com/users/bkono/followers","following_url":"https://api.github.com/users/bkono/following{/other_user}","gists_url":"https://api.github.com/users/bkono/gists{/gist_id}","starred_url":"https://api.github.com/users/bkono/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/bkono/subscriptions","organizations_url":"https://api.github.com/users/bkono/orgs","repos_url":"https://api.github.com/users/bkono/repos","events_url":"https://api.github.com/users/bkono/events{/privacy}","received_events_url":"https://api.github.com/users/bkono/received_events","type":"User","site_admin":false},"created_at":"2018-05-23T05:00:02Z","updated_at":"2018-05-23T05:00:02Z","author_association":"NONE","body":"Great. PR is pushed https://github.com/trailofbits/algo/pull/959 with screenshots of expected behavior in the comments."}}
{ "id": 58842707, "name": "trailofbits/algo", "url": "https://api.github.com/repos/trailofbits/algo" }
{ "id": 179311, "login": "bkono", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/179311?", "url": "https://api.github.com/users/bkono" }
{ "id": 2314423, "login": "trailofbits", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2314423?", "url": "https://api.github.com/orgs/trailofbits" }
2018-05-23T05:00:03
7714891866
{"actor":{"display_login":"bkono"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/Activiti/activiti-cloud-dependencies/issues/219","repository_url":"https://api.github.com/repos/Activiti/activiti-cloud-dependencies","labels_url":"https://api.github.com/repos/Activiti/activiti-cloud-dependencies/issues/219/labels{/name}","comments_url":"https://api.github.com/repos/Activiti/activiti-cloud-dependencies/issues/219/comments","events_url":"https://api.github.com/repos/Activiti/activiti-cloud-dependencies/issues/219/events","html_url":"https://github.com/Activiti/activiti-cloud-dependencies/pull/219","id":387334689,"node_id":"MDExOlB1bGxSZXF1ZXN0MjM1ODQ2NjM0","number":219,"title":"fix(versions): update Activiti/activiti-cloud-dependencies versions","user":{"login":"jx-activiti-cloud","id":40667877,"node_id":"MDQ6VXNlcjQwNjY3ODc3","avatar_url":"https://avatars0.githubusercontent.com/u/40667877?v=4","gravatar_id":"","url":"https://api.github.com/users/jx-activiti-cloud","html_url":"https://github.com/jx-activiti-cloud","followers_url":"https://api.github.com/users/jx-activiti-cloud/followers","following_url":"https://api.github.com/users/jx-activiti-cloud/following{/other_user}","gists_url":"https://api.github.com/users/jx-activiti-cloud/gists{/gist_id}","starred_url":"https://api.github.com/users/jx-activiti-cloud/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jx-activiti-cloud/subscriptions","organizations_url":"https://api.github.com/users/jx-activiti-cloud/orgs","repos_url":"https://api.github.com/users/jx-activiti-cloud/repos","events_url":"https://api.github.com/users/jx-activiti-cloud/events{/privacy}","received_events_url":"https://api.github.com/users/jx-activiti-cloud/received_events","type":"User","site_admin":false},"labels":[{"id":1127184109,"node_id":"MDU6TGFiZWwxMTI3MTg0MTA5","url":"https://api.github.com/repos/Activiti/activiti-cloud-dependencies/labels/in%20progress","name":"in progress","color":"ededed","default":false},{"id":1068923239,"node_id":"MDU6TGFiZWwxMDY4OTIzMjM5","url":"https://api.github.com/repos/Activiti/activiti-cloud-dependencies/labels/updatebot","name":"updatebot","color":"ededed","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":2,"created_at":"2018-12-04T15:16:28Z","updated_at":"2018-12-04T15:16:44Z","closed_at":null,"author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/Activiti/activiti-cloud-dependencies/pulls/219","html_url":"https://github.com/Activiti/activiti-cloud-dependencies/pull/219","diff_url":"https://github.com/Activiti/activiti-cloud-dependencies/pull/219.diff","patch_url":"https://github.com/Activiti/activiti-cloud-dependencies/pull/219.patch"},"body":"[UpdateBot](https://github.com/jenkins-x/updatebot) pushed maven dependency: `org.activiti.cloud.rb:activiti-cloud-runtime-bundle-dependencies` to: `7.0.61`"},"comment":{"url":"https://api.github.com/repos/Activiti/activiti-cloud-dependencies/issues/comments/444136287","html_url":"https://github.com/Activiti/activiti-cloud-dependencies/pull/219#issuecomment-444136287","issue_url":"https://api.github.com/repos/Activiti/activiti-cloud-dependencies/issues/219","id":444136287,"node_id":"MDEyOklzc3VlQ29tbWVudDQ0NDEzNjI4Nw==","user":{"login":"jx-activiti-cloud","id":40667877,"node_id":"MDQ6VXNlcjQwNjY3ODc3","avatar_url":"https://avatars0.githubusercontent.com/u/40667877?v=4","gravatar_id":"","url":"https://api.github.com/users/jx-activiti-cloud","html_url":"https://github.com/jx-activiti-cloud","followers_url":"https://api.github.com/users/jx-activiti-cloud/followers","following_url":"https://api.github.com/users/jx-activiti-cloud/following{/other_user}","gists_url":"https://api.github.com/users/jx-activiti-cloud/gists{/gist_id}","starred_url":"https://api.github.com/users/jx-activiti-cloud/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jx-activiti-cloud/subscriptions","organizations_url":"https://api.github.com/users/jx-activiti-cloud/orgs","repos_url":"https://api.github.com/users/jx-activiti-cloud/repos","events_url":"https://api.github.com/users/jx-activiti-cloud/events{/privacy}","received_events_url":"https://api.github.com/users/jx-activiti-cloud/received_events","type":"User","site_admin":false},"created_at":"2018-12-04T15:16:44Z","updated_at":"2018-12-04T15:16:44Z","author_association":"CONTRIBUTOR","body":"[UpdateBot](https://github.com/jenkins-x/updatebot) commands:\n\n updatebot push-version --kind maven org.activiti.cloud.query:activiti-cloud-query-dependencies 7.0.63\n"}}
{ "id": 148325594, "name": "Activiti/activiti-cloud-dependencies", "url": "https://api.github.com/repos/Activiti/activiti-cloud-dependencies" }
{ "id": 40667877, "login": "jx-activiti-cloud", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/40667877?", "url": "https://api.github.com/users/jx-activiti-cloud" }
{ "id": 2317879, "login": "Activiti", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2317879?", "url": "https://api.github.com/orgs/Activiti" }
2018-12-04T15:16:44
8695483722
{"actor":{"display_login":"jx-activiti-cloud"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/Activiti/example-cloud-connector/issues/46","repository_url":"https://api.github.com/repos/Activiti/example-cloud-connector","labels_url":"https://api.github.com/repos/Activiti/example-cloud-connector/issues/46/labels{/name}","comments_url":"https://api.github.com/repos/Activiti/example-cloud-connector/issues/46/comments","events_url":"https://api.github.com/repos/Activiti/example-cloud-connector/issues/46/events","html_url":"https://github.com/Activiti/example-cloud-connector/pull/46","id":393120549,"node_id":"MDExOlB1bGxSZXF1ZXN0MjQwMjI5NzIz","number":46,"title":"update org.activiti.cloud.dependencies:activiti-cloud-dependencies to 7.0.116","user":{"login":"jx-activiti-cloud","id":40667877,"node_id":"MDQ6VXNlcjQwNjY3ODc3","avatar_url":"https://avatars0.githubusercontent.com/u/40667877?v=4","gravatar_id":"","url":"https://api.github.com/users/jx-activiti-cloud","html_url":"https://github.com/jx-activiti-cloud","followers_url":"https://api.github.com/users/jx-activiti-cloud/followers","following_url":"https://api.github.com/users/jx-activiti-cloud/following{/other_user}","gists_url":"https://api.github.com/users/jx-activiti-cloud/gists{/gist_id}","starred_url":"https://api.github.com/users/jx-activiti-cloud/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jx-activiti-cloud/subscriptions","organizations_url":"https://api.github.com/users/jx-activiti-cloud/orgs","repos_url":"https://api.github.com/users/jx-activiti-cloud/repos","events_url":"https://api.github.com/users/jx-activiti-cloud/events{/privacy}","received_events_url":"https://api.github.com/users/jx-activiti-cloud/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2018-12-20T16:30:27Z","updated_at":"2018-12-20T16:30:29Z","closed_at":null,"author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/Activiti/example-cloud-connector/pulls/46","html_url":"https://github.com/Activiti/example-cloud-connector/pull/46","diff_url":"https://github.com/Activiti/example-cloud-connector/pull/46.diff","patch_url":"https://github.com/Activiti/example-cloud-connector/pull/46.patch"},"body":"[UpdateBot](https://github.com/jenkins-x/updatebot) pushed maven dependency: `org.activiti.cloud.dependencies:activiti-cloud-dependencies` to: `7.0.116`"},"comment":{"url":"https://api.github.com/repos/Activiti/example-cloud-connector/issues/comments/449056614","html_url":"https://github.com/Activiti/example-cloud-connector/pull/46#issuecomment-449056614","issue_url":"https://api.github.com/repos/Activiti/example-cloud-connector/issues/46","id":449056614,"node_id":"MDEyOklzc3VlQ29tbWVudDQ0OTA1NjYxNA==","user":{"login":"jx-activiti-cloud","id":40667877,"node_id":"MDQ6VXNlcjQwNjY3ODc3","avatar_url":"https://avatars0.githubusercontent.com/u/40667877?v=4","gravatar_id":"","url":"https://api.github.com/users/jx-activiti-cloud","html_url":"https://github.com/jx-activiti-cloud","followers_url":"https://api.github.com/users/jx-activiti-cloud/followers","following_url":"https://api.github.com/users/jx-activiti-cloud/following{/other_user}","gists_url":"https://api.github.com/users/jx-activiti-cloud/gists{/gist_id}","starred_url":"https://api.github.com/users/jx-activiti-cloud/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jx-activiti-cloud/subscriptions","organizations_url":"https://api.github.com/users/jx-activiti-cloud/orgs","repos_url":"https://api.github.com/users/jx-activiti-cloud/repos","events_url":"https://api.github.com/users/jx-activiti-cloud/events{/privacy}","received_events_url":"https://api.github.com/users/jx-activiti-cloud/received_events","type":"User","site_admin":false},"created_at":"2018-12-20T16:30:29Z","updated_at":"2018-12-20T16:30:29Z","author_association":"CONTRIBUTOR","body":"[UpdateBot](https://github.com/jenkins-x/updatebot) commands:\n\n updatebot push-version --kind maven org.activiti.cloud.dependencies:activiti-cloud-dependencies 7.0.116 --merge false\n"}}
{ "id": 142143774, "name": "Activiti/example-cloud-connector", "url": "https://api.github.com/repos/Activiti/example-cloud-connector" }
{ "id": 40667877, "login": "jx-activiti-cloud", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/40667877?", "url": "https://api.github.com/users/jx-activiti-cloud" }
{ "id": 2317879, "login": "Activiti", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2317879?", "url": "https://api.github.com/orgs/Activiti" }
2018-12-20T16:30:29
8786734877
{"actor":{"display_login":"jx-activiti-cloud"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/Activiti/activiti-cloud-application-chart/issues/47","repository_url":"https://api.github.com/repos/Activiti/activiti-cloud-application-chart","labels_url":"https://api.github.com/repos/Activiti/activiti-cloud-application-chart/issues/47/labels{/name}","comments_url":"https://api.github.com/repos/Activiti/activiti-cloud-application-chart/issues/47/comments","events_url":"https://api.github.com/repos/Activiti/activiti-cloud-application-chart/issues/47/events","html_url":"https://github.com/Activiti/activiti-cloud-application-chart/pull/47","id":395939989,"node_id":"MDExOlB1bGxSZXF1ZXN0MjQyMjczNjUz","number":47,"title":"fix(versions): update Activiti/activiti-cloud-application-chart versions","user":{"login":"jx-activiti-cloud","id":40667877,"node_id":"MDQ6VXNlcjQwNjY3ODc3","avatar_url":"https://avatars0.githubusercontent.com/u/40667877?v=4","gravatar_id":"","url":"https://api.github.com/users/jx-activiti-cloud","html_url":"https://github.com/jx-activiti-cloud","followers_url":"https://api.github.com/users/jx-activiti-cloud/followers","following_url":"https://api.github.com/users/jx-activiti-cloud/following{/other_user}","gists_url":"https://api.github.com/users/jx-activiti-cloud/gists{/gist_id}","starred_url":"https://api.github.com/users/jx-activiti-cloud/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jx-activiti-cloud/subscriptions","organizations_url":"https://api.github.com/users/jx-activiti-cloud/orgs","repos_url":"https://api.github.com/users/jx-activiti-cloud/repos","events_url":"https://api.github.com/users/jx-activiti-cloud/events{/privacy}","received_events_url":"https://api.github.com/users/jx-activiti-cloud/received_events","type":"User","site_admin":false},"labels":[{"id":1159051442,"node_id":"MDU6TGFiZWwxMTU5MDUxNDQy","url":"https://api.github.com/repos/Activiti/activiti-cloud-application-chart/labels/updatebot","name":"updatebot","color":"ededed","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":19,"created_at":"2019-01-04T14:15:24Z","updated_at":"2019-01-04T15:41:35Z","closed_at":null,"author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/Activiti/activiti-cloud-application-chart/pulls/47","html_url":"https://github.com/Activiti/activiti-cloud-application-chart/pull/47","diff_url":"https://github.com/Activiti/activiti-cloud-application-chart/pull/47.diff","patch_url":"https://github.com/Activiti/activiti-cloud-application-chart/pull/47.patch"},"body":"[UpdateBot](https://github.com/jenkins-x/updatebot) pushed helm dependency: `activiti-cloud-audit` to: `7.0.57`"},"comment":{"url":"https://api.github.com/repos/Activiti/activiti-cloud-application-chart/issues/comments/451479485","html_url":"https://github.com/Activiti/activiti-cloud-application-chart/pull/47#issuecomment-451479485","issue_url":"https://api.github.com/repos/Activiti/activiti-cloud-application-chart/issues/47","id":451479485,"node_id":"MDEyOklzc3VlQ29tbWVudDQ1MTQ3OTQ4NQ==","user":{"login":"jx-activiti-cloud","id":40667877,"node_id":"MDQ6VXNlcjQwNjY3ODc3","avatar_url":"https://avatars0.githubusercontent.com/u/40667877?v=4","gravatar_id":"","url":"https://api.github.com/users/jx-activiti-cloud","html_url":"https://github.com/jx-activiti-cloud","followers_url":"https://api.github.com/users/jx-activiti-cloud/followers","following_url":"https://api.github.com/users/jx-activiti-cloud/following{/other_user}","gists_url":"https://api.github.com/users/jx-activiti-cloud/gists{/gist_id}","starred_url":"https://api.github.com/users/jx-activiti-cloud/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jx-activiti-cloud/subscriptions","organizations_url":"https://api.github.com/users/jx-activiti-cloud/orgs","repos_url":"https://api.github.com/users/jx-activiti-cloud/repos","events_url":"https://api.github.com/users/jx-activiti-cloud/events{/privacy}","received_events_url":"https://api.github.com/users/jx-activiti-cloud/received_events","type":"User","site_admin":false},"created_at":"2019-01-04T15:41:35Z","updated_at":"2019-01-04T15:41:35Z","author_association":"CONTRIBUTOR","body":"/test this\n/approve"}}
{ "id": 158255957, "name": "Activiti/activiti-cloud-application-chart", "url": "https://api.github.com/repos/Activiti/activiti-cloud-application-chart" }
{ "id": 40667877, "login": "jx-activiti-cloud", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/40667877?", "url": "https://api.github.com/users/jx-activiti-cloud" }
{ "id": 2317879, "login": "Activiti", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2317879?", "url": "https://api.github.com/orgs/Activiti" }
2019-01-04T15:41:35
8834840128
{"actor":{"display_login":"jx-activiti-cloud"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/Activiti/ttc-acceptance-tests/issues/15","repository_url":"https://api.github.com/repos/Activiti/ttc-acceptance-tests","labels_url":"https://api.github.com/repos/Activiti/ttc-acceptance-tests/issues/15/labels{/name}","comments_url":"https://api.github.com/repos/Activiti/ttc-acceptance-tests/issues/15/comments","events_url":"https://api.github.com/repos/Activiti/ttc-acceptance-tests/issues/15/events","html_url":"https://github.com/Activiti/ttc-acceptance-tests/pull/15","id":364513398,"node_id":"MDExOlB1bGxSZXF1ZXN0MjE4NjgxMTY2","number":15,"title":"update . to develop","user":{"login":"jx-activiti-cloud","id":40667877,"node_id":"MDQ6VXNlcjQwNjY3ODc3","avatar_url":"https://avatars0.githubusercontent.com/u/40667877?v=4","gravatar_id":"","url":"https://api.github.com/users/jx-activiti-cloud","html_url":"https://github.com/jx-activiti-cloud","followers_url":"https://api.github.com/users/jx-activiti-cloud/followers","following_url":"https://api.github.com/users/jx-activiti-cloud/following{/other_user}","gists_url":"https://api.github.com/users/jx-activiti-cloud/gists{/gist_id}","starred_url":"https://api.github.com/users/jx-activiti-cloud/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jx-activiti-cloud/subscriptions","organizations_url":"https://api.github.com/users/jx-activiti-cloud/orgs","repos_url":"https://api.github.com/users/jx-activiti-cloud/repos","events_url":"https://api.github.com/users/jx-activiti-cloud/events{/privacy}","received_events_url":"https://api.github.com/users/jx-activiti-cloud/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2018-09-27T14:47:13Z","updated_at":"2018-09-27T14:47:14Z","closed_at":null,"author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/Activiti/ttc-acceptance-tests/pulls/15","html_url":"https://github.com/Activiti/ttc-acceptance-tests/pull/15","diff_url":"https://github.com/Activiti/ttc-acceptance-tests/pull/15.diff","patch_url":"https://github.com/Activiti/ttc-acceptance-tests/pull/15.patch"},"body":"[UpdateBot](https://github.com/jenkins-x/updatebot) pushed version changes from the source code in repository: `.` ref: `develop`\n"},"comment":{"url":"https://api.github.com/repos/Activiti/ttc-acceptance-tests/issues/comments/425121136","html_url":"https://github.com/Activiti/ttc-acceptance-tests/pull/15#issuecomment-425121136","issue_url":"https://api.github.com/repos/Activiti/ttc-acceptance-tests/issues/15","id":425121136,"node_id":"MDEyOklzc3VlQ29tbWVudDQyNTEyMTEzNg==","user":{"login":"jx-activiti-cloud","id":40667877,"node_id":"MDQ6VXNlcjQwNjY3ODc3","avatar_url":"https://avatars0.githubusercontent.com/u/40667877?v=4","gravatar_id":"","url":"https://api.github.com/users/jx-activiti-cloud","html_url":"https://github.com/jx-activiti-cloud","followers_url":"https://api.github.com/users/jx-activiti-cloud/followers","following_url":"https://api.github.com/users/jx-activiti-cloud/following{/other_user}","gists_url":"https://api.github.com/users/jx-activiti-cloud/gists{/gist_id}","starred_url":"https://api.github.com/users/jx-activiti-cloud/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jx-activiti-cloud/subscriptions","organizations_url":"https://api.github.com/users/jx-activiti-cloud/orgs","repos_url":"https://api.github.com/users/jx-activiti-cloud/repos","events_url":"https://api.github.com/users/jx-activiti-cloud/events{/privacy}","received_events_url":"https://api.github.com/users/jx-activiti-cloud/received_events","type":"User","site_admin":false},"created_at":"2018-09-27T14:47:14Z","updated_at":"2018-09-27T14:47:14Z","author_association":"CONTRIBUTOR","body":"[UpdateBot](https://github.com/jenkins-x/updatebot) commands:\n\n updatebot push --ref develop --merge=false\n"}}
{ "id": 146728425, "name": "Activiti/ttc-acceptance-tests", "url": "https://api.github.com/repos/Activiti/ttc-acceptance-tests" }
{ "id": 40667877, "login": "jx-activiti-cloud", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/40667877?", "url": "https://api.github.com/users/jx-activiti-cloud" }
{ "id": 2317879, "login": "Activiti", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2317879?", "url": "https://api.github.com/orgs/Activiti" }
2018-09-27T14:47:14
8332250513
{"actor":{"display_login":"jx-activiti-cloud"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/Activiti/Activiti/issues/1931","repository_url":"https://api.github.com/repos/Activiti/Activiti","labels_url":"https://api.github.com/repos/Activiti/Activiti/issues/1931/labels{/name}","comments_url":"https://api.github.com/repos/Activiti/Activiti/issues/1931/comments","events_url":"https://api.github.com/repos/Activiti/Activiti/issues/1931/events","html_url":"https://github.com/Activiti/Activiti/issues/1931","id":339832012,"node_id":"MDU6SXNzdWUzMzk4MzIwMTI=","number":1931,"title":"Job does not exist anymore and will not be executed","user":{"login":"irwinsun","id":16686129,"node_id":"MDQ6VXNlcjE2Njg2MTI5","avatar_url":"https://avatars2.githubusercontent.com/u/16686129?v=4","gravatar_id":"","url":"https://api.github.com/users/irwinsun","html_url":"https://github.com/irwinsun","followers_url":"https://api.github.com/users/irwinsun/followers","following_url":"https://api.github.com/users/irwinsun/following{/other_user}","gists_url":"https://api.github.com/users/irwinsun/gists{/gist_id}","starred_url":"https://api.github.com/users/irwinsun/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/irwinsun/subscriptions","organizations_url":"https://api.github.com/users/irwinsun/orgs","repos_url":"https://api.github.com/users/irwinsun/repos","events_url":"https://api.github.com/users/irwinsun/events{/privacy}","received_events_url":"https://api.github.com/users/irwinsun/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":12,"created_at":"2018-07-10T13:01:26Z","updated_at":"2018-07-16T12:07:50Z","closed_at":null,"author_association":"NONE","body":"I have a problem use ParallelGateway in Activiti 6.0.\r\n i try various combinations by async = true/false and exclusive = true/false for ServiceTask , but my process still wait(block), and I found some debug log:\r\n\r\n### o.a.e.i.c.ExecuteAsyncJobCmd Job does not exist anymore and will not be executed. It has most likely been deleted as part of another concurrent part of the process instance.\r\n\r\nbut i found the job record in ACT_RU_JOB table, it looks like one thread insert the job record , other thread read the job record in the same times. how could I fix that ?\r\n\r\nThanks & Regards"},"comment":{"url":"https://api.github.com/repos/Activiti/Activiti/issues/comments/405226638","html_url":"https://github.com/Activiti/Activiti/issues/1931#issuecomment-405226638","issue_url":"https://api.github.com/repos/Activiti/Activiti/issues/1931","id":405226638,"node_id":"MDEyOklzc3VlQ29tbWVudDQwNTIyNjYzOA==","user":{"login":"irwinsun","id":16686129,"node_id":"MDQ6VXNlcjE2Njg2MTI5","avatar_url":"https://avatars2.githubusercontent.com/u/16686129?v=4","gravatar_id":"","url":"https://api.github.com/users/irwinsun","html_url":"https://github.com/irwinsun","followers_url":"https://api.github.com/users/irwinsun/followers","following_url":"https://api.github.com/users/irwinsun/following{/other_user}","gists_url":"https://api.github.com/users/irwinsun/gists{/gist_id}","starred_url":"https://api.github.com/users/irwinsun/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/irwinsun/subscriptions","organizations_url":"https://api.github.com/users/irwinsun/orgs","repos_url":"https://api.github.com/users/irwinsun/repos","events_url":"https://api.github.com/users/irwinsun/events{/privacy}","received_events_url":"https://api.github.com/users/irwinsun/received_events","type":"User","site_admin":false},"created_at":"2018-07-16T12:07:50Z","updated_at":"2018-07-16T12:07:50Z","author_association":"NONE","body":"@balsarori @Salaboy Thank you very mush! I review your code, and after I verified, my concurrent problem was solved. "}}
{ "id": 5793738, "name": "Activiti/Activiti", "url": "https://api.github.com/repos/Activiti/Activiti" }
{ "id": 16686129, "login": "irwinsun", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/16686129?", "url": "https://api.github.com/users/irwinsun" }
{ "id": 2317879, "login": "Activiti", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2317879?", "url": "https://api.github.com/orgs/Activiti" }
2018-07-16T12:07:51
7970250942
{"actor":{"display_login":"irwinsun"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/bcgsc/orca/issues/56","repository_url":"https://api.github.com/repos/bcgsc/orca","labels_url":"https://api.github.com/repos/bcgsc/orca/issues/56/labels{/name}","comments_url":"https://api.github.com/repos/bcgsc/orca/issues/56/comments","events_url":"https://api.github.com/repos/bcgsc/orca/issues/56/events","html_url":"https://github.com/bcgsc/orca/issues/56","id":338745773,"node_id":"MDU6SXNzdWUzMzg3NDU3NzM=","number":56,"title":"Build dockerfile with Quay ","user":{"login":"suujia","id":22860428,"node_id":"MDQ6VXNlcjIyODYwNDI4","avatar_url":"https://avatars1.githubusercontent.com/u/22860428?v=4","gravatar_id":"","url":"https://api.github.com/users/suujia","html_url":"https://github.com/suujia","followers_url":"https://api.github.com/users/suujia/followers","following_url":"https://api.github.com/users/suujia/following{/other_user}","gists_url":"https://api.github.com/users/suujia/gists{/gist_id}","starred_url":"https://api.github.com/users/suujia/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/suujia/subscriptions","organizations_url":"https://api.github.com/users/suujia/orgs","repos_url":"https://api.github.com/users/suujia/repos","events_url":"https://api.github.com/users/suujia/events{/privacy}","received_events_url":"https://api.github.com/users/suujia/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":{"login":"suujia","id":22860428,"node_id":"MDQ6VXNlcjIyODYwNDI4","avatar_url":"https://avatars1.githubusercontent.com/u/22860428?v=4","gravatar_id":"","url":"https://api.github.com/users/suujia","html_url":"https://github.com/suujia","followers_url":"https://api.github.com/users/suujia/followers","following_url":"https://api.github.com/users/suujia/following{/other_user}","gists_url":"https://api.github.com/users/suujia/gists{/gist_id}","starred_url":"https://api.github.com/users/suujia/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/suujia/subscriptions","organizations_url":"https://api.github.com/users/suujia/orgs","repos_url":"https://api.github.com/users/suujia/repos","events_url":"https://api.github.com/users/suujia/events{/privacy}","received_events_url":"https://api.github.com/users/suujia/received_events","type":"User","site_admin":false},"assignees":[{"login":"suujia","id":22860428,"node_id":"MDQ6VXNlcjIyODYwNDI4","avatar_url":"https://avatars1.githubusercontent.com/u/22860428?v=4","gravatar_id":"","url":"https://api.github.com/users/suujia","html_url":"https://github.com/suujia","followers_url":"https://api.github.com/users/suujia/followers","following_url":"https://api.github.com/users/suujia/following{/other_user}","gists_url":"https://api.github.com/users/suujia/gists{/gist_id}","starred_url":"https://api.github.com/users/suujia/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/suujia/subscriptions","organizations_url":"https://api.github.com/users/suujia/orgs","repos_url":"https://api.github.com/users/suujia/repos","events_url":"https://api.github.com/users/suujia/events{/privacy}","received_events_url":"https://api.github.com/users/suujia/received_events","type":"User","site_admin":false}],"milestone":null,"comments":1,"created_at":"2018-07-05T22:26:50Z","updated_at":"2018-07-07T01:17:12Z","closed_at":null,"author_association":"CONTRIBUTOR","body":"https://quay.io/repository/suujia/orca/build/89d6336c-b862-4b64-864d-0f50086b7f42\r\n\r\nI combined orca into one dockerfile and built it on Quay. Needs debugging. "},"comment":{"url":"https://api.github.com/repos/bcgsc/orca/issues/comments/403178906","html_url":"https://github.com/bcgsc/orca/issues/56#issuecomment-403178906","issue_url":"https://api.github.com/repos/bcgsc/orca/issues/56","id":403178906,"node_id":"MDEyOklzc3VlQ29tbWVudDQwMzE3ODkwNg==","user":{"login":"sjackman","id":291551,"node_id":"MDQ6VXNlcjI5MTU1MQ==","avatar_url":"https://avatars3.githubusercontent.com/u/291551?v=4","gravatar_id":"","url":"https://api.github.com/users/sjackman","html_url":"https://github.com/sjackman","followers_url":"https://api.github.com/users/sjackman/followers","following_url":"https://api.github.com/users/sjackman/following{/other_user}","gists_url":"https://api.github.com/users/sjackman/gists{/gist_id}","starred_url":"https://api.github.com/users/sjackman/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sjackman/subscriptions","organizations_url":"https://api.github.com/users/sjackman/orgs","repos_url":"https://api.github.com/users/sjackman/repos","events_url":"https://api.github.com/users/sjackman/events{/privacy}","received_events_url":"https://api.github.com/users/sjackman/received_events","type":"User","site_admin":false},"created_at":"2018-07-07T01:17:12Z","updated_at":"2018-07-07T01:17:12Z","author_association":"MEMBER","body":"I've opened a new issue for `htseq`: https://github.com/bcgsc/orca/issues/60"}}
{ "id": 69048453, "name": "bcgsc/orca", "url": "https://api.github.com/repos/bcgsc/orca" }
{ "id": 291551, "login": "sjackman", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/291551?", "url": "https://api.github.com/users/sjackman" }
{ "id": 2319317, "login": "bcgsc", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2319317?", "url": "https://api.github.com/orgs/bcgsc" }
2018-07-07T01:17:12
7931535944
{"actor":{"display_login":"sjackman"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/framgia/fbt_21/issues/9","repository_url":"https://api.github.com/repos/framgia/fbt_21","labels_url":"https://api.github.com/repos/framgia/fbt_21/issues/9/labels{/name}","comments_url":"https://api.github.com/repos/framgia/fbt_21/issues/9/comments","events_url":"https://api.github.com/repos/framgia/fbt_21/issues/9/events","html_url":"https://github.com/framgia/fbt_21/pull/9","id":304125055,"number":9,"title":"booking","user":{"login":"Vinhbb96er","id":31681597,"avatar_url":"https://avatars2.githubusercontent.com/u/31681597?v=4","gravatar_id":"","url":"https://api.github.com/users/Vinhbb96er","html_url":"https://github.com/Vinhbb96er","followers_url":"https://api.github.com/users/Vinhbb96er/followers","following_url":"https://api.github.com/users/Vinhbb96er/following{/other_user}","gists_url":"https://api.github.com/users/Vinhbb96er/gists{/gist_id}","starred_url":"https://api.github.com/users/Vinhbb96er/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Vinhbb96er/subscriptions","organizations_url":"https://api.github.com/users/Vinhbb96er/orgs","repos_url":"https://api.github.com/users/Vinhbb96er/repos","events_url":"https://api.github.com/users/Vinhbb96er/events{/privacy}","received_events_url":"https://api.github.com/users/Vinhbb96er/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":4,"created_at":"2018-03-11T02:47:07Z","updated_at":"2018-03-11T14:18:41Z","closed_at":null,"author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/framgia/fbt_21/pulls/9","html_url":"https://github.com/framgia/fbt_21/pull/9","diff_url":"https://github.com/framgia/fbt_21/pull/9.diff","patch_url":"https://github.com/framgia/fbt_21/pull/9.patch"},"body":"booking"},"comment":{"url":"https://api.github.com/repos/framgia/fbt_21/issues/comments/372118919","html_url":"https://github.com/framgia/fbt_21/pull/9#issuecomment-372118919","issue_url":"https://api.github.com/repos/framgia/fbt_21/issues/9","id":372118919,"user":{"login":"Vinhbb96er","id":31681597,"avatar_url":"https://avatars2.githubusercontent.com/u/31681597?v=4","gravatar_id":"","url":"https://api.github.com/users/Vinhbb96er","html_url":"https://github.com/Vinhbb96er","followers_url":"https://api.github.com/users/Vinhbb96er/followers","following_url":"https://api.github.com/users/Vinhbb96er/following{/other_user}","gists_url":"https://api.github.com/users/Vinhbb96er/gists{/gist_id}","starred_url":"https://api.github.com/users/Vinhbb96er/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Vinhbb96er/subscriptions","organizations_url":"https://api.github.com/users/Vinhbb96er/orgs","repos_url":"https://api.github.com/users/Vinhbb96er/repos","events_url":"https://api.github.com/users/Vinhbb96er/events{/privacy}","received_events_url":"https://api.github.com/users/Vinhbb96er/received_events","type":"User","site_admin":false},"created_at":"2018-03-11T14:18:41Z","updated_at":"2018-03-11T14:18:41Z","author_association":"CONTRIBUTOR","body":"ready"}}
{ "id": 122911235, "name": "framgia/fbt_21", "url": "https://api.github.com/repos/framgia/fbt_21" }
{ "id": 31681597, "login": "Vinhbb96er", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/31681597?", "url": "https://api.github.com/users/Vinhbb96er" }
{ "id": 2322183, "login": "framgia", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2322183?", "url": "https://api.github.com/orgs/framgia" }
2018-03-11T14:18:41
7362001949
{"actor":{"display_login":"Vinhbb96er"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/NLog/NLog/issues/2592","repository_url":"https://api.github.com/repos/NLog/NLog","labels_url":"https://api.github.com/repos/NLog/NLog/issues/2592/labels{/name}","comments_url":"https://api.github.com/repos/NLog/NLog/issues/2592/comments","events_url":"https://api.github.com/repos/NLog/NLog/issues/2592/events","html_url":"https://github.com/NLog/NLog/pull/2592","id":299461493,"number":2592,"title":"Make Set methods of MDC and MDLC return IDisposable","user":{"login":"MikeFH","id":17053707,"avatar_url":"https://avatars2.githubusercontent.com/u/17053707?v=4","gravatar_id":"","url":"https://api.github.com/users/MikeFH","html_url":"https://github.com/MikeFH","followers_url":"https://api.github.com/users/MikeFH/followers","following_url":"https://api.github.com/users/MikeFH/following{/other_user}","gists_url":"https://api.github.com/users/MikeFH/gists{/gist_id}","starred_url":"https://api.github.com/users/MikeFH/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/MikeFH/subscriptions","organizations_url":"https://api.github.com/users/MikeFH/orgs","repos_url":"https://api.github.com/users/MikeFH/repos","events_url":"https://api.github.com/users/MikeFH/events{/privacy}","received_events_url":"https://api.github.com/users/MikeFH/received_events","type":"User","site_admin":false},"labels":[{"id":32727452,"url":"https://api.github.com/repos/NLog/NLog/labels/feature","name":"feature","color":"02e10c","default":false}],"state":"open","locked":false,"assignee":{"login":"304NotModified","id":5808377,"avatar_url":"https://avatars1.githubusercontent.com/u/5808377?v=4","gravatar_id":"","url":"https://api.github.com/users/304NotModified","html_url":"https://github.com/304NotModified","followers_url":"https://api.github.com/users/304NotModified/followers","following_url":"https://api.github.com/users/304NotModified/following{/other_user}","gists_url":"https://api.github.com/users/304NotModified/gists{/gist_id}","starred_url":"https://api.github.com/users/304NotModified/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/304NotModified/subscriptions","organizations_url":"https://api.github.com/users/304NotModified/orgs","repos_url":"https://api.github.com/users/304NotModified/repos","events_url":"https://api.github.com/users/304NotModified/events{/privacy}","received_events_url":"https://api.github.com/users/304NotModified/received_events","type":"User","site_admin":false},"assignees":[{"login":"304NotModified","id":5808377,"avatar_url":"https://avatars1.githubusercontent.com/u/5808377?v=4","gravatar_id":"","url":"https://api.github.com/users/304NotModified","html_url":"https://github.com/304NotModified","followers_url":"https://api.github.com/users/304NotModified/followers","following_url":"https://api.github.com/users/304NotModified/following{/other_user}","gists_url":"https://api.github.com/users/304NotModified/gists{/gist_id}","starred_url":"https://api.github.com/users/304NotModified/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/304NotModified/subscriptions","organizations_url":"https://api.github.com/users/304NotModified/orgs","repos_url":"https://api.github.com/users/304NotModified/repos","events_url":"https://api.github.com/users/304NotModified/events{/privacy}","received_events_url":"https://api.github.com/users/304NotModified/received_events","type":"User","site_admin":false}],"milestone":{"url":"https://api.github.com/repos/NLog/NLog/milestones/64","html_url":"https://github.com/NLog/NLog/milestone/64","labels_url":"https://api.github.com/repos/NLog/NLog/milestones/64/labels","id":3141738,"number":64,"title":"4.5 rc7","description":"","creator":{"login":"304NotModified","id":5808377,"avatar_url":"https://avatars1.githubusercontent.com/u/5808377?v=4","gravatar_id":"","url":"https://api.github.com/users/304NotModified","html_url":"https://github.com/304NotModified","followers_url":"https://api.github.com/users/304NotModified/followers","following_url":"https://api.github.com/users/304NotModified/following{/other_user}","gists_url":"https://api.github.com/users/304NotModified/gists{/gist_id}","starred_url":"https://api.github.com/users/304NotModified/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/304NotModified/subscriptions","organizations_url":"https://api.github.com/users/304NotModified/orgs","repos_url":"https://api.github.com/users/304NotModified/repos","events_url":"https://api.github.com/users/304NotModified/events{/privacy}","received_events_url":"https://api.github.com/users/304NotModified/received_events","type":"User","site_admin":false},"open_issues":5,"closed_issues":7,"state":"open","created_at":"2018-02-25T19:47:08Z","updated_at":"2018-03-07T17:09:08Z","due_on":null,"closed_at":null},"comments":10,"created_at":"2018-02-22T18:35:04Z","updated_at":"2018-03-07T17:10:28Z","closed_at":null,"author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/NLog/NLog/pulls/2592","html_url":"https://github.com/NLog/NLog/pull/2592","diff_url":"https://github.com/NLog/NLog/pull/2592.diff","patch_url":"https://github.com/NLog/NLog/pull/2592.patch"},"body":"Attempt at implementing #2526 "},"comment":{"url":"https://api.github.com/repos/NLog/NLog/issues/comments/371210410","html_url":"https://github.com/NLog/NLog/pull/2592#issuecomment-371210410","issue_url":"https://api.github.com/repos/NLog/NLog/issues/2592","id":371210410,"user":{"login":"304NotModified","id":5808377,"avatar_url":"https://avatars1.githubusercontent.com/u/5808377?v=4","gravatar_id":"","url":"https://api.github.com/users/304NotModified","html_url":"https://github.com/304NotModified","followers_url":"https://api.github.com/users/304NotModified/followers","following_url":"https://api.github.com/users/304NotModified/following{/other_user}","gists_url":"https://api.github.com/users/304NotModified/gists{/gist_id}","starred_url":"https://api.github.com/users/304NotModified/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/304NotModified/subscriptions","organizations_url":"https://api.github.com/users/304NotModified/orgs","repos_url":"https://api.github.com/users/304NotModified/repos","events_url":"https://api.github.com/users/304NotModified/events{/privacy}","received_events_url":"https://api.github.com/users/304NotModified/received_events","type":"User","site_admin":false},"created_at":"2018-03-07T17:10:28Z","updated_at":"2018-03-07T17:10:28Z","author_association":"OWNER","body":"Looks great! merged!\r\n\r\nThanks!"}}
{ "id": 5780416, "name": "NLog/NLog", "url": "https://api.github.com/repos/NLog/NLog" }
{ "id": 5808377, "login": "304NotModified", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/5808377?", "url": "https://api.github.com/users/304NotModified" }
{ "id": 2331628, "login": "NLog", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2331628?", "url": "https://api.github.com/orgs/NLog" }
2018-03-07T17:10:28
7345359400
{"actor":{"display_login":"304NotModified"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/particle-iot/AssetTracker/issues/12","repository_url":"https://api.github.com/repos/particle-iot/AssetTracker","labels_url":"https://api.github.com/repos/particle-iot/AssetTracker/issues/12/labels{/name}","comments_url":"https://api.github.com/repos/particle-iot/AssetTracker/issues/12/comments","events_url":"https://api.github.com/repos/particle-iot/AssetTracker/issues/12/events","html_url":"https://github.com/particle-iot/AssetTracker/issues/12","id":187587466,"number":12,"title":"redeclaration of 'LIS3DH_RANGE_4_G'","user":{"login":"pwdel","id":13304149,"avatar_url":"https://avatars0.githubusercontent.com/u/13304149?v=4","gravatar_id":"","url":"https://api.github.com/users/pwdel","html_url":"https://github.com/pwdel","followers_url":"https://api.github.com/users/pwdel/followers","following_url":"https://api.github.com/users/pwdel/following{/other_user}","gists_url":"https://api.github.com/users/pwdel/gists{/gist_id}","starred_url":"https://api.github.com/users/pwdel/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/pwdel/subscriptions","organizations_url":"https://api.github.com/users/pwdel/orgs","repos_url":"https://api.github.com/users/pwdel/repos","events_url":"https://api.github.com/users/pwdel/events{/privacy}","received_events_url":"https://api.github.com/users/pwdel/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":8,"created_at":"2016-11-06T20:42:55Z","updated_at":"2018-05-26T12:18:23Z","closed_at":null,"author_association":"NONE","body":"Veryfing code using this library in Particle Build fails with this error:\r\n```\r\nAssetTracker/AssetTracker.h:431:32: error: redeclaration of 'LIS3DH_RANGE_4_G'\r\n LIS3DH_RANGE_4_G = 0b01, // /- 4g\r\n ^\r\n```"},"comment":{"url":"https://api.github.com/repos/particle-iot/AssetTracker/issues/comments/392257755","html_url":"https://github.com/particle-iot/AssetTracker/issues/12#issuecomment-392257755","issue_url":"https://api.github.com/repos/particle-iot/AssetTracker/issues/12","id":392257755,"user":{"login":"kennethlimcp","id":6760914,"avatar_url":"https://avatars1.githubusercontent.com/u/6760914?v=4","gravatar_id":"","url":"https://api.github.com/users/kennethlimcp","html_url":"https://github.com/kennethlimcp","followers_url":"https://api.github.com/users/kennethlimcp/followers","following_url":"https://api.github.com/users/kennethlimcp/following{/other_user}","gists_url":"https://api.github.com/users/kennethlimcp/gists{/gist_id}","starred_url":"https://api.github.com/users/kennethlimcp/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/kennethlimcp/subscriptions","organizations_url":"https://api.github.com/users/kennethlimcp/orgs","repos_url":"https://api.github.com/users/kennethlimcp/repos","events_url":"https://api.github.com/users/kennethlimcp/events{/privacy}","received_events_url":"https://api.github.com/users/kennethlimcp/received_events","type":"User","site_admin":false},"created_at":"2018-05-26T12:18:23Z","updated_at":"2018-05-26T12:18:23Z","author_association":"NONE","body":"You don't need to switch over to CLI. Just remove the `AssetTracker` library from that project and it should work fine.`\r\n\r\n<img width=\"296\" alt=\"screen shot 2018-05-26 at 20 18 04\" src=\"https://user-images.githubusercontent.com/6760914/40575991-ecc0fff4-6121-11e8-9332-9f1cbb05d5ce.png\">\r\n"}}
{ "id": 52225163, "name": "particle-iot/AssetTracker", "url": "https://api.github.com/repos/particle-iot/AssetTracker" }
{ "id": 6760914, "login": "kennethlimcp", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/6760914?", "url": "https://api.github.com/users/kennethlimcp" }
{ "id": 2348966, "login": "particle-iot", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2348966?", "url": "https://api.github.com/orgs/particle-iot" }
2018-05-26T12:18:23
7733476339
{"actor":{"display_login":"kennethlimcp"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/datajoint/datajoint-python/issues/478","repository_url":"https://api.github.com/repos/datajoint/datajoint-python","labels_url":"https://api.github.com/repos/datajoint/datajoint-python/issues/478/labels{/name}","comments_url":"https://api.github.com/repos/datajoint/datajoint-python/issues/478/comments","events_url":"https://api.github.com/repos/datajoint/datajoint-python/issues/478/events","html_url":"https://github.com/datajoint/datajoint-python/issues/478","id":346798546,"node_id":"MDU6SXNzdWUzNDY3OTg1NDY=","number":478,"title":"dj.ERD renaming labels increment across subsequent calls","user":{"login":"ixcat","id":25773810,"node_id":"MDQ6VXNlcjI1NzczODEw","avatar_url":"https://avatars0.githubusercontent.com/u/25773810?v=4","gravatar_id":"","url":"https://api.github.com/users/ixcat","html_url":"https://github.com/ixcat","followers_url":"https://api.github.com/users/ixcat/followers","following_url":"https://api.github.com/users/ixcat/following{/other_user}","gists_url":"https://api.github.com/users/ixcat/gists{/gist_id}","starred_url":"https://api.github.com/users/ixcat/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ixcat/subscriptions","organizations_url":"https://api.github.com/users/ixcat/orgs","repos_url":"https://api.github.com/users/ixcat/repos","events_url":"https://api.github.com/users/ixcat/events{/privacy}","received_events_url":"https://api.github.com/users/ixcat/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":4,"created_at":"2018-08-01T22:52:10Z","updated_at":"2018-08-02T16:54:51Z","closed_at":null,"author_association":"CONTRIBUTOR","body":"it seems that dj.ERD renamed-attribute label numbers are kept across subsequent calls to dj.ERD\r\n\r\ne.g. if on first call, the renamed attribute labels 0,1,2 exist, on the next call there will be 3,4,5 instead, etc"},"comment":{"url":"https://api.github.com/repos/datajoint/datajoint-python/issues/comments/409995401","html_url":"https://github.com/datajoint/datajoint-python/issues/478#issuecomment-409995401","issue_url":"https://api.github.com/repos/datajoint/datajoint-python/issues/478","id":409995401,"node_id":"MDEyOklzc3VlQ29tbWVudDQwOTk5NTQwMQ==","user":{"login":"dimitri-yatsenko","id":1096169,"node_id":"MDQ6VXNlcjEwOTYxNjk=","avatar_url":"https://avatars3.githubusercontent.com/u/1096169?v=4","gravatar_id":"","url":"https://api.github.com/users/dimitri-yatsenko","html_url":"https://github.com/dimitri-yatsenko","followers_url":"https://api.github.com/users/dimitri-yatsenko/followers","following_url":"https://api.github.com/users/dimitri-yatsenko/following{/other_user}","gists_url":"https://api.github.com/users/dimitri-yatsenko/gists{/gist_id}","starred_url":"https://api.github.com/users/dimitri-yatsenko/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dimitri-yatsenko/subscriptions","organizations_url":"https://api.github.com/users/dimitri-yatsenko/orgs","repos_url":"https://api.github.com/users/dimitri-yatsenko/repos","events_url":"https://api.github.com/users/dimitri-yatsenko/events{/privacy}","received_events_url":"https://api.github.com/users/dimitri-yatsenko/received_events","type":"User","site_admin":false},"created_at":"2018-08-02T16:54:51Z","updated_at":"2018-08-02T16:54:51Z","author_association":"MEMBER","body":"Assigning the same unique number to the same node every time across all ERDs is a challenging problem. Perhaps we could avoid it altogether. Maybe we could leave the circles blank and show the entire reference query upon tooltip hover?"}}
{ "id": 5866704, "name": "datajoint/datajoint-python", "url": "https://api.github.com/repos/datajoint/datajoint-python" }
{ "id": 1096169, "login": "dimitri-yatsenko", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/1096169?", "url": "https://api.github.com/users/dimitri-yatsenko" }
{ "id": 2375501, "login": "datajoint", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2375501?", "url": "https://api.github.com/orgs/datajoint" }
2018-08-02T16:54:51
8057957871
{"actor":{"display_login":"dimitri-yatsenko"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/codice/ddf/issues/2973","repository_url":"https://api.github.com/repos/codice/ddf","labels_url":"https://api.github.com/repos/codice/ddf/issues/2973/labels{/name}","comments_url":"https://api.github.com/repos/codice/ddf/issues/2973/comments","events_url":"https://api.github.com/repos/codice/ddf/issues/2973/events","html_url":"https://github.com/codice/ddf/pull/2973","id":297564061,"number":2973,"title":"DDF-3632 clean up resource cache and set storage directory in blueprint","user":{"login":"oconnormi","id":3409759,"avatar_url":"https://avatars3.githubusercontent.com/u/3409759?v=4","gravatar_id":"","url":"https://api.github.com/users/oconnormi","html_url":"https://github.com/oconnormi","followers_url":"https://api.github.com/users/oconnormi/followers","following_url":"https://api.github.com/users/oconnormi/following{/other_user}","gists_url":"https://api.github.com/users/oconnormi/gists{/gist_id}","starred_url":"https://api.github.com/users/oconnormi/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/oconnormi/subscriptions","organizations_url":"https://api.github.com/users/oconnormi/orgs","repos_url":"https://api.github.com/users/oconnormi/repos","events_url":"https://api.github.com/users/oconnormi/events{/privacy}","received_events_url":"https://api.github.com/users/oconnormi/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":3,"created_at":"2018-02-15T19:15:57Z","updated_at":"2018-02-16T17:20:40Z","closed_at":null,"author_association":"MEMBER","pull_request":{"url":"https://api.github.com/repos/codice/ddf/pulls/2973","html_url":"https://github.com/codice/ddf/pull/2973","diff_url":"https://github.com/codice/ddf/pull/2973.diff","patch_url":"https://github.com/codice/ddf/pull/2973.patch"},"body":"#### What does this PR do?\r\n\r\n* Fixes setting product cache directory\r\n* Cleans up tests that were writing to the target directory\r\n* Cleans up usages of system properties in tests and production code\r\n* Stops resource cache from relying on the bundle context in order to get hazelcast configuration\r\n\r\n#### Who is reviewing it? \r\n@peterhuffer @clockard @kcover \r\n\r\n#### Choose 2 committers to review/merge the PR. \r\n@figliold @lessarderic \r\n\r\n#### How should this be tested? (List steps with links to updated documentation)\r\nTest default directory:\r\n1. Start the system, install standard profile.\r\n2. Configure a loopback csw source\r\n3. Upload a file through Intrigue\r\n4. Query loopback source\r\n5. download product\r\n6. check contents of `$DDF_HOME/data/Product_Cache`\r\n\r\nTest alternate directory:\r\n1. In admin console, go to the catalog-app configurations, click `Resource Download Settings`\r\n2. Set `Product Cache Directory` to something other than the default\r\n3. upload new file in intrigue\r\n4. query and retrieve from loopback source\r\n5. verify contents of new cache directory\r\n\r\n#### What are the relevant tickets?\r\n[DDF-3632](https://codice.atlassian.net/browse/DDF-3632)\r\n\r\n#### Notes on Review Process\r\nPlease see [Notes on Review Process](https://codice.atlassian.net/wiki/spaces/DDF/pages/71946981/Pull+Request+Guidelines) for further guidance on requirements for merging and abbreviated reviews. \r\n\r\n#### Review Comment Legend:\r\n- ✏️ (Pencil) This comment is a nitpick or style suggestion, no action required for approval. This comment should provide a suggestion either as an in line code snippet or a gist. \r\n- ❓ (Question Mark) This comment is to gain a clearer understanding of design or code choices, clarification is required but action may not be necessary for approval.\r\n- ❗ (Exclamation Mark) This comment is critical and requires clarification or action before approval.\r\n"},"comment":{"url":"https://api.github.com/repos/codice/ddf/issues/comments/366300312","html_url":"https://github.com/codice/ddf/pull/2973#issuecomment-366300312","issue_url":"https://api.github.com/repos/codice/ddf/issues/2973","id":366300312,"user":{"login":"cxbot","id":21088360,"avatar_url":"https://avatars2.githubusercontent.com/u/21088360?v=4","gravatar_id":"","url":"https://api.github.com/users/cxbot","html_url":"https://github.com/cxbot","followers_url":"https://api.github.com/users/cxbot/followers","following_url":"https://api.github.com/users/cxbot/following{/other_user}","gists_url":"https://api.github.com/users/cxbot/gists{/gist_id}","starred_url":"https://api.github.com/users/cxbot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cxbot/subscriptions","organizations_url":"https://api.github.com/users/cxbot/orgs","repos_url":"https://api.github.com/users/cxbot/repos","events_url":"https://api.github.com/users/cxbot/events{/privacy}","received_events_url":"https://api.github.com/users/cxbot/received_events","type":"User","site_admin":false},"created_at":"2018-02-16T17:20:40Z","updated_at":"2018-02-16T17:20:40Z","author_association":"COLLABORATOR","body":"\nRefer to this link for build results (access rights to CI server needed): \nhttps://jenkins.codice.org/job/DDF-Jobs/job/pr/job/Linux/3369/\n:white_check_mark: JOB SUCCESS\n"}}
{ "id": 15173563, "name": "codice/ddf", "url": "https://api.github.com/repos/codice/ddf" }
{ "id": 21088360, "login": "cxbot", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/21088360?", "url": "https://api.github.com/users/cxbot" }
{ "id": 2386734, "login": "codice", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2386734?", "url": "https://api.github.com/orgs/codice" }
2018-02-16T17:20:40
7256220957
{"actor":{"display_login":"cxbot"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/codice/ddf/issues/2957","repository_url":"https://api.github.com/repos/codice/ddf","labels_url":"https://api.github.com/repos/codice/ddf/issues/2957/labels{/name}","comments_url":"https://api.github.com/repos/codice/ddf/issues/2957/comments","events_url":"https://api.github.com/repos/codice/ddf/issues/2957/events","html_url":"https://github.com/codice/ddf/pull/2957","id":296565814,"number":2957,"title":"DDF-3609 Idle during login on DDF displays non-helpful error message","user":{"login":"bakejeyner","id":14284361,"avatar_url":"https://avatars2.githubusercontent.com/u/14284361?v=4","gravatar_id":"","url":"https://api.github.com/users/bakejeyner","html_url":"https://github.com/bakejeyner","followers_url":"https://api.github.com/users/bakejeyner/followers","following_url":"https://api.github.com/users/bakejeyner/following{/other_user}","gists_url":"https://api.github.com/users/bakejeyner/gists{/gist_id}","starred_url":"https://api.github.com/users/bakejeyner/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/bakejeyner/subscriptions","organizations_url":"https://api.github.com/users/bakejeyner/orgs","repos_url":"https://api.github.com/users/bakejeyner/repos","events_url":"https://api.github.com/users/bakejeyner/events{/privacy}","received_events_url":"https://api.github.com/users/bakejeyner/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":{"login":"coyotesqrl","id":1469860,"avatar_url":"https://avatars2.githubusercontent.com/u/1469860?v=4","gravatar_id":"","url":"https://api.github.com/users/coyotesqrl","html_url":"https://github.com/coyotesqrl","followers_url":"https://api.github.com/users/coyotesqrl/followers","following_url":"https://api.github.com/users/coyotesqrl/following{/other_user}","gists_url":"https://api.github.com/users/coyotesqrl/gists{/gist_id}","starred_url":"https://api.github.com/users/coyotesqrl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/coyotesqrl/subscriptions","organizations_url":"https://api.github.com/users/coyotesqrl/orgs","repos_url":"https://api.github.com/users/coyotesqrl/repos","events_url":"https://api.github.com/users/coyotesqrl/events{/privacy}","received_events_url":"https://api.github.com/users/coyotesqrl/received_events","type":"User","site_admin":false},"assignees":[{"login":"coyotesqrl","id":1469860,"avatar_url":"https://avatars2.githubusercontent.com/u/1469860?v=4","gravatar_id":"","url":"https://api.github.com/users/coyotesqrl","html_url":"https://github.com/coyotesqrl","followers_url":"https://api.github.com/users/coyotesqrl/followers","following_url":"https://api.github.com/users/coyotesqrl/following{/other_user}","gists_url":"https://api.github.com/users/coyotesqrl/gists{/gist_id}","starred_url":"https://api.github.com/users/coyotesqrl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/coyotesqrl/subscriptions","organizations_url":"https://api.github.com/users/coyotesqrl/orgs","repos_url":"https://api.github.com/users/coyotesqrl/repos","events_url":"https://api.github.com/users/coyotesqrl/events{/privacy}","received_events_url":"https://api.github.com/users/coyotesqrl/received_events","type":"User","site_admin":false},{"login":"clockard","id":5248090,"avatar_url":"https://avatars1.githubusercontent.com/u/5248090?v=4","gravatar_id":"","url":"https://api.github.com/users/clockard","html_url":"https://github.com/clockard","followers_url":"https://api.github.com/users/clockard/followers","following_url":"https://api.github.com/users/clockard/following{/other_user}","gists_url":"https://api.github.com/users/clockard/gists{/gist_id}","starred_url":"https://api.github.com/users/clockard/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/clockard/subscriptions","organizations_url":"https://api.github.com/users/clockard/orgs","repos_url":"https://api.github.com/users/clockard/repos","events_url":"https://api.github.com/users/clockard/events{/privacy}","received_events_url":"https://api.github.com/users/clockard/received_events","type":"User","site_admin":false}],"milestone":null,"comments":2,"created_at":"2018-02-12T23:48:56Z","updated_at":"2018-02-13T15:57:05Z","closed_at":null,"author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/codice/ddf/pulls/2957","html_url":"https://github.com/codice/ddf/pull/2957","diff_url":"https://github.com/codice/ddf/pull/2957.diff","patch_url":"https://github.com/codice/ddf/pull/2957.patch"},"body":"#### What does this PR do?\r\nImproves the error message that is displayed when the user sits idle at the idp for too long then attempts to log in.\r\n#### Who is reviewing it? \r\n@blen-desta \r\n@brjeter \r\n@idperez \r\n#### Choose 2 committers to review/merge the PR. \r\n@clockard\r\n@coyotesqrl\r\n#### How should this be tested? (List steps with links to updated documentation)\r\n1. Start up and install DDF\r\n2. Wait at the login screen for >10 minutes\r\n3. When attempting to log in after 10 minutes the message \"AuthN response returned unknown or expired relay state. Please refresh the page or resend the request to continue the login process.\" Should be displayed.\r\n4. Refreshing the page should log you into DDF.\r\n#### What are the relevant tickets?\r\n[3609](https://codice.atlassian.net/browse/3609)\r\n#### Checklist:\r\n- [ ] Documentation Updated\r\n- [ ] Update / Add Unit Tests\r\n- [ ] Update / Add Integration Tests\r\n\r\n#### Notes on Review Process\r\nPlease see [Notes on Review Process](https://codice.atlassian.net/wiki/spaces/DDF/pages/71946981/Pull+Request+Guidelines) for further guidance on requirements for merging and abbreviated reviews. \r\n\r\n#### Review Comment Legend:\r\n- ✏️ (Pencil) This comment is a nitpick or style suggestion, no action required for approval. This comment should provide a suggestion either as an in line code snippet or a gist. \r\n- ❓ (Question Mark) This comment is to gain a clearer understanding of design or code choices, clarification is required but action may not be necessary for approval.\r\n- ❗ (Exclamation Mark) This comment is critical and requires clarification or action before approval.\r\n"},"comment":{"url":"https://api.github.com/repos/codice/ddf/issues/comments/365310555","html_url":"https://github.com/codice/ddf/pull/2957#issuecomment-365310555","issue_url":"https://api.github.com/repos/codice/ddf/issues/2957","id":365310555,"user":{"login":"cxbot","id":21088360,"avatar_url":"https://avatars2.githubusercontent.com/u/21088360?v=4","gravatar_id":"","url":"https://api.github.com/users/cxbot","html_url":"https://github.com/cxbot","followers_url":"https://api.github.com/users/cxbot/followers","following_url":"https://api.github.com/users/cxbot/following{/other_user}","gists_url":"https://api.github.com/users/cxbot/gists{/gist_id}","starred_url":"https://api.github.com/users/cxbot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cxbot/subscriptions","organizations_url":"https://api.github.com/users/cxbot/orgs","repos_url":"https://api.github.com/users/cxbot/repos","events_url":"https://api.github.com/users/cxbot/events{/privacy}","received_events_url":"https://api.github.com/users/cxbot/received_events","type":"User","site_admin":false},"created_at":"2018-02-13T15:57:05Z","updated_at":"2018-02-13T15:57:05Z","author_association":"COLLABORATOR","body":"Internal build has been scheduled, your results will be available at build completion."}}
{ "id": 15173563, "name": "codice/ddf", "url": "https://api.github.com/repos/codice/ddf" }
{ "id": 21088360, "login": "cxbot", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/21088360?", "url": "https://api.github.com/users/cxbot" }
{ "id": 2386734, "login": "codice", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2386734?", "url": "https://api.github.com/orgs/codice" }
2018-02-13T15:57:05
7238904411
{"actor":{"display_login":"cxbot"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/codice/usng2/issues/11","repository_url":"https://api.github.com/repos/codice/usng2","labels_url":"https://api.github.com/repos/codice/usng2/issues/11/labels{/name}","comments_url":"https://api.github.com/repos/codice/usng2/issues/11/comments","events_url":"https://api.github.com/repos/codice/usng2/issues/11/events","html_url":"https://github.com/codice/usng2/pull/11","id":350229064,"node_id":"MDExOlB1bGxSZXF1ZXN0MjA4MTMxNDMy","number":11,"title":"Hacks in browserify + google-closure-compiler bundling step.","user":{"login":"coyotesqrl","id":1469860,"node_id":"MDQ6VXNlcjE0Njk4NjA=","avatar_url":"https://avatars2.githubusercontent.com/u/1469860?v=4","gravatar_id":"","url":"https://api.github.com/users/coyotesqrl","html_url":"https://github.com/coyotesqrl","followers_url":"https://api.github.com/users/coyotesqrl/followers","following_url":"https://api.github.com/users/coyotesqrl/following{/other_user}","gists_url":"https://api.github.com/users/coyotesqrl/gists{/gist_id}","starred_url":"https://api.github.com/users/coyotesqrl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/coyotesqrl/subscriptions","organizations_url":"https://api.github.com/users/coyotesqrl/orgs","repos_url":"https://api.github.com/users/coyotesqrl/repos","events_url":"https://api.github.com/users/coyotesqrl/events{/privacy}","received_events_url":"https://api.github.com/users/coyotesqrl/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":12,"created_at":"2018-08-13T23:28:27Z","updated_at":"2018-08-23T21:43:12Z","closed_at":null,"author_association":"MEMBER","pull_request":{"url":"https://api.github.com/repos/codice/usng2/pulls/11","html_url":"https://github.com/codice/usng2/pull/11","diff_url":"https://github.com/codice/usng2/pull/11.diff","patch_url":"https://github.com/codice/usng2/pull/11.patch"},"body":"### Requirements\r\n* Filling out the template is required. Any pull request that does not\r\ninclude enough information to be reviewed in a timely manner may be\r\nclosed at the maintainers' discretion.\r\n* All new code requires tests to ensure against regressions\r\n\r\n### Description of the Change\r\n<!--\r\nWe must be able to understand the design of your change from this\r\ndescription. If we can't get a good idea of what the code will be doing\r\nfrom the description here, the pull request may be closed at the\r\nmaintainers' discretion. Keep in mind that the maintainer reviewing this\r\nPR may not be familiar with or have worked with the code here recently,\r\nso please walk us through the concepts.\r\n-->\r\nThis change uses browserify + google-closure-compiler to bundle and eliminate dead code from the final output file. The resulting javascript is UMD and has no external dependencies.\r\n\r\nThe ideal solution would add a new `bundler` implementation to the `KotlinFrontendExtension` and remove the `webpack` bundle plugin; however, there is an issue with the `npm-index` task in KFE right now that needs to be resolved before that can even be attempted. While this is kludgy, the output is correct.\r\n\r\n### Alternate Designs\r\n<!--\r\nExplain what other alternates were considered and why the proposed\r\nversion was selected\r\n-->\r\nAs mentioned above, a new bundler would be ideal.\r\n\r\n### Benefits\r\n<!--\r\nWhat benefits will be realized by the code change?\r\n-->\r\nThis produces an npm artifact that works in both the browser and node.\r\n\r\n### Possible Drawbacks\r\n<!--\r\nWhat are the possible side-effects or negative impacts of the code change?\r\n-->\r\nThe final output file size is still rather large at ~660K.\r\n\r\nIn an environment with many Kotlin-derived JavaScript libraries, it would be preferable to exclude the Kotlin runtime in the output bundle and amortize the cost of that across multiple consumers.\r\n\r\n### Verification Process\r\n<!--\r\nWhat process did you follow to verify that your change has the desired effects?\r\n- How did you verify that all new functionality works as expected?\r\n- How did you verify that all changed functionality works as expected?\r\n- How did you verify that the change has not introduced any regressions?\r\n-->\r\n\r\n### Checklist:\r\n- [ ] Common Kotlin Unit Tests Added/Modified\r\n- [ ] Javascript Mocha Tests Added to `js-test` module\r\n\r\n### Applicable Issues\r\n<!--\r\nEnter any applicable Issues here\r\n-->\r\nFixes: #13 "},"comment":{"url":"https://api.github.com/repos/codice/usng2/issues/comments/415580793","html_url":"https://github.com/codice/usng2/pull/11#issuecomment-415580793","issue_url":"https://api.github.com/repos/codice/usng2/issues/11","id":415580793,"node_id":"MDEyOklzc3VlQ29tbWVudDQxNTU4MDc5Mw==","user":{"login":"cxbot","id":21088360,"node_id":"MDQ6VXNlcjIxMDg4MzYw","avatar_url":"https://avatars2.githubusercontent.com/u/21088360?v=4","gravatar_id":"","url":"https://api.github.com/users/cxbot","html_url":"https://github.com/cxbot","followers_url":"https://api.github.com/users/cxbot/followers","following_url":"https://api.github.com/users/cxbot/following{/other_user}","gists_url":"https://api.github.com/users/cxbot/gists{/gist_id}","starred_url":"https://api.github.com/users/cxbot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cxbot/subscriptions","organizations_url":"https://api.github.com/users/cxbot/orgs","repos_url":"https://api.github.com/users/cxbot/repos","events_url":"https://api.github.com/users/cxbot/events{/privacy}","received_events_url":"https://api.github.com/users/cxbot/received_events","type":"User","site_admin":false},"created_at":"2018-08-23T21:43:12Z","updated_at":"2018-08-23T21:43:12Z","author_association":"COLLABORATOR","body":"Internal build has been started. Your results will be available at completion. See build progress in [Jenkins UI](http://pipelines.phx.connexta.com/job/usng2-pr-test/job/PR-11/4/) or in [Blue Ocean UI](http://pipelines.phx.connexta.com/job/usng2-pr-test/job/PR-11/4/display/redirect)."}}
{ "id": 142362867, "name": "codice/usng2", "url": "https://api.github.com/repos/codice/usng2" }
{ "id": 21088360, "login": "cxbot", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/21088360?", "url": "https://api.github.com/users/cxbot" }
{ "id": 2386734, "login": "codice", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2386734?", "url": "https://api.github.com/orgs/codice" }
2018-08-23T21:43:13
8159761041
{"actor":{"display_login":"cxbot"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/codice/ddf/issues/3850","repository_url":"https://api.github.com/repos/codice/ddf","labels_url":"https://api.github.com/repos/codice/ddf/issues/3850/labels{/name}","comments_url":"https://api.github.com/repos/codice/ddf/issues/3850/comments","events_url":"https://api.github.com/repos/codice/ddf/issues/3850/events","html_url":"https://github.com/codice/ddf/pull/3850","id":366887863,"node_id":"MDExOlB1bGxSZXF1ZXN0MjIwNDUzMjUx","number":3850,"title":"[2.13.X backport] DDF-4208 Increase default `Maximum xml metadata length` to 5MB.","user":{"login":"pvargas","id":12192559,"node_id":"MDQ6VXNlcjEyMTkyNTU5","avatar_url":"https://avatars3.githubusercontent.com/u/12192559?v=4","gravatar_id":"","url":"https://api.github.com/users/pvargas","html_url":"https://github.com/pvargas","followers_url":"https://api.github.com/users/pvargas/followers","following_url":"https://api.github.com/users/pvargas/following{/other_user}","gists_url":"https://api.github.com/users/pvargas/gists{/gist_id}","starred_url":"https://api.github.com/users/pvargas/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/pvargas/subscriptions","organizations_url":"https://api.github.com/users/pvargas/orgs","repos_url":"https://api.github.com/users/pvargas/repos","events_url":"https://api.github.com/users/pvargas/events{/privacy}","received_events_url":"https://api.github.com/users/pvargas/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":{"login":"coyotesqrl","id":1469860,"node_id":"MDQ6VXNlcjE0Njk4NjA=","avatar_url":"https://avatars2.githubusercontent.com/u/1469860?v=4","gravatar_id":"","url":"https://api.github.com/users/coyotesqrl","html_url":"https://github.com/coyotesqrl","followers_url":"https://api.github.com/users/coyotesqrl/followers","following_url":"https://api.github.com/users/coyotesqrl/following{/other_user}","gists_url":"https://api.github.com/users/coyotesqrl/gists{/gist_id}","starred_url":"https://api.github.com/users/coyotesqrl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/coyotesqrl/subscriptions","organizations_url":"https://api.github.com/users/coyotesqrl/orgs","repos_url":"https://api.github.com/users/coyotesqrl/repos","events_url":"https://api.github.com/users/coyotesqrl/events{/privacy}","received_events_url":"https://api.github.com/users/coyotesqrl/received_events","type":"User","site_admin":false},"assignees":[{"login":"coyotesqrl","id":1469860,"node_id":"MDQ6VXNlcjE0Njk4NjA=","avatar_url":"https://avatars2.githubusercontent.com/u/1469860?v=4","gravatar_id":"","url":"https://api.github.com/users/coyotesqrl","html_url":"https://github.com/coyotesqrl","followers_url":"https://api.github.com/users/coyotesqrl/followers","following_url":"https://api.github.com/users/coyotesqrl/following{/other_user}","gists_url":"https://api.github.com/users/coyotesqrl/gists{/gist_id}","starred_url":"https://api.github.com/users/coyotesqrl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/coyotesqrl/subscriptions","organizations_url":"https://api.github.com/users/coyotesqrl/orgs","repos_url":"https://api.github.com/users/coyotesqrl/repos","events_url":"https://api.github.com/users/coyotesqrl/events{/privacy}","received_events_url":"https://api.github.com/users/coyotesqrl/received_events","type":"User","site_admin":false},{"login":"clockard","id":5248090,"node_id":"MDQ6VXNlcjUyNDgwOTA=","avatar_url":"https://avatars1.githubusercontent.com/u/5248090?v=4","gravatar_id":"","url":"https://api.github.com/users/clockard","html_url":"https://github.com/clockard","followers_url":"https://api.github.com/users/clockard/followers","following_url":"https://api.github.com/users/clockard/following{/other_user}","gists_url":"https://api.github.com/users/clockard/gists{/gist_id}","starred_url":"https://api.github.com/users/clockard/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/clockard/subscriptions","organizations_url":"https://api.github.com/users/clockard/orgs","repos_url":"https://api.github.com/users/clockard/repos","events_url":"https://api.github.com/users/clockard/events{/privacy}","received_events_url":"https://api.github.com/users/clockard/received_events","type":"User","site_admin":false}],"milestone":{"url":"https://api.github.com/repos/codice/ddf/milestones/24","html_url":"https://github.com/codice/ddf/milestone/24","labels_url":"https://api.github.com/repos/codice/ddf/milestones/24/labels","id":3673130,"node_id":"MDk6TWlsZXN0b25lMzY3MzEzMA==","number":24,"title":"2.13.3","description":"","creator":{"login":"clockard","id":5248090,"node_id":"MDQ6VXNlcjUyNDgwOTA=","avatar_url":"https://avatars1.githubusercontent.com/u/5248090?v=4","gravatar_id":"","url":"https://api.github.com/users/clockard","html_url":"https://github.com/clockard","followers_url":"https://api.github.com/users/clockard/followers","following_url":"https://api.github.com/users/clockard/following{/other_user}","gists_url":"https://api.github.com/users/clockard/gists{/gist_id}","starred_url":"https://api.github.com/users/clockard/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/clockard/subscriptions","organizations_url":"https://api.github.com/users/clockard/orgs","repos_url":"https://api.github.com/users/clockard/repos","events_url":"https://api.github.com/users/clockard/events{/privacy}","received_events_url":"https://api.github.com/users/clockard/received_events","type":"User","site_admin":false},"open_issues":6,"closed_issues":10,"state":"open","created_at":"2018-09-20T03:35:54Z","updated_at":"2018-10-09T19:34:49Z","due_on":null,"closed_at":null},"comments":8,"created_at":"2018-10-04T17:13:09Z","updated_at":"2018-10-09T19:48:51Z","closed_at":null,"author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/codice/ddf/pulls/3850","html_url":"https://github.com/codice/ddf/pull/3850","diff_url":"https://github.com/codice/ddf/pull/3850.diff","patch_url":"https://github.com/codice/ddf/pull/3850.patch"},"body":"Backports #3849 \r\n#### What does this PR do?\r\nIt increases the `Maximum xml metadata length` to 5MB, since the previous default work for larger files\r\n#### Who is reviewing it? \r\n@oconnormi @mdang8 @kcover @emmberk @peterhuffer \r\n\r\n#### Ask 2 committers to review/merge the PR and tag them here.\r\n@clockard\r\n@coyotesqrl \r\n\r\n#### How should this be tested?\r\nIngest a large PDF through the Content Directory Monitor\r\n\r\n#### What are the relevant tickets?\r\n[DDF-4208](https://codice.atlassian.net/browse/DDF-4208)\r\n\r\n#### Notes on Review Process\r\nPlease see [Notes on Review Process](https://codice.atlassian.net/wiki/spaces/DDF/pages/71946981/Pull+Request+Guidelines) for further guidance on requirements for merging and abbreviated reviews. \r\n\r\n#### Review Comment Legend:\r\n- ✏️ (Pencil) This comment is a nitpick or style suggestion, no action required for approval. This comment should provide a suggestion either as an in line code snippet or a gist. \r\n- ❓ (Question Mark) This comment is to gain a clearer understanding of design or code choices, clarification is required but action may not be necessary for approval.\r\n- ❗ (Exclamation Mark) This comment is critical and requires clarification or action before approval.\r\n"},"comment":{"url":"https://api.github.com/repos/codice/ddf/issues/comments/428326692","html_url":"https://github.com/codice/ddf/pull/3850#issuecomment-428326692","issue_url":"https://api.github.com/repos/codice/ddf/issues/3850","id":428326692,"node_id":"MDEyOklzc3VlQ29tbWVudDQyODMyNjY5Mg==","user":{"login":"cxbot","id":21088360,"node_id":"MDQ6VXNlcjIxMDg4MzYw","avatar_url":"https://avatars2.githubusercontent.com/u/21088360?v=4","gravatar_id":"","url":"https://api.github.com/users/cxbot","html_url":"https://github.com/cxbot","followers_url":"https://api.github.com/users/cxbot/followers","following_url":"https://api.github.com/users/cxbot/following{/other_user}","gists_url":"https://api.github.com/users/cxbot/gists{/gist_id}","starred_url":"https://api.github.com/users/cxbot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cxbot/subscriptions","organizations_url":"https://api.github.com/users/cxbot/orgs","repos_url":"https://api.github.com/users/cxbot/repos","events_url":"https://api.github.com/users/cxbot/events{/privacy}","received_events_url":"https://api.github.com/users/cxbot/received_events","type":"User","site_admin":false},"created_at":"2018-10-09T19:48:51Z","updated_at":"2018-10-09T19:48:51Z","author_association":"COLLABORATOR","body":"\nRefer to this link for build results (access rights to CI server needed): \nhttps://jenkins.codice.org/job/DDF-Jobs/job/2.13.x/job/pr/job/Linux/361/\n:white_check_mark: JOB SUCCESS\n"}}
{ "id": 15173563, "name": "codice/ddf", "url": "https://api.github.com/repos/codice/ddf" }
{ "id": 21088360, "login": "cxbot", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/21088360?", "url": "https://api.github.com/users/cxbot" }
{ "id": 2386734, "login": "codice", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2386734?", "url": "https://api.github.com/orgs/codice" }
2018-10-09T19:48:52
8393190332
{"actor":{"display_login":"cxbot"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/h5py/h5py/issues/1060","repository_url":"https://api.github.com/repos/h5py/h5py","labels_url":"https://api.github.com/repos/h5py/h5py/issues/1060/labels{/name}","comments_url":"https://api.github.com/repos/h5py/h5py/issues/1060/comments","events_url":"https://api.github.com/repos/h5py/h5py/issues/1060/events","html_url":"https://github.com/h5py/h5py/pull/1060","id":335114493,"node_id":"MDExOlB1bGxSZXF1ZXN0MTk2OTEwNjg1","number":1060,"title":"Virtual datasets interface","user":{"login":"takluyver","id":327925,"node_id":"MDQ6VXNlcjMyNzkyNQ==","avatar_url":"https://avatars3.githubusercontent.com/u/327925?v=4","gravatar_id":"","url":"https://api.github.com/users/takluyver","html_url":"https://github.com/takluyver","followers_url":"https://api.github.com/users/takluyver/followers","following_url":"https://api.github.com/users/takluyver/following{/other_user}","gists_url":"https://api.github.com/users/takluyver/gists{/gist_id}","starred_url":"https://api.github.com/users/takluyver/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/takluyver/subscriptions","organizations_url":"https://api.github.com/users/takluyver/orgs","repos_url":"https://api.github.com/users/takluyver/repos","events_url":"https://api.github.com/users/takluyver/events{/privacy}","received_events_url":"https://api.github.com/users/takluyver/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/h5py/h5py/milestones/14","html_url":"https://github.com/h5py/h5py/milestone/14","labels_url":"https://api.github.com/repos/h5py/h5py/milestones/14/labels","id":3105637,"node_id":"MDk6TWlsZXN0b25lMzEwNTYzNw==","number":14,"title":"2.9","description":"","creator":{"login":"tacaswell","id":199813,"node_id":"MDQ6VXNlcjE5OTgxMw==","avatar_url":"https://avatars3.githubusercontent.com/u/199813?v=4","gravatar_id":"","url":"https://api.github.com/users/tacaswell","html_url":"https://github.com/tacaswell","followers_url":"https://api.github.com/users/tacaswell/followers","following_url":"https://api.github.com/users/tacaswell/following{/other_user}","gists_url":"https://api.github.com/users/tacaswell/gists{/gist_id}","starred_url":"https://api.github.com/users/tacaswell/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/tacaswell/subscriptions","organizations_url":"https://api.github.com/users/tacaswell/orgs","repos_url":"https://api.github.com/users/tacaswell/repos","events_url":"https://api.github.com/users/tacaswell/events{/privacy}","received_events_url":"https://api.github.com/users/tacaswell/received_events","type":"User","site_admin":false},"open_issues":54,"closed_issues":11,"state":"open","created_at":"2018-02-11T15:33:15Z","updated_at":"2018-06-25T18:53:03Z","due_on":null,"closed_at":null},"comments":5,"created_at":"2018-06-23T16:44:17Z","updated_at":"2018-06-28T16:10:05Z","closed_at":null,"author_association":"NONE","pull_request":{"url":"https://api.github.com/repos/h5py/h5py/pulls/1060","html_url":"https://github.com/h5py/h5py/pull/1060","diff_url":"https://github.com/h5py/h5py/pull/1060.diff","patch_url":"https://github.com/h5py/h5py/pull/1060.patch"},"body":"This builds on #894, but I've redesigned the interface. Here's the TLDR:\r\n\r\n```python\r\n# The 'target' is the structure of the virtual dataset we want to build\r\ntarget = h5py.VirtualTarget(shape=(4, 100), dtype='i4', fillvalue=-5)\r\n\r\nfor n in range(1, 5):\r\n filename = \"{}.h5\".format(n)\r\n # Sources represent a source dataset to include\r\n vsource = h5py.VirtualSource(filename, 'data', shape=(100,))\r\n # Map the source dataset (or a slice thereof) into a slice of the target\r\n target[n - 1] = vsource\r\n\r\n# Add virtual dataset to output file\r\nwith h5py.File(\"VDS.h5\", 'w', libver='latest') as f:\r\n f.create_virtual_dataset('data', target)\r\n```\r\n\r\n`VirtualSource` can be instantiated in two ways:\r\n\r\n```python\r\n# By file path and dataset name (doesn't read the file)\r\nvsource = h5py.VirtualSource(filename, 'data', shape=(100,))\r\n\r\n# From a Dataset object (gets the shape automatically)\r\nwith h5py.File(filename, 'r') as f:\r\n vsource = h5py.VirtualSource(f['data'])\r\n```"},"comment":{"url":"https://api.github.com/repos/h5py/h5py/issues/comments/401088709","html_url":"https://github.com/h5py/h5py/pull/1060#issuecomment-401088709","issue_url":"https://api.github.com/repos/h5py/h5py/issues/1060","id":401088709,"node_id":"MDEyOklzc3VlQ29tbWVudDQwMTA4ODcwOQ==","user":{"login":"tacaswell","id":199813,"node_id":"MDQ6VXNlcjE5OTgxMw==","avatar_url":"https://avatars3.githubusercontent.com/u/199813?v=4","gravatar_id":"","url":"https://api.github.com/users/tacaswell","html_url":"https://github.com/tacaswell","followers_url":"https://api.github.com/users/tacaswell/followers","following_url":"https://api.github.com/users/tacaswell/following{/other_user}","gists_url":"https://api.github.com/users/tacaswell/gists{/gist_id}","starred_url":"https://api.github.com/users/tacaswell/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/tacaswell/subscriptions","organizations_url":"https://api.github.com/users/tacaswell/orgs","repos_url":"https://api.github.com/users/tacaswell/repos","events_url":"https://api.github.com/users/tacaswell/events{/privacy}","received_events_url":"https://api.github.com/users/tacaswell/received_events","type":"User","site_admin":false},"created_at":"2018-06-28T16:10:05Z","updated_at":"2018-06-28T16:10:05Z","author_association":"MEMBER","body":"The tension in 2 is I think what drove me to making `create_virtual_dataset` have cranky verbose API + helper functions. I am biased towards pushing anything that the `VirtualTarget` object does not need to know to be a parameter to `create_virtual_dataset`. I think of `VirtualTarget` being a fancy object as a consequence of needing to encode the data structure of how to map values in the VDS to values in (many) source data sets rather than \"bucket for all the config\".\r\n\r\nI agree calling the contstructor_helper_object `VirtualDataset` is not good (because that makes it sound like you can get data _out_ of it). `VirtualMap` sounds like it should be a dict proxy and `VirtualSpace` collides in my brain to much with all of the other `*Space` names in hdf5. \r\n\r\nGiven the above discussion I like `VirtualLayout` better than `VirtualTarget` as it captures that the object is just the layout related information and fits well with pushing the non-layout things (fillvalue) don't belong it in. It also helps break the source vs target distinction. \"You assemble a bunch of sources into a layout that you then use to create the dataset\" is a reasonably understandable English sentence."}}
{ "id": 5894962, "name": "h5py/h5py", "url": "https://api.github.com/repos/h5py/h5py" }
{ "id": 199813, "login": "tacaswell", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/199813?", "url": "https://api.github.com/users/tacaswell" }
{ "id": 2389852, "login": "h5py", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2389852?", "url": "https://api.github.com/orgs/h5py" }
2018-06-28T16:10:05
7892863897
{"actor":{"display_login":"tacaswell"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/cfmlprojects/runwar/issues/107","repository_url":"https://api.github.com/repos/cfmlprojects/runwar","labels_url":"https://api.github.com/repos/cfmlprojects/runwar/issues/107/labels{/name}","comments_url":"https://api.github.com/repos/cfmlprojects/runwar/issues/107/comments","events_url":"https://api.github.com/repos/cfmlprojects/runwar/issues/107/events","html_url":"https://github.com/cfmlprojects/runwar/issues/107","id":307501105,"number":107,"title":"Server won't start with $ in web root path","user":{"login":"bdw429s","id":584009,"avatar_url":"https://avatars0.githubusercontent.com/u/584009?v=4","gravatar_id":"","url":"https://api.github.com/users/bdw429s","html_url":"https://github.com/bdw429s","followers_url":"https://api.github.com/users/bdw429s/followers","following_url":"https://api.github.com/users/bdw429s/following{/other_user}","gists_url":"https://api.github.com/users/bdw429s/gists{/gist_id}","starred_url":"https://api.github.com/users/bdw429s/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/bdw429s/subscriptions","organizations_url":"https://api.github.com/users/bdw429s/orgs","repos_url":"https://api.github.com/users/bdw429s/repos","events_url":"https://api.github.com/users/bdw429s/events{/privacy}","received_events_url":"https://api.github.com/users/bdw429s/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/cfmlprojects/runwar/milestones/7","html_url":"https://github.com/cfmlprojects/runwar/milestone/7","labels_url":"https://api.github.com/repos/cfmlprojects/runwar/milestones/7/labels","id":3177339,"number":7,"title":"3.8.0","description":null,"creator":{"login":"denuno","id":193634,"avatar_url":"https://avatars1.githubusercontent.com/u/193634?v=4","gravatar_id":"","url":"https://api.github.com/users/denuno","html_url":"https://github.com/denuno","followers_url":"https://api.github.com/users/denuno/followers","following_url":"https://api.github.com/users/denuno/following{/other_user}","gists_url":"https://api.github.com/users/denuno/gists{/gist_id}","starred_url":"https://api.github.com/users/denuno/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/denuno/subscriptions","organizations_url":"https://api.github.com/users/denuno/orgs","repos_url":"https://api.github.com/users/denuno/repos","events_url":"https://api.github.com/users/denuno/events{/privacy}","received_events_url":"https://api.github.com/users/denuno/received_events","type":"User","site_admin":false},"open_issues":4,"closed_issues":2,"state":"open","created_at":"2018-03-11T23:07:21Z","updated_at":"2018-03-26T04:30:23Z","due_on":null,"closed_at":null},"comments":0,"created_at":"2018-03-22T04:19:24Z","updated_at":"2018-03-29T05:02:14Z","closed_at":null,"author_association":"CONTRIBUTOR","body":"Ran across this a few months ago in CommandBox and put in a JIRA ticket but forgot to create one here as well.\r\n\r\n```\r\njava.lang.IllegalArgumentException: Illegal group reference\r\n at java.util.regex.Matcher.appendReplacement(Unknown Source)\r\n at java.util.regex.Matcher.replaceAll(Unknown Source)\r\n at java.lang.String.replaceAll(Unknown Source)\r\n at runwar.undertow.WebXMLParser.parseWebXml(WebXMLParser.java:283)\r\n at runwar.Server.startServer(Server.java:498)\r\n at runwar.Start.main(Start.java:108)\r\n2018-03-21 23:17:45 ERROR RunwarLogger Error reading web.xml\r\njava.lang.IllegalArgumentException: Illegal group reference\r\n at java.util.regex.Matcher.appendReplacement(Unknown Source)\r\n at java.util.regex.Matcher.replaceAll(Unknown Source)\r\n at java.lang.String.replaceAll(Unknown Source)\r\n at runwar.undertow.WebXMLParser.parseWebXml(WebXMLParser.java:283)\r\n at runwar.Server.startServer(Server.java:498)\r\n at runwar.Start.main(Start.java:108)\r\n```"},"comment":{"url":"https://api.github.com/repos/cfmlprojects/runwar/issues/comments/377122287","html_url":"https://github.com/cfmlprojects/runwar/issues/107#issuecomment-377122287","issue_url":"https://api.github.com/repos/cfmlprojects/runwar/issues/107","id":377122287,"user":{"login":"denuno","id":193634,"avatar_url":"https://avatars1.githubusercontent.com/u/193634?v=4","gravatar_id":"","url":"https://api.github.com/users/denuno","html_url":"https://github.com/denuno","followers_url":"https://api.github.com/users/denuno/followers","following_url":"https://api.github.com/users/denuno/following{/other_user}","gists_url":"https://api.github.com/users/denuno/gists{/gist_id}","starred_url":"https://api.github.com/users/denuno/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/denuno/subscriptions","organizations_url":"https://api.github.com/users/denuno/orgs","repos_url":"https://api.github.com/users/denuno/repos","events_url":"https://api.github.com/users/denuno/events{/privacy}","received_events_url":"https://api.github.com/users/denuno/received_events","type":"User","site_admin":false},"created_at":"2018-03-29T05:02:14Z","updated_at":"2018-03-29T05:02:14Z","author_association":"CONTRIBUTOR","body":"Should be fixed in latest snapshot."}}
{ "id": 19727735, "name": "cfmlprojects/runwar", "url": "https://api.github.com/repos/cfmlprojects/runwar" }
{ "id": 193634, "login": "denuno", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/193634?", "url": "https://api.github.com/users/denuno" }
{ "id": 2398052, "login": "cfmlprojects", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2398052?", "url": "https://api.github.com/orgs/cfmlprojects" }
2018-03-29T05:02:14
7451748278
{"actor":{"display_login":"denuno"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/pimoroni/skywriter-hat/issues/28","repository_url":"https://api.github.com/repos/pimoroni/skywriter-hat","labels_url":"https://api.github.com/repos/pimoroni/skywriter-hat/issues/28/labels{/name}","comments_url":"https://api.github.com/repos/pimoroni/skywriter-hat/issues/28/comments","events_url":"https://api.github.com/repos/pimoroni/skywriter-hat/issues/28/events","html_url":"https://github.com/pimoroni/skywriter-hat/issues/28","id":308303340,"number":28,"title":"SW_CIRCLE_C(C)LOCKWISE gesture","user":{"login":"Mynasru","id":30989850,"avatar_url":"https://avatars1.githubusercontent.com/u/30989850?v=4","gravatar_id":"","url":"https://api.github.com/users/Mynasru","html_url":"https://github.com/Mynasru","followers_url":"https://api.github.com/users/Mynasru/followers","following_url":"https://api.github.com/users/Mynasru/following{/other_user}","gists_url":"https://api.github.com/users/Mynasru/gists{/gist_id}","starred_url":"https://api.github.com/users/Mynasru/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Mynasru/subscriptions","organizations_url":"https://api.github.com/users/Mynasru/orgs","repos_url":"https://api.github.com/users/Mynasru/repos","events_url":"https://api.github.com/users/Mynasru/events{/privacy}","received_events_url":"https://api.github.com/users/Mynasru/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":1,"created_at":"2018-03-24T22:12:39Z","updated_at":"2018-05-03T00:45:50Z","closed_at":null,"author_association":"NONE","body":"I cannot get `SW_CIRCLE_CLOCKWISE` and `SW_CIRCLE_CCLOCKWISE` working, when are these supposed to be activated (what gesture) and are these triggered by `void gesture(unsigned char type)` or by another function?\r\n\r\nAlso the documentation on the Arduino library and examples is very scarce, it could use an update."},"comment":{"url":"https://api.github.com/repos/pimoroni/skywriter-hat/issues/comments/386163830","html_url":"https://github.com/pimoroni/skywriter-hat/issues/28#issuecomment-386163830","issue_url":"https://api.github.com/repos/pimoroni/skywriter-hat/issues/28","id":386163830,"user":{"login":"balamsoto","id":847036,"avatar_url":"https://avatars0.githubusercontent.com/u/847036?v=4","gravatar_id":"","url":"https://api.github.com/users/balamsoto","html_url":"https://github.com/balamsoto","followers_url":"https://api.github.com/users/balamsoto/followers","following_url":"https://api.github.com/users/balamsoto/following{/other_user}","gists_url":"https://api.github.com/users/balamsoto/gists{/gist_id}","starred_url":"https://api.github.com/users/balamsoto/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/balamsoto/subscriptions","organizations_url":"https://api.github.com/users/balamsoto/orgs","repos_url":"https://api.github.com/users/balamsoto/repos","events_url":"https://api.github.com/users/balamsoto/events{/privacy}","received_events_url":"https://api.github.com/users/balamsoto/received_events","type":"User","site_admin":false},"created_at":"2018-05-03T00:45:50Z","updated_at":"2018-05-03T00:45:50Z","author_association":"NONE","body":"having this into arduino / teensy arch can lead to more sales\r\nPlease update the lib and enable all the magic of this hardware "}}
{ "id": 26229418, "name": "pimoroni/skywriter-hat", "url": "https://api.github.com/repos/pimoroni/skywriter-hat" }
{ "id": 847036, "login": "balamsoto", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/847036?", "url": "https://api.github.com/users/balamsoto" }
{ "id": 2399917, "login": "pimoroni", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2399917?", "url": "https://api.github.com/orgs/pimoroni" }
2018-05-03T00:45:50
7620151411
{"actor":{"display_login":"balamsoto"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/Awful/Awful.app/issues/378","repository_url":"https://api.github.com/repos/Awful/Awful.app","labels_url":"https://api.github.com/repos/Awful/Awful.app/issues/378/labels{/name}","comments_url":"https://api.github.com/repos/Awful/Awful.app/issues/378/comments","events_url":"https://api.github.com/repos/Awful/Awful.app/issues/378/events","html_url":"https://github.com/Awful/Awful.app/issues/378","id":248201167,"node_id":"MDU6SXNzdWUyNDgyMDExNjc=","number":378,"title":"Links in post page are hard to tap","user":{"login":"nolanw","id":177228,"node_id":"MDQ6VXNlcjE3NzIyOA==","avatar_url":"https://avatars2.githubusercontent.com/u/177228?v=4","gravatar_id":"","url":"https://api.github.com/users/nolanw","html_url":"https://github.com/nolanw","followers_url":"https://api.github.com/users/nolanw/followers","following_url":"https://api.github.com/users/nolanw/following{/other_user}","gists_url":"https://api.github.com/users/nolanw/gists{/gist_id}","starred_url":"https://api.github.com/users/nolanw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nolanw/subscriptions","organizations_url":"https://api.github.com/users/nolanw/orgs","repos_url":"https://api.github.com/users/nolanw/repos","events_url":"https://api.github.com/users/nolanw/events{/privacy}","received_events_url":"https://api.github.com/users/nolanw/received_events","type":"User","site_admin":false},"labels":[{"id":21671051,"node_id":"MDU6TGFiZWwyMTY3MTA1MQ==","url":"https://api.github.com/repos/Awful/Awful.app/labels/Bug","name":"Bug","color":"e10c02","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":6,"created_at":"2017-08-05T18:23:23Z","updated_at":"2018-10-31T00:39:07Z","closed_at":null,"author_association":"MEMBER","body":"> Is the \"links are incredibly hard to click on\" bug in 3.8 on The List?\r\n\r\n> For some reason pushing any link doesn't automatically work. I have to push for a few seconds and then I'm asked if I want to display in Safari or YouTube or wherever. It's annoying. Even non YouTube links have me exit the app.\r\n\r\n> Thirding.\r\n\r\n> I agree that links are a little hard to click on, I thought I was just inept with my tiny 5 though.\r\n\r\n> Also the link-clicking issues -- I can mostly click on a link if I've scrolled back enough that the \"Parent Forum | Previous Posts | Scroll to Bottom\" button bar is fully visible; if that bar isn't fully visible, tapping a link will instead scroll the thread back by a couple pixels or something.\r\n\r\n> When I encounter difficulties with clicking on a link and it opening, selecting some text on the screen seems to allow me to open the link with the next click. Can anyone confirm or deny this next time they run into that issue?"},"comment":{"url":"https://api.github.com/repos/Awful/Awful.app/issues/comments/434520574","html_url":"https://github.com/Awful/Awful.app/issues/378#issuecomment-434520574","issue_url":"https://api.github.com/repos/Awful/Awful.app/issues/378","id":434520574,"node_id":"MDEyOklzc3VlQ29tbWVudDQzNDUyMDU3NA==","user":{"login":"nolanw","id":177228,"node_id":"MDQ6VXNlcjE3NzIyOA==","avatar_url":"https://avatars2.githubusercontent.com/u/177228?v=4","gravatar_id":"","url":"https://api.github.com/users/nolanw","html_url":"https://github.com/nolanw","followers_url":"https://api.github.com/users/nolanw/followers","following_url":"https://api.github.com/users/nolanw/following{/other_user}","gists_url":"https://api.github.com/users/nolanw/gists{/gist_id}","starred_url":"https://api.github.com/users/nolanw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nolanw/subscriptions","organizations_url":"https://api.github.com/users/nolanw/orgs","repos_url":"https://api.github.com/users/nolanw/repos","events_url":"https://api.github.com/users/nolanw/events{/privacy}","received_events_url":"https://api.github.com/users/nolanw/received_events","type":"User","site_admin":false},"created_at":"2018-10-31T00:39:07Z","updated_at":"2018-10-31T00:39:07Z","author_association":"MEMBER","body":"> I was seeing two different types of this\r\n> \r\n> 1. No links work, app crashes soon after\r\n> 2. Some links work (actually, all links 'work' but they're not where they should be, if you click around the space that shouldn't be links enough you may find your intended destination)\r\n> \r\n> I thought they were both the same as the display entirely breaking for portions of pages issue, because they would often accompany that\r\n> — [Grassy Knowles](https://forums.somethingawful.com/showthread.php?noseen=0&threadid=3837546&perpage=40&pagenumber=27#post489151885)"}}
{ "id": 1852094, "name": "Awful/Awful.app", "url": "https://api.github.com/repos/Awful/Awful.app" }
{ "id": 177228, "login": "nolanw", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/177228?", "url": "https://api.github.com/users/nolanw" }
{ "id": 2438983, "login": "Awful", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2438983?", "url": "https://api.github.com/orgs/Awful" }
2018-10-31T00:39:07
8509046724
{"actor":{"display_login":"nolanw"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/Return-To-The-Roots/s25client/issues/84","repository_url":"https://api.github.com/repos/Return-To-The-Roots/s25client","labels_url":"https://api.github.com/repos/Return-To-The-Roots/s25client/issues/84/labels{/name}","comments_url":"https://api.github.com/repos/Return-To-The-Roots/s25client/issues/84/comments","events_url":"https://api.github.com/repos/Return-To-The-Roots/s25client/issues/84/events","html_url":"https://github.com/Return-To-The-Roots/s25client/issues/84","id":98270512,"node_id":"MDU6SXNzdWU5ODI3MDUxMg==","number":84,"title":"Soldaten laufen ineinander","user":{"login":"Spikeone","id":1276342,"node_id":"MDQ6VXNlcjEyNzYzNDI=","avatar_url":"https://avatars3.githubusercontent.com/u/1276342?v=4","gravatar_id":"","url":"https://api.github.com/users/Spikeone","html_url":"https://github.com/Spikeone","followers_url":"https://api.github.com/users/Spikeone/followers","following_url":"https://api.github.com/users/Spikeone/following{/other_user}","gists_url":"https://api.github.com/users/Spikeone/gists{/gist_id}","starred_url":"https://api.github.com/users/Spikeone/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Spikeone/subscriptions","organizations_url":"https://api.github.com/users/Spikeone/orgs","repos_url":"https://api.github.com/users/Spikeone/repos","events_url":"https://api.github.com/users/Spikeone/events{/privacy}","received_events_url":"https://api.github.com/users/Spikeone/received_events","type":"User","site_admin":false},"labels":[{"id":46735650,"node_id":"MDU6TGFiZWw0NjczNTY1MA==","url":"https://api.github.com/repos/Return-To-The-Roots/s25client/labels/bug","name":"bug","color":"fc2929","default":true}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/Return-To-The-Roots/s25client/milestones/1","html_url":"https://github.com/Return-To-The-Roots/s25client/milestone/1","labels_url":"https://api.github.com/repos/Return-To-The-Roots/s25client/milestones/1/labels","id":1246162,"node_id":"MDk6TWlsZXN0b25lMTI0NjE2Mg==","number":1,"title":"0.8.3 - bugfixes","description":"- Memory leak fixes \r\n- Pointer replacements.\r\n- Source code clean up\r\n- Possible Async cleanups","creator":{"login":"Flow86","id":656249,"node_id":"MDQ6VXNlcjY1NjI0OQ==","avatar_url":"https://avatars2.githubusercontent.com/u/656249?v=4","gravatar_id":"","url":"https://api.github.com/users/Flow86","html_url":"https://github.com/Flow86","followers_url":"https://api.github.com/users/Flow86/followers","following_url":"https://api.github.com/users/Flow86/following{/other_user}","gists_url":"https://api.github.com/users/Flow86/gists{/gist_id}","starred_url":"https://api.github.com/users/Flow86/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Flow86/subscriptions","organizations_url":"https://api.github.com/users/Flow86/orgs","repos_url":"https://api.github.com/users/Flow86/repos","events_url":"https://api.github.com/users/Flow86/events{/privacy}","received_events_url":"https://api.github.com/users/Flow86/received_events","type":"User","site_admin":false},"open_issues":18,"closed_issues":286,"state":"open","created_at":"2015-08-07T22:28:49Z","updated_at":"2018-12-04T15:42:22Z","due_on":null,"closed_at":null},"comments":1,"created_at":"2015-07-30T21:37:10Z","updated_at":"2018-12-04T20:57:48Z","closed_at":null,"author_association":"MEMBER","body":"Nach dem Angriff auf den Hafen, liefen die Soldaten zurück, während 2 direkt übereinander gelaufen sind, im originalen sind allerdings soldaten nie durch andere hindurch gelaufen.\nZu sehen bei dem Angriff von weiß auf Blau\n\nSpike (fvv1) wrote on 2010-09-11: #1\n2010-09-11_15-23-35.rpl Edit (15.0 KiB, application/octet-stream)\n\nhttps://bugs.launchpad.net/s25rttr/+bug/635753\n\nYES, this bug IS still valid.\n"},"comment":{"url":"https://api.github.com/repos/Return-To-The-Roots/s25client/issues/comments/444255396","html_url":"https://github.com/Return-To-The-Roots/s25client/issues/84#issuecomment-444255396","issue_url":"https://api.github.com/repos/Return-To-The-Roots/s25client/issues/84","id":444255396,"node_id":"MDEyOklzc3VlQ29tbWVudDQ0NDI1NTM5Ng==","user":{"login":"Spikeone","id":1276342,"node_id":"MDQ6VXNlcjEyNzYzNDI=","avatar_url":"https://avatars3.githubusercontent.com/u/1276342?v=4","gravatar_id":"","url":"https://api.github.com/users/Spikeone","html_url":"https://github.com/Spikeone","followers_url":"https://api.github.com/users/Spikeone/followers","following_url":"https://api.github.com/users/Spikeone/following{/other_user}","gists_url":"https://api.github.com/users/Spikeone/gists{/gist_id}","starred_url":"https://api.github.com/users/Spikeone/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Spikeone/subscriptions","organizations_url":"https://api.github.com/users/Spikeone/orgs","repos_url":"https://api.github.com/users/Spikeone/repos","events_url":"https://api.github.com/users/Spikeone/events{/privacy}","received_events_url":"https://api.github.com/users/Spikeone/received_events","type":"User","site_admin":false},"created_at":"2018-12-04T20:57:48Z","updated_at":"2018-12-04T20:57:48Z","author_association":"MEMBER","body":"Well - it'd be quite simple (at least in my mind): If a soldiers moves to a node, that node is occupied. A node that is occupied can't be used by an other soldier for it's pathfinding. When a node is reached, path gets recalculated. That way it should work like it did in the original and would only take some more time."}}
{ "id": 11231381, "name": "Return-To-The-Roots/s25client", "url": "https://api.github.com/repos/Return-To-The-Roots/s25client" }
{ "id": 1276342, "login": "Spikeone", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/1276342?", "url": "https://api.github.com/users/Spikeone" }
{ "id": 2520313, "login": "Return-To-The-Roots", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2520313?", "url": "https://api.github.com/orgs/Return-To-The-Roots" }
2018-12-04T20:57:48
8697669782
{"actor":{"display_login":"Spikeone"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/openwrt/packages/issues/7716","repository_url":"https://api.github.com/repos/openwrt/packages","labels_url":"https://api.github.com/repos/openwrt/packages/issues/7716/labels{/name}","comments_url":"https://api.github.com/repos/openwrt/packages/issues/7716/comments","events_url":"https://api.github.com/repos/openwrt/packages/issues/7716/events","html_url":"https://github.com/openwrt/packages/pull/7716","id":391971537,"node_id":"MDExOlB1bGxSZXF1ZXN0MjM5MzQ2MzM4","number":7716,"title":"python-six: Update to 1.12.0","user":{"login":"neheb","id":2918873,"node_id":"MDQ6VXNlcjI5MTg4NzM=","avatar_url":"https://avatars1.githubusercontent.com/u/2918873?v=4","gravatar_id":"","url":"https://api.github.com/users/neheb","html_url":"https://github.com/neheb","followers_url":"https://api.github.com/users/neheb/followers","following_url":"https://api.github.com/users/neheb/following{/other_user}","gists_url":"https://api.github.com/users/neheb/gists{/gist_id}","starred_url":"https://api.github.com/users/neheb/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/neheb/subscriptions","organizations_url":"https://api.github.com/users/neheb/orgs","repos_url":"https://api.github.com/users/neheb/repos","events_url":"https://api.github.com/users/neheb/events{/privacy}","received_events_url":"https://api.github.com/users/neheb/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":6,"created_at":"2018-12-18T02:33:50Z","updated_at":"2018-12-21T02:50:19Z","closed_at":null,"author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/openwrt/packages/pulls/7716","html_url":"https://github.com/openwrt/packages/pull/7716","diff_url":"https://github.com/openwrt/packages/pull/7716.diff","patch_url":"https://github.com/openwrt/packages/pull/7716.patch"},"body":"Switch to standard pythonhosted URL.\r\n\r\nCosmetic Makefile rearrangements for consistency between packages.\r\n\r\nSigned-off-by: Rosen Penev <[email protected]>\r\n\r\nMaintainer: @jefferyto @commodo \r\nCompile tested: ramips"},"comment":{"url":"https://api.github.com/repos/openwrt/packages/issues/comments/449223318","html_url":"https://github.com/openwrt/packages/pull/7716#issuecomment-449223318","issue_url":"https://api.github.com/repos/openwrt/packages/issues/7716","id":449223318,"node_id":"MDEyOklzc3VlQ29tbWVudDQ0OTIyMzMxOA==","user":{"login":"neheb","id":2918873,"node_id":"MDQ6VXNlcjI5MTg4NzM=","avatar_url":"https://avatars1.githubusercontent.com/u/2918873?v=4","gravatar_id":"","url":"https://api.github.com/users/neheb","html_url":"https://github.com/neheb","followers_url":"https://api.github.com/users/neheb/followers","following_url":"https://api.github.com/users/neheb/following{/other_user}","gists_url":"https://api.github.com/users/neheb/gists{/gist_id}","starred_url":"https://api.github.com/users/neheb/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/neheb/subscriptions","organizations_url":"https://api.github.com/users/neheb/orgs","repos_url":"https://api.github.com/users/neheb/repos","events_url":"https://api.github.com/users/neheb/events{/privacy}","received_events_url":"https://api.github.com/users/neheb/received_events","type":"User","site_admin":false},"created_at":"2018-12-21T02:50:19Z","updated_at":"2018-12-21T02:50:19Z","author_association":"CONTRIBUTOR","body":"Yep. Seafile."}}
{ "id": 20307838, "name": "openwrt/packages", "url": "https://api.github.com/repos/openwrt/packages" }
{ "id": 2918873, "login": "neheb", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2918873?", "url": "https://api.github.com/users/neheb" }
{ "id": 2528830, "login": "openwrt", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2528830?", "url": "https://api.github.com/orgs/openwrt" }
2018-12-21T02:50:19
8789313601
{"actor":{"display_login":"neheb"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/openwrt/luci/issues/1671","repository_url":"https://api.github.com/repos/openwrt/luci","labels_url":"https://api.github.com/repos/openwrt/luci/issues/1671/labels{/name}","comments_url":"https://api.github.com/repos/openwrt/luci/issues/1671/comments","events_url":"https://api.github.com/repos/openwrt/luci/issues/1671/events","html_url":"https://github.com/openwrt/luci/pull/1671","id":303408907,"number":1671,"title":"luci-app-travelmate: remove qrencode short options","user":{"login":"dibdot","id":8061346,"avatar_url":"https://avatars1.githubusercontent.com/u/8061346?v=4","gravatar_id":"","url":"https://api.github.com/users/dibdot","html_url":"https://github.com/dibdot","followers_url":"https://api.github.com/users/dibdot/followers","following_url":"https://api.github.com/users/dibdot/following{/other_user}","gists_url":"https://api.github.com/users/dibdot/gists{/gist_id}","starred_url":"https://api.github.com/users/dibdot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dibdot/subscriptions","organizations_url":"https://api.github.com/users/dibdot/orgs","repos_url":"https://api.github.com/users/dibdot/repos","events_url":"https://api.github.com/users/dibdot/events{/privacy}","received_events_url":"https://api.github.com/users/dibdot/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2018-03-08T09:20:38Z","updated_at":"2018-03-08T09:22:46Z","closed_at":"2018-03-08T09:21:01Z","author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/openwrt/luci/pulls/1671","html_url":"https://github.com/openwrt/luci/pull/1671","diff_url":"https://github.com/openwrt/luci/pull/1671.diff","patch_url":"https://github.com/openwrt/luci/pull/1671.patch"},"body":"* forthcoming qrencode version will remove the short option \"-I\"\r\n for inline, to get prepared switch to normal qrencode\r\n command line parameters.\r\n\r\nSigned-off-by: Dirk Brenken <[email protected]>"},"comment":{"url":"https://api.github.com/repos/openwrt/luci/issues/comments/371429443","html_url":"https://github.com/openwrt/luci/pull/1671#issuecomment-371429443","issue_url":"https://api.github.com/repos/openwrt/luci/issues/1671","id":371429443,"user":{"login":"dibdot","id":8061346,"avatar_url":"https://avatars1.githubusercontent.com/u/8061346?v=4","gravatar_id":"","url":"https://api.github.com/users/dibdot","html_url":"https://github.com/dibdot","followers_url":"https://api.github.com/users/dibdot/followers","following_url":"https://api.github.com/users/dibdot/following{/other_user}","gists_url":"https://api.github.com/users/dibdot/gists{/gist_id}","starred_url":"https://api.github.com/users/dibdot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dibdot/subscriptions","organizations_url":"https://api.github.com/users/dibdot/orgs","repos_url":"https://api.github.com/users/dibdot/repos","events_url":"https://api.github.com/users/dibdot/events{/privacy}","received_events_url":"https://api.github.com/users/dibdot/received_events","type":"User","site_admin":false},"created_at":"2018-03-08T09:22:46Z","updated_at":"2018-03-08T09:22:46Z","author_association":"CONTRIBUTOR","body":"@jp-bennett Thanks for your heads-up!"}}
{ "id": 24997096, "name": "openwrt/luci", "url": "https://api.github.com/repos/openwrt/luci" }
{ "id": 8061346, "login": "dibdot", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/8061346?", "url": "https://api.github.com/users/dibdot" }
{ "id": 2528830, "login": "openwrt", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2528830?", "url": "https://api.github.com/orgs/openwrt" }
2018-03-08T09:22:46
7349067574
{"actor":{"display_login":"dibdot"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/openwrt/luci/issues/2333","repository_url":"https://api.github.com/repos/openwrt/luci","labels_url":"https://api.github.com/repos/openwrt/luci/issues/2333/labels{/name}","comments_url":"https://api.github.com/repos/openwrt/luci/issues/2333/comments","events_url":"https://api.github.com/repos/openwrt/luci/issues/2333/events","html_url":"https://github.com/openwrt/luci/pull/2333","id":384532572,"node_id":"MDExOlB1bGxSZXF1ZXN0MjMzNzEzNTUw","number":2333,"title":"luci-theme-bootstrap: fix tabs rendering","user":{"login":"namedun","id":13316680,"node_id":"MDQ6VXNlcjEzMzE2Njgw","avatar_url":"https://avatars2.githubusercontent.com/u/13316680?v=4","gravatar_id":"","url":"https://api.github.com/users/namedun","html_url":"https://github.com/namedun","followers_url":"https://api.github.com/users/namedun/followers","following_url":"https://api.github.com/users/namedun/following{/other_user}","gists_url":"https://api.github.com/users/namedun/gists{/gist_id}","starred_url":"https://api.github.com/users/namedun/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/namedun/subscriptions","organizations_url":"https://api.github.com/users/namedun/orgs","repos_url":"https://api.github.com/users/namedun/repos","events_url":"https://api.github.com/users/namedun/events{/privacy}","received_events_url":"https://api.github.com/users/namedun/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2018-11-26T22:11:07Z","updated_at":"2018-11-27T13:08:07Z","closed_at":"2018-11-27T13:08:07Z","author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/openwrt/luci/pulls/2333","html_url":"https://github.com/openwrt/luci/pull/2333","diff_url":"https://github.com/openwrt/luci/pull/2333.diff","patch_url":"https://github.com/openwrt/luci/pull/2333.patch"},"body":"If we have a lot of tabs that do not fit in width, we must wrap\r\ntabs to next line.\r\n\r\nBefore: \r\n![image](https://user-images.githubusercontent.com/13316680/49045163-27a72080-f1e1-11e8-9871-fecdc2361cff.png)\r\n\r\nAfter: \r\n![image](https://user-images.githubusercontent.com/13316680/49045169-2c6bd480-f1e1-11e8-9f09-3731da578987.png)"},"comment":{"url":"https://api.github.com/repos/openwrt/luci/issues/comments/442051916","html_url":"https://github.com/openwrt/luci/pull/2333#issuecomment-442051916","issue_url":"https://api.github.com/repos/openwrt/luci/issues/2333","id":442051916,"node_id":"MDEyOklzc3VlQ29tbWVudDQ0MjA1MTkxNg==","user":{"login":"jow-","id":2528802,"node_id":"MDQ6VXNlcjI1Mjg4MDI=","avatar_url":"https://avatars2.githubusercontent.com/u/2528802?v=4","gravatar_id":"","url":"https://api.github.com/users/jow-","html_url":"https://github.com/jow-","followers_url":"https://api.github.com/users/jow-/followers","following_url":"https://api.github.com/users/jow-/following{/other_user}","gists_url":"https://api.github.com/users/jow-/gists{/gist_id}","starred_url":"https://api.github.com/users/jow-/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jow-/subscriptions","organizations_url":"https://api.github.com/users/jow-/orgs","repos_url":"https://api.github.com/users/jow-/repos","events_url":"https://api.github.com/users/jow-/events{/privacy}","received_events_url":"https://api.github.com/users/jow-/received_events","type":"User","site_admin":false},"created_at":"2018-11-27T13:08:07Z","updated_at":"2018-11-27T13:08:07Z","author_association":"CONTRIBUTOR","body":"I implemented a slightly different variant (to allow the line to wrap as well) but thank you for the report!"}}
{ "id": 24997096, "name": "openwrt/luci", "url": "https://api.github.com/repos/openwrt/luci" }
{ "id": 2528802, "login": "jow-", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2528802?", "url": "https://api.github.com/users/jow-" }
{ "id": 2528830, "login": "openwrt", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2528830?", "url": "https://api.github.com/orgs/openwrt" }
2018-11-27T13:08:07
8654228014
{"actor":{"display_login":"jow-"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/openwrt/openwrt/issues/1304","repository_url":"https://api.github.com/repos/openwrt/openwrt","labels_url":"https://api.github.com/repos/openwrt/openwrt/issues/1304/labels{/name}","comments_url":"https://api.github.com/repos/openwrt/openwrt/issues/1304/comments","events_url":"https://api.github.com/repos/openwrt/openwrt/issues/1304/events","html_url":"https://github.com/openwrt/openwrt/pull/1304","id":351900640,"node_id":"MDExOlB1bGxSZXF1ZXN0MjA5MzU4Nzgw","number":1304,"title":"ramips: mt7621: r6220: add support for additional flash layouts","user":{"login":"rsterz","id":34914801,"node_id":"MDQ6VXNlcjM0OTE0ODAx","avatar_url":"https://avatars2.githubusercontent.com/u/34914801?v=4","gravatar_id":"","url":"https://api.github.com/users/rsterz","html_url":"https://github.com/rsterz","followers_url":"https://api.github.com/users/rsterz/followers","following_url":"https://api.github.com/users/rsterz/following{/other_user}","gists_url":"https://api.github.com/users/rsterz/gists{/gist_id}","starred_url":"https://api.github.com/users/rsterz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsterz/subscriptions","organizations_url":"https://api.github.com/users/rsterz/orgs","repos_url":"https://api.github.com/users/rsterz/repos","events_url":"https://api.github.com/users/rsterz/events{/privacy}","received_events_url":"https://api.github.com/users/rsterz/received_events","type":"User","site_admin":false},"labels":[{"id":793819225,"node_id":"MDU6TGFiZWw3OTM4MTkyMjU=","url":"https://api.github.com/repos/openwrt/openwrt/labels/needs%20reviewer","name":"needs reviewer","color":"D92626","default":false},{"id":793819876,"node_id":"MDU6TGFiZWw3OTM4MTk4NzY=","url":"https://api.github.com/repos/openwrt/openwrt/labels/ramips","name":"ramips","color":"0043e4","default":false}],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":12,"created_at":"2018-08-19T12:50:50Z","updated_at":"2018-08-20T20:40:15Z","closed_at":"2018-08-20T18:26:43Z","author_association":"NONE","pull_request":{"url":"https://api.github.com/repos/openwrt/openwrt/pulls/1304","html_url":"https://github.com/openwrt/openwrt/pull/1304","diff_url":"https://github.com/openwrt/openwrt/pull/1304.diff","patch_url":"https://github.com/openwrt/openwrt/pull/1304.patch"},"body":"This patch is based on work from ptpt52. It supports two new flash layouts of the R6220.\r\n\r\nThe original flash layout is:\r\n factory: partition@2e00000 {\r\n label = \"factory\";\r\n reg = <0x2e00000 0x100000>;\r\n read-only;\r\n };\r\n\r\nThis patch adds the following flash layouts as R6220A and R6220B.\r\n\r\nR6220A:\r\n factory: partition@2de0000 {\r\n label = \"factory\";\r\n reg = <0x2de0000 0x100000>;\r\n read-only;\r\n };\r\n\r\nR6220B:\r\n factory: partition@2da0000 {\r\n label = \"factory\";\r\n reg = <0x2da0000 0x100000>;\r\n read-only;\r\n };\r\n\r\nThose additional flash layouts are required for WiFi to work reliably on 2.4G.\r\nWithout these flash layouts for the factory mtd the MAC address cannot be found.\r\n\r\nSigned-off-by: Rene Sterz <[email protected]>"},"comment":{"url":"https://api.github.com/repos/openwrt/openwrt/issues/comments/414455550","html_url":"https://github.com/openwrt/openwrt/pull/1304#issuecomment-414455550","issue_url":"https://api.github.com/repos/openwrt/openwrt/issues/1304","id":414455550,"node_id":"MDEyOklzc3VlQ29tbWVudDQxNDQ1NTU1MA==","user":{"login":"bobafetthotmail","id":9494179,"node_id":"MDQ6VXNlcjk0OTQxNzk=","avatar_url":"https://avatars0.githubusercontent.com/u/9494179?v=4","gravatar_id":"","url":"https://api.github.com/users/bobafetthotmail","html_url":"https://github.com/bobafetthotmail","followers_url":"https://api.github.com/users/bobafetthotmail/followers","following_url":"https://api.github.com/users/bobafetthotmail/following{/other_user}","gists_url":"https://api.github.com/users/bobafetthotmail/gists{/gist_id}","starred_url":"https://api.github.com/users/bobafetthotmail/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/bobafetthotmail/subscriptions","organizations_url":"https://api.github.com/users/bobafetthotmail/orgs","repos_url":"https://api.github.com/users/bobafetthotmail/repos","events_url":"https://api.github.com/users/bobafetthotmail/events{/privacy}","received_events_url":"https://api.github.com/users/bobafetthotmail/received_events","type":"User","site_admin":false},"created_at":"2018-08-20T20:40:15Z","updated_at":"2018-08-20T20:40:15Z","author_association":"CONTRIBUTOR","body":"You can login on the wiki using your github account and do the edit yourself in less than 5 minutes, I don't think it's fair to ask someone else to do it."}}
{ "id": 45821540, "name": "openwrt/openwrt", "url": "https://api.github.com/repos/openwrt/openwrt" }
{ "id": 9494179, "login": "bobafetthotmail", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/9494179?", "url": "https://api.github.com/users/bobafetthotmail" }
{ "id": 2528830, "login": "openwrt", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2528830?", "url": "https://api.github.com/orgs/openwrt" }
2018-08-20T20:40:15
8140313854
{"actor":{"display_login":"bobafetthotmail"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/mpv-player/mpv/issues/6098","repository_url":"https://api.github.com/repos/mpv-player/mpv","labels_url":"https://api.github.com/repos/mpv-player/mpv/issues/6098/labels{/name}","comments_url":"https://api.github.com/repos/mpv-player/mpv/issues/6098/comments","events_url":"https://api.github.com/repos/mpv-player/mpv/issues/6098/events","html_url":"https://github.com/mpv-player/mpv/issues/6098","id":355955963,"node_id":"MDU6SXNzdWUzNTU5NTU5NjM=","number":6098,"title":"Would be nice if mpv also looked for subs in symlink target folder","user":{"login":"graywolf","id":790463,"node_id":"MDQ6VXNlcjc5MDQ2Mw==","avatar_url":"https://avatars3.githubusercontent.com/u/790463?v=4","gravatar_id":"","url":"https://api.github.com/users/graywolf","html_url":"https://github.com/graywolf","followers_url":"https://api.github.com/users/graywolf/followers","following_url":"https://api.github.com/users/graywolf/following{/other_user}","gists_url":"https://api.github.com/users/graywolf/gists{/gist_id}","starred_url":"https://api.github.com/users/graywolf/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/graywolf/subscriptions","organizations_url":"https://api.github.com/users/graywolf/orgs","repos_url":"https://api.github.com/users/graywolf/repos","events_url":"https://api.github.com/users/graywolf/events{/privacy}","received_events_url":"https://api.github.com/users/graywolf/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":2,"created_at":"2018-08-31T12:11:56Z","updated_at":"2018-08-31T14:50:02Z","closed_at":null,"author_association":"NONE","body":"At the moment mpv seems to only look for subs in same folder as file, which works most of the time but fails for subtitles.\r\n\r\n\t$ ls extra\r\n\tvideo.ass\r\n\tvideo.mkv\r\n\r\n\t$ ln -s extra/video.mkv video.mkv\r\n\r\n\t$ mpv video.mkv\r\n\tPlaying: video.mkv\r\n\t (+) Video --vid=1 (*) (h264 1920x1080 23.976fps)\r\n\t (+) Audio --aid=1 --alang=jpn (*) (flac 2ch 48000Hz)\r\n\tUsing hardware decoding (vaapi).\r\n\r\nWould be nice if mpv checked current folder (same way as does now) and if subs\r\nnot found also checked link target folder.\r\n\r\nJust something to consider :)\r\n\r\nIf feature itself is accepted, I could try to put together PR.\r\n"},"comment":{"url":"https://api.github.com/repos/mpv-player/mpv/issues/comments/417687968","html_url":"https://github.com/mpv-player/mpv/issues/6098#issuecomment-417687968","issue_url":"https://api.github.com/repos/mpv-player/mpv/issues/6098","id":417687968,"node_id":"MDEyOklzc3VlQ29tbWVudDQxNzY4Nzk2OA==","user":{"login":"graywolf","id":790463,"node_id":"MDQ6VXNlcjc5MDQ2Mw==","avatar_url":"https://avatars3.githubusercontent.com/u/790463?v=4","gravatar_id":"","url":"https://api.github.com/users/graywolf","html_url":"https://github.com/graywolf","followers_url":"https://api.github.com/users/graywolf/followers","following_url":"https://api.github.com/users/graywolf/following{/other_user}","gists_url":"https://api.github.com/users/graywolf/gists{/gist_id}","starred_url":"https://api.github.com/users/graywolf/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/graywolf/subscriptions","organizations_url":"https://api.github.com/users/graywolf/orgs","repos_url":"https://api.github.com/users/graywolf/repos","events_url":"https://api.github.com/users/graywolf/events{/privacy}","received_events_url":"https://api.github.com/users/graywolf/received_events","type":"User","site_admin":false},"created_at":"2018-08-31T14:50:02Z","updated_at":"2018-08-31T14:50:02Z","author_association":"NONE","body":"@tomty89 that's my \"workaround\" atm, but I don't need the subs there and they only clutter tab-completion\r\n\r\n@Argon- that's great, if I combine it with `readlink` I should be able to get mpv to read it from proper folder :) thanks a lot"}}
{ "id": 6201092, "name": "mpv-player/mpv", "url": "https://api.github.com/repos/mpv-player/mpv" }
{ "id": 790463, "login": "graywolf", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/790463?", "url": "https://api.github.com/users/graywolf" }
{ "id": 2550273, "login": "mpv-player", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2550273?", "url": "https://api.github.com/orgs/mpv-player" }
2018-08-31T14:50:02
8197924369
{"actor":{"display_login":"graywolf"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/bitpay/copay/issues/8140","repository_url":"https://api.github.com/repos/bitpay/copay","labels_url":"https://api.github.com/repos/bitpay/copay/issues/8140/labels{/name}","comments_url":"https://api.github.com/repos/bitpay/copay/issues/8140/comments","events_url":"https://api.github.com/repos/bitpay/copay/issues/8140/events","html_url":"https://github.com/bitpay/copay/issues/8140","id":301688248,"number":8140,"title":"Can't send to payment proposal \"server response could not be verified\"","user":{"login":"JulianDF","id":18304977,"avatar_url":"https://avatars0.githubusercontent.com/u/18304977?v=4","gravatar_id":"","url":"https://api.github.com/users/JulianDF","html_url":"https://github.com/JulianDF","followers_url":"https://api.github.com/users/JulianDF/followers","following_url":"https://api.github.com/users/JulianDF/following{/other_user}","gists_url":"https://api.github.com/users/JulianDF/gists{/gist_id}","starred_url":"https://api.github.com/users/JulianDF/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/JulianDF/subscriptions","organizations_url":"https://api.github.com/users/JulianDF/orgs","repos_url":"https://api.github.com/users/JulianDF/repos","events_url":"https://api.github.com/users/JulianDF/events{/privacy}","received_events_url":"https://api.github.com/users/JulianDF/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":9,"created_at":"2018-03-02T08:27:37Z","updated_at":"2018-03-02T16:02:03Z","closed_at":null,"author_association":"NONE","body":"When I try to use bitpay to \"purchase with bitcoin\" on verious sites, a payment proposal is generated, but not executed. instead, I receive the following error message: \r\n\"could not send transaction - \r\nserver response could not be verified\"\r\n\r\nThe same happens if I try to purchase an Amazaon giftcard through the app.\r\nNormal send works.\r\n\r\nIssues on iphone os 11.2.6\r\nOn MacOS High Sierra 10.13.3 it seems to work for now. \r\n\r\nWhat's going on?"},"comment":{"url":"https://api.github.com/repos/bitpay/copay/issues/comments/369963867","html_url":"https://github.com/bitpay/copay/issues/8140#issuecomment-369963867","issue_url":"https://api.github.com/repos/bitpay/copay/issues/8140","id":369963867,"user":{"login":"jojo2225","id":36992854,"avatar_url":"https://avatars3.githubusercontent.com/u/36992854?v=4","gravatar_id":"","url":"https://api.github.com/users/jojo2225","html_url":"https://github.com/jojo2225","followers_url":"https://api.github.com/users/jojo2225/followers","following_url":"https://api.github.com/users/jojo2225/following{/other_user}","gists_url":"https://api.github.com/users/jojo2225/gists{/gist_id}","starred_url":"https://api.github.com/users/jojo2225/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jojo2225/subscriptions","organizations_url":"https://api.github.com/users/jojo2225/orgs","repos_url":"https://api.github.com/users/jojo2225/repos","events_url":"https://api.github.com/users/jojo2225/events{/privacy}","received_events_url":"https://api.github.com/users/jojo2225/received_events","type":"User","site_admin":false},"created_at":"2018-03-02T16:02:03Z","updated_at":"2018-03-02T16:02:03Z","author_association":"NONE","body":"Thanks :) 👍 "}}
{ "id": 18141084, "name": "bitpay/copay", "url": "https://api.github.com/repos/bitpay/copay" }
{ "id": 36992854, "login": "jojo2225", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/36992854?", "url": "https://api.github.com/users/jojo2225" }
{ "id": 2554930, "login": "bitpay", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2554930?", "url": "https://api.github.com/orgs/bitpay" }
2018-03-02T16:02:03
7322652285
{"actor":{"display_login":"jojo2225"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/servo/servo/issues/22440","repository_url":"https://api.github.com/repos/servo/servo","labels_url":"https://api.github.com/repos/servo/servo/issues/22440/labels{/name}","comments_url":"https://api.github.com/repos/servo/servo/issues/22440/comments","events_url":"https://api.github.com/repos/servo/servo/issues/22440/events","html_url":"https://github.com/servo/servo/pull/22440","id":390427516,"node_id":"MDExOlB1bGxSZXF1ZXN0MjM4MTk2OTM3","number":22440,"title":"Update HSTS preload list and CA database","user":{"login":"Darkspirit","id":17962859,"node_id":"MDQ6VXNlcjE3OTYyODU5","avatar_url":"https://avatars0.githubusercontent.com/u/17962859?v=4","gravatar_id":"","url":"https://api.github.com/users/Darkspirit","html_url":"https://github.com/Darkspirit","followers_url":"https://api.github.com/users/Darkspirit/followers","following_url":"https://api.github.com/users/Darkspirit/following{/other_user}","gists_url":"https://api.github.com/users/Darkspirit/gists{/gist_id}","starred_url":"https://api.github.com/users/Darkspirit/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Darkspirit/subscriptions","organizations_url":"https://api.github.com/users/Darkspirit/orgs","repos_url":"https://api.github.com/users/Darkspirit/repos","events_url":"https://api.github.com/users/Darkspirit/events{/privacy}","received_events_url":"https://api.github.com/users/Darkspirit/received_events","type":"User","site_admin":false},"labels":[{"id":152310043,"node_id":"MDU6TGFiZWwxNTIzMTAwNDM=","url":"https://api.github.com/repos/servo/servo/labels/S-awaiting-review","name":"S-awaiting-review","color":"d4c5f9","default":false}],"state":"open","locked":false,"assignee":{"login":"jdm","id":27658,"node_id":"MDQ6VXNlcjI3NjU4","avatar_url":"https://avatars1.githubusercontent.com/u/27658?v=4","gravatar_id":"","url":"https://api.github.com/users/jdm","html_url":"https://github.com/jdm","followers_url":"https://api.github.com/users/jdm/followers","following_url":"https://api.github.com/users/jdm/following{/other_user}","gists_url":"https://api.github.com/users/jdm/gists{/gist_id}","starred_url":"https://api.github.com/users/jdm/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jdm/subscriptions","organizations_url":"https://api.github.com/users/jdm/orgs","repos_url":"https://api.github.com/users/jdm/repos","events_url":"https://api.github.com/users/jdm/events{/privacy}","received_events_url":"https://api.github.com/users/jdm/received_events","type":"User","site_admin":false},"assignees":[{"login":"jdm","id":27658,"node_id":"MDQ6VXNlcjI3NjU4","avatar_url":"https://avatars1.githubusercontent.com/u/27658?v=4","gravatar_id":"","url":"https://api.github.com/users/jdm","html_url":"https://github.com/jdm","followers_url":"https://api.github.com/users/jdm/followers","following_url":"https://api.github.com/users/jdm/following{/other_user}","gists_url":"https://api.github.com/users/jdm/gists{/gist_id}","starred_url":"https://api.github.com/users/jdm/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jdm/subscriptions","organizations_url":"https://api.github.com/users/jdm/orgs","repos_url":"https://api.github.com/users/jdm/repos","events_url":"https://api.github.com/users/jdm/events{/privacy}","received_events_url":"https://api.github.com/users/jdm/received_events","type":"User","site_admin":false}],"milestone":null,"comments":2,"created_at":"2018-12-12T22:01:15Z","updated_at":"2018-12-13T15:42:57Z","closed_at":null,"author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/servo/servo/pulls/22440","html_url":"https://github.com/servo/servo/pull/22440","diff_url":"https://github.com/servo/servo/pull/22440.diff","patch_url":"https://github.com/servo/servo/pull/22440.patch"},"body":"<!-- Please describe your changes on the following line: -->\r\n* Updated HSTS Preload list using ./mach update-hsts-preload.\r\n* Updated CA [database](https://ccadb-public.secure.force.com/mozilla/IncludedCACertificateReportPEMCSV) using etc/cert_generator.sh. New CAs are:\r\n * https://bugzilla.mozilla.org/show_bug.cgi?id=1265683 Certigna\r\n * https://bugzilla.mozilla.org/show_bug.cgi?id=1325532 Google\r\n * https://bugzilla.mozilla.org/show_bug.cgi?id=1309797 SHECA\r\n\r\n---\r\n<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->\r\n- [x] `./mach test-tidy` does not report any errors\n\n<!-- Reviewable:start -->\n---\nThis change is [<img src=\"https://reviewable.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/>](https://reviewable.io/reviews/servo/servo/22440)\n<!-- Reviewable:end -->\n"},"comment":{"url":"https://api.github.com/repos/servo/servo/issues/comments/447014670","html_url":"https://github.com/servo/servo/pull/22440#issuecomment-447014670","issue_url":"https://api.github.com/repos/servo/servo/issues/22440","id":447014670,"node_id":"MDEyOklzc3VlQ29tbWVudDQ0NzAxNDY3MA==","user":{"login":"bors-servo","id":4368172,"node_id":"MDQ6VXNlcjQzNjgxNzI=","avatar_url":"https://avatars1.githubusercontent.com/u/4368172?v=4","gravatar_id":"","url":"https://api.github.com/users/bors-servo","html_url":"https://github.com/bors-servo","followers_url":"https://api.github.com/users/bors-servo/followers","following_url":"https://api.github.com/users/bors-servo/following{/other_user}","gists_url":"https://api.github.com/users/bors-servo/gists{/gist_id}","starred_url":"https://api.github.com/users/bors-servo/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/bors-servo/subscriptions","organizations_url":"https://api.github.com/users/bors-servo/orgs","repos_url":"https://api.github.com/users/bors-servo/repos","events_url":"https://api.github.com/users/bors-servo/events{/privacy}","received_events_url":"https://api.github.com/users/bors-servo/received_events","type":"User","site_admin":false},"created_at":"2018-12-13T15:42:57Z","updated_at":"2018-12-13T15:42:57Z","author_association":"CONTRIBUTOR","body":":pushpin: Commit 2996fa7 has been approved by `jdm`\n\n<!-- @bors-servo r=jdm 2996fa72906c80b5a6ba8802f511d30f7a712002 -->"}}
{ "id": 3390243, "name": "servo/servo", "url": "https://api.github.com/repos/servo/servo" }
{ "id": 4368172, "login": "bors-servo", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/4368172?", "url": "https://api.github.com/users/bors-servo" }
{ "id": 2566135, "login": "servo", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2566135?", "url": "https://api.github.com/orgs/servo" }
2018-12-13T15:42:57
8749143987
{"actor":{"display_login":"bors-servo"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/servo/servo/issues/21106","repository_url":"https://api.github.com/repos/servo/servo","labels_url":"https://api.github.com/repos/servo/servo/issues/21106/labels{/name}","comments_url":"https://api.github.com/repos/servo/servo/issues/21106/comments","events_url":"https://api.github.com/repos/servo/servo/issues/21106/events","html_url":"https://github.com/servo/servo/issues/21106","id":337101660,"node_id":"MDU6SXNzdWUzMzcxMDE2NjA=","number":21106,"title":"Cooking Servo on Ubuntu14 (dependency issue)","user":{"login":"ljgww","id":776581,"node_id":"MDQ6VXNlcjc3NjU4MQ==","avatar_url":"https://avatars2.githubusercontent.com/u/776581?v=4","gravatar_id":"","url":"https://api.github.com/users/ljgww","html_url":"https://github.com/ljgww","followers_url":"https://api.github.com/users/ljgww/followers","following_url":"https://api.github.com/users/ljgww/following{/other_user}","gists_url":"https://api.github.com/users/ljgww/gists{/gist_id}","starred_url":"https://api.github.com/users/ljgww/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ljgww/subscriptions","organizations_url":"https://api.github.com/users/ljgww/orgs","repos_url":"https://api.github.com/users/ljgww/repos","events_url":"https://api.github.com/users/ljgww/events{/privacy}","received_events_url":"https://api.github.com/users/ljgww/received_events","type":"User","site_admin":false},"labels":[{"id":268142805,"node_id":"MDU6TGFiZWwyNjgxNDI4MDU=","url":"https://api.github.com/repos/servo/servo/labels/A-build","name":"A-build","color":"d7e102","default":false},{"id":18859282,"node_id":"MDU6TGFiZWwxODg1OTI4Mg==","url":"https://api.github.com/repos/servo/servo/labels/P-linux","name":"P-linux","color":"336699","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":4,"created_at":"2018-06-29T18:51:23Z","updated_at":"2018-07-25T19:20:37Z","closed_at":null,"author_association":"NONE","body":"I tried to build Servo using master branch.\r\nPrerequisites as specified on https://github.com/servo/servo#setting-up-your-environment currently given as:\r\n\r\n sudo apt install git curl autoconf libx11-dev \\\r\n libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \\\r\n gperf g++ build-essential cmake virtualenv python-pip \\\r\n libssl1.0-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev \\\r\n libglu1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libdbus-1-dev \\\r\n libharfbuzz-dev ccache clang\r\n\r\nneeded only few fixes in my case: libssl and virtualenv. After suggestions from github page, this worked for me: https://gist.github.com/ljgww/b585727a1b3f5f68dc97cd679f246ba0#file-build_servo_ubunty14_prereq-txt\r\n\r\nNow, I try to explain the issue...\r\n\r\nTypically, in my experience, when I compile something large I do not put too much expectations on the first compilation run. There is only few few 'large' binaries that worked out of box and compiled with least fuss. I am trying to learn Rust so having experience on compiling something large based on Rust is important to understand how whole system works in real life.\r\n\r\nUsually a large package will fail because it misses some library that is not installed or not being built yet. Quite often after first compilation and fixing eventual missing dependencies that has to be installed, the compilation and linking goes good. In some cases dependencies that are built are not always available, so sometimes it happens that after first compilation (and not fixing anything) then running second compilation things gets pass (Generally I tend to believe that in some code it is expected to see some library which needs to be compiled later, so after first run building code finds library ready). I am not sure what `make` thinks about hierarchical dependences but generally one will intuitively think that building systems would first make what they can and then make something what is dependent on something else (hierarchically)\r\n\r\nI am quite impressed how Rust is talking relatively little while compiling (possibly suppressed warnings not to scare us) but liked clean output - Looked promising.\r\n\r\nSo If nothing is missing I expect that compiling and linking shall work with all relevant files.\r\n\r\nGuided by such thought I enter:\r\n\r\n $ ./mach build --dev\r\n \r\nAfter a lot of compiler lines (and quite some time (I went to sleep) - my pc is not example of speed) so after (what it seems not a long run) I read verdict:\r\n\r\n error: build failed\r\n Build FAILED in 1:26:12\r\n\r\nNow I think OK lets run second run of compiling but checkout master branch so I am not building something else.\r\n\r\n~/dev/rust/servo/servo$ git pull\r\nAlready up to date.\r\n~/dev/rust/servo/servo$ git checkout master\r\nAlready on 'master'\r\nYour branch is up to date with 'origin/master'.\r\n\r\nSecond run:\r\n\r\n ~/dev/rust/servo/servo$ ./mach build --dev\r\n Compiling mozjs_sys v0.51.2\r\n Compiling azure v0.29.0 (https://github.com/servo/rust-azure#1ca68f30)\r\n Compiling string_cache v0.7.3\r\n Compiling servo_atoms v0.0.1 (file:///home/lj/dev/rust/servo/servo/components/atoms)\r\n Compiling markup5ever v0.7.1\r\n Compiling cssparser v0.23.10\r\n error: failed to run custom build command for `mozjs_sys v0.51.2`\r\n process didn't exit successfully: `/home/lj/dev/rust/servo/servo/target/debug/build/mozjs_sys-ee5764afee0339d9/build-script-build` (exit code: 101)\r\n\r\n ... more text ...\r\n\r\n error: build failed\r\n Build FAILED in 0:01:25\r\n\r\nFor some unexplained reason I do third run...\r\n\r\n ~/dev/rust/servo/servo$ ./mach build --dev\r\n Compiling mozjs_sys v0.51.2\r\n Compiling selectors v0.19.0 (file:///home/lj/dev/rust/servo/servo/components/selectors)\r\n Compiling mime_guess v1.8.1\r\n Compiling script v0.0.1 (file:///home/lj/dev/rust/servo/servo/components/script)\r\n error: failed to run custom build command for `mozjs_sys v0.51.2`\r\n process didn't exit successfully: `/home/lj/dev/rust/servo/servo/target/debug/build/mozjs_sys-ee5764afee0339d9/build-script-build` (exit code: 101)\r\n\r\n .... more ....\r\n Build FAILED in 0:03:50\r\n\r\nThen again\r\n\r\n ~/dev/rust/servo/servo$ ./mach build --dev\r\n Compiling mozjs_sys v0.51.2\r\n Compiling hyper v0.10.13\r\n error: failed to run custom build command for `mozjs_sys v0.51.2`\r\n\r\nDid you notice? It becomes somewhat like pattern, every run will apparently compile something else\r\n\r\nSo...\r\n\r\n ~/dev/rust/servo/servo$ ./mach build --dev\r\n Compiling mozjs_sys v0.51.2\r\n Compiling url_serde v0.2.0\r\n Compiling ws v0.7.3\r\n error: failed to run custom build command for `mozjs_sys v0.51.2`\r\n \r\nthen\r\n\r\n ~/dev/rust/servo/servo$ ./mach build --dev\r\n Compiling mozjs_sys v0.51.2\r\n Compiling webrender v0.57.2 (https://github.com/servo/webrender#db26bc0e)\r\n error: failed to run custom build command for `mozjs_sys v0.51.2`\r\n\r\nand so on\r\n\r\n Compiling mozjs_sys v0.51.2\r\n Compiling winit v0.11.3\r\n\r\nnext\r\n\r\n Compiling mozjs_sys v0.51.2\r\n Compiling string_cache v0.7.3\r\n Compiling selectors v0.19.0 (file:///home/lj/dev/rust/servo/servo/components/selectors)\r\n error: failed to run custom build command for `mozjs_sys v0.51.2`\r\n\r\nnext \r\n\r\n Compiling mozjs_sys v0.51.2\r\n Compiling mime_guess v1.8.1\r\n Compiling hyper_serde v0.8.0\r\n Compiling hyper-openssl v0.2.6\r\n\r\nI become determined to repeat it for as long as i get something compiling. Perhaps few more times (will include log for someone who wants to see what exactly happened. I finally got to only Compiling mozjs_sys v0.51.2 and filed another issue ( #21101 ).\r\n\r\nSO this is what I find as an issue here. How this build system resolves hierarchical dependences? Are there such thing as hierarchical dependences? If there they are why it did not discover all dependences in one go and then re-do the higher levels? Is the building system broken? Or it is dependency of make (I have noticed number of c/c++ compilation steps going on underneath - so I would not blame Rust for which I believe Rust shall know about hierarchical dependences unless there is something I do not know (and I do not know much). Or perhaps is is some side effect of threaded runs ? (hint: 'warning: build failed, waiting for other jobs to finish...' message suggests to me that this may be the case). At any rate I find it peculiar and unusual and perhaps somewhere there is some possible bug.\r\n\r\nAnd, here, included full cooking log (perhaps someone spots something else): https://gist.github.com/ljgww/c1ea58b40fcaa46a09a40edf490b5034#file-cooking_servo_ubuntu14-txt\r\n"},"comment":{"url":"https://api.github.com/repos/servo/servo/issues/comments/407866208","html_url":"https://github.com/servo/servo/issues/21106#issuecomment-407866208","issue_url":"https://api.github.com/repos/servo/servo/issues/21106","id":407866208,"node_id":"MDEyOklzc3VlQ29tbWVudDQwNzg2NjIwOA==","user":{"login":"ljgww","id":776581,"node_id":"MDQ6VXNlcjc3NjU4MQ==","avatar_url":"https://avatars2.githubusercontent.com/u/776581?v=4","gravatar_id":"","url":"https://api.github.com/users/ljgww","html_url":"https://github.com/ljgww","followers_url":"https://api.github.com/users/ljgww/followers","following_url":"https://api.github.com/users/ljgww/following{/other_user}","gists_url":"https://api.github.com/users/ljgww/gists{/gist_id}","starred_url":"https://api.github.com/users/ljgww/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ljgww/subscriptions","organizations_url":"https://api.github.com/users/ljgww/orgs","repos_url":"https://api.github.com/users/ljgww/repos","events_url":"https://api.github.com/users/ljgww/events{/privacy}","received_events_url":"https://api.github.com/users/ljgww/received_events","type":"User","site_admin":false},"created_at":"2018-07-25T19:20:37Z","updated_at":"2018-07-25T19:20:37Z","author_association":"NONE","body":"I have runpy but in default python setup...\r\n\r\n /usr/bin$ python\r\n Python 2.7.12 (default, Jan 9 2017, 12:16:27) \r\n [GCC 4.8.4] on linux2\r\n Type \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n >>> import runpy\r\n >>> exit()\r\n\r\nHence I have to clear servo's python virtualenv or trigger to rebuild it."}}
{ "id": 3390243, "name": "servo/servo", "url": "https://api.github.com/repos/servo/servo" }
{ "id": 776581, "login": "ljgww", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/776581?", "url": "https://api.github.com/users/ljgww" }
{ "id": 2566135, "login": "servo", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2566135?", "url": "https://api.github.com/orgs/servo" }
2018-07-25T19:20:37
8018513773
{"actor":{"display_login":"ljgww"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/servo/webrender/issues/2441","repository_url":"https://api.github.com/repos/servo/webrender","labels_url":"https://api.github.com/repos/servo/webrender/issues/2441/labels{/name}","comments_url":"https://api.github.com/repos/servo/webrender/issues/2441/comments","events_url":"https://api.github.com/repos/servo/webrender/issues/2441/events","html_url":"https://github.com/servo/webrender/pull/2441","id":298155993,"number":2441,"title":"Remove aligned gradient shader, port to brush.","user":{"login":"glennw","id":2350882,"avatar_url":"https://avatars0.githubusercontent.com/u/2350882?v=4","gravatar_id":"","url":"https://api.github.com/users/glennw","html_url":"https://github.com/glennw","followers_url":"https://api.github.com/users/glennw/followers","following_url":"https://api.github.com/users/glennw/following{/other_user}","gists_url":"https://api.github.com/users/glennw/gists{/gist_id}","starred_url":"https://api.github.com/users/glennw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/glennw/subscriptions","organizations_url":"https://api.github.com/users/glennw/orgs","repos_url":"https://api.github.com/users/glennw/repos","events_url":"https://api.github.com/users/glennw/events{/privacy}","received_events_url":"https://api.github.com/users/glennw/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":11,"created_at":"2018-02-19T04:03:51Z","updated_at":"2018-02-20T22:41:09Z","closed_at":null,"author_association":"MEMBER","pull_request":{"url":"https://api.github.com/repos/servo/webrender/pulls/2441","html_url":"https://github.com/servo/webrender/pull/2441","diff_url":"https://github.com/servo/webrender/pull/2441.diff","patch_url":"https://github.com/servo/webrender/pull/2441.patch"},"body":"Instead, push aligned gradients through the linear angle gradient\r\nshader (for now).\r\n\r\nThis will simplify converting linear gradient code over to be\r\na brush shader. The optimization here was always a bit dubious\r\n(it made more sense when we first started WR, when the angle\r\ngradient shader was more expensive than it is now).\r\n\r\nInstead, what we can do in the future if gradients ever show\r\nup in the GPU profile is support vertex colors for the rectangle\r\nshader and decompose simple aligned gradients into a series\r\nof rectangle segments with different vertex colors.\r\n\r\nThe benefit of this is reduced shader changes and simpler batching.\n\n<!-- Reviewable:start -->\n---\nThis change is [<img src=\"https://reviewable.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/>](https://reviewable.io/reviews/servo/webrender/2441)\n<!-- Reviewable:end -->\n"},"comment":{"url":"https://api.github.com/repos/servo/webrender/issues/comments/367146315","html_url":"https://github.com/servo/webrender/pull/2441#issuecomment-367146315","issue_url":"https://api.github.com/repos/servo/webrender/issues/2441","id":367146315,"user":{"login":"bors-servo","id":4368172,"avatar_url":"https://avatars1.githubusercontent.com/u/4368172?v=4","gravatar_id":"","url":"https://api.github.com/users/bors-servo","html_url":"https://github.com/bors-servo","followers_url":"https://api.github.com/users/bors-servo/followers","following_url":"https://api.github.com/users/bors-servo/following{/other_user}","gists_url":"https://api.github.com/users/bors-servo/gists{/gist_id}","starred_url":"https://api.github.com/users/bors-servo/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/bors-servo/subscriptions","organizations_url":"https://api.github.com/users/bors-servo/orgs","repos_url":"https://api.github.com/users/bors-servo/repos","events_url":"https://api.github.com/users/bors-servo/events{/privacy}","received_events_url":"https://api.github.com/users/bors-servo/received_events","type":"User","site_admin":false},"created_at":"2018-02-20T22:41:09Z","updated_at":"2018-02-20T22:41:09Z","author_association":"CONTRIBUTOR","body":":umbrella: The latest upstream changes (presumably #2444) made this pull request unmergeable. Please resolve the merge conflicts."}}
{ "id": 42894575, "name": "servo/webrender", "url": "https://api.github.com/repos/servo/webrender" }
{ "id": 4368172, "login": "bors-servo", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/4368172?", "url": "https://api.github.com/users/bors-servo" }
{ "id": 2566135, "login": "servo", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2566135?", "url": "https://api.github.com/orgs/servo" }
2018-02-20T22:41:09
7272317356
{"actor":{"display_login":"bors-servo"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/servo/servo/issues/21325","repository_url":"https://api.github.com/repos/servo/servo","labels_url":"https://api.github.com/repos/servo/servo/issues/21325/labels{/name}","comments_url":"https://api.github.com/repos/servo/servo/issues/21325/comments","events_url":"https://api.github.com/repos/servo/servo/issues/21325/events","html_url":"https://github.com/servo/servo/pull/21325","id":347079375,"node_id":"MDExOlB1bGxSZXF1ZXN0MjA1Nzg3NzI5","number":21325,"title":"Replace mpsc with crossbeam-channel","user":{"login":"gterzian","id":2792687,"node_id":"MDQ6VXNlcjI3OTI2ODc=","avatar_url":"https://avatars2.githubusercontent.com/u/2792687?v=4","gravatar_id":"","url":"https://api.github.com/users/gterzian","html_url":"https://github.com/gterzian","followers_url":"https://api.github.com/users/gterzian/followers","following_url":"https://api.github.com/users/gterzian/following{/other_user}","gists_url":"https://api.github.com/users/gterzian/gists{/gist_id}","starred_url":"https://api.github.com/users/gterzian/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gterzian/subscriptions","organizations_url":"https://api.github.com/users/gterzian/orgs","repos_url":"https://api.github.com/users/gterzian/repos","events_url":"https://api.github.com/users/gterzian/events{/privacy}","received_events_url":"https://api.github.com/users/gterzian/received_events","type":"User","site_admin":false},"labels":[{"id":152310043,"node_id":"MDU6TGFiZWwxNTIzMTAwNDM=","url":"https://api.github.com/repos/servo/servo/labels/S-awaiting-review","name":"S-awaiting-review","color":"d4c5f9","default":false},{"id":152310100,"node_id":"MDU6TGFiZWwxNTIzMTAxMDA=","url":"https://api.github.com/repos/servo/servo/labels/S-tests-failed","name":"S-tests-failed","color":"d4c5f9","default":false}],"state":"open","locked":false,"assignee":{"login":"gw3583","id":39062770,"node_id":"MDQ6VXNlcjM5MDYyNzcw","avatar_url":"https://avatars0.githubusercontent.com/u/39062770?v=4","gravatar_id":"","url":"https://api.github.com/users/gw3583","html_url":"https://github.com/gw3583","followers_url":"https://api.github.com/users/gw3583/followers","following_url":"https://api.github.com/users/gw3583/following{/other_user}","gists_url":"https://api.github.com/users/gw3583/gists{/gist_id}","starred_url":"https://api.github.com/users/gw3583/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gw3583/subscriptions","organizations_url":"https://api.github.com/users/gw3583/orgs","repos_url":"https://api.github.com/users/gw3583/repos","events_url":"https://api.github.com/users/gw3583/events{/privacy}","received_events_url":"https://api.github.com/users/gw3583/received_events","type":"User","site_admin":false},"assignees":[{"login":"gw3583","id":39062770,"node_id":"MDQ6VXNlcjM5MDYyNzcw","avatar_url":"https://avatars0.githubusercontent.com/u/39062770?v=4","gravatar_id":"","url":"https://api.github.com/users/gw3583","html_url":"https://github.com/gw3583","followers_url":"https://api.github.com/users/gw3583/followers","following_url":"https://api.github.com/users/gw3583/following{/other_user}","gists_url":"https://api.github.com/users/gw3583/gists{/gist_id}","starred_url":"https://api.github.com/users/gw3583/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gw3583/subscriptions","organizations_url":"https://api.github.com/users/gw3583/orgs","repos_url":"https://api.github.com/users/gw3583/repos","events_url":"https://api.github.com/users/gw3583/events{/privacy}","received_events_url":"https://api.github.com/users/gw3583/received_events","type":"User","site_admin":false}],"milestone":null,"comments":52,"created_at":"2018-08-02T16:10:32Z","updated_at":"2018-08-04T12:46:28Z","closed_at":null,"author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/servo/servo/pulls/21325","html_url":"https://github.com/servo/servo/pull/21325","diff_url":"https://github.com/servo/servo/pull/21325.diff","patch_url":"https://github.com/servo/servo/pull/21325.patch"},"body":"Follow up on https://github.com/servo/servo/pull/19515\r\n\r\n---\r\n\r\nSelecting over multiple channels in `std::sync::mpsc` is not stable and likely never will be:\r\n\r\nhttps://github.com/rust-lang/rust/issues/27800#issuecomment-260136777\r\n> It seems the only thing keeping `mpsc_select` around is Servo.\r\n\r\ncrossbeam-channel is designed specifically to replace `std::sync::mpsc` and fix many of its shortcomings:\r\nhttps://github.com/stjepang/rfcs-crossbeam/blob/channel/text/2017-11-09-channel.md\r\n\r\nThis is to be landed together with https://github.com/servo/ipc-channel/pull/183.\r\n\r\n---\r\n<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->\r\n- [ ] `./mach build -d` does not report any errors\r\n- [ ] `./mach test-tidy` does not report any errors\r\n- [ ] These changes fix #__ (github issue number if applicable).\r\n\r\n<!-- Either: -->\r\n- [ ] There are tests for these changes OR\r\n- [ ] These changes do not require tests because _____\r\n\r\n<!-- Also, please make sure that \"Allow edits from maintainers\" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->\r\n\r\n<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->\r\n\r\n<!-- Reviewable:start -->\r\n---\r\nThis change is [<img src=\"https://reviewable.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/>](https://reviewable.io/reviews/servo/servo/21325)\r\n<!-- Reviewable:end -->\r\n"},"comment":{"url":"https://api.github.com/repos/servo/servo/issues/comments/410447159","html_url":"https://github.com/servo/servo/pull/21325#issuecomment-410447159","issue_url":"https://api.github.com/repos/servo/servo/issues/21325","id":410447159,"node_id":"MDEyOklzc3VlQ29tbWVudDQxMDQ0NzE1OQ==","user":{"login":"stjepang","id":1303843,"node_id":"MDQ6VXNlcjEzMDM4NDM=","avatar_url":"https://avatars2.githubusercontent.com/u/1303843?v=4","gravatar_id":"","url":"https://api.github.com/users/stjepang","html_url":"https://github.com/stjepang","followers_url":"https://api.github.com/users/stjepang/followers","following_url":"https://api.github.com/users/stjepang/following{/other_user}","gists_url":"https://api.github.com/users/stjepang/gists{/gist_id}","starred_url":"https://api.github.com/users/stjepang/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/stjepang/subscriptions","organizations_url":"https://api.github.com/users/stjepang/orgs","repos_url":"https://api.github.com/users/stjepang/repos","events_url":"https://api.github.com/users/stjepang/events{/privacy}","received_events_url":"https://api.github.com/users/stjepang/received_events","type":"User","site_admin":false},"created_at":"2018-08-04T12:46:28Z","updated_at":"2018-08-04T12:46:28Z","author_association":"CONTRIBUTOR","body":"@jdm Sorry for bothering so much - I'm not terribly familiar with Servo's build system.\r\n\r\nI've looked at Taskwarrior logs, Travis logs, and Buildbot logs on every failing try build link from bors (💔) and failing commit (❌) in this pull request, but still couldn't find the stacktrace you've pasted above. Maybe I just don't know where to look or click. :("}}
{ "id": 3390243, "name": "servo/servo", "url": "https://api.github.com/repos/servo/servo" }
{ "id": 1303843, "login": "stjepang", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/1303843?", "url": "https://api.github.com/users/stjepang" }
{ "id": 2566135, "login": "servo", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2566135?", "url": "https://api.github.com/orgs/servo" }
2018-08-04T12:46:28
8066199874
{"actor":{"display_login":"stjepang"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/servo/webrender/issues/2472","repository_url":"https://api.github.com/repos/servo/webrender","labels_url":"https://api.github.com/repos/servo/webrender/issues/2472/labels{/name}","comments_url":"https://api.github.com/repos/servo/webrender/issues/2472/comments","events_url":"https://api.github.com/repos/servo/webrender/issues/2472/events","html_url":"https://github.com/servo/webrender/pull/2472","id":300473319,"number":2472,"title":"Miscellaneous tweaks found while reading the code","user":{"login":"staktrace","id":485789,"avatar_url":"https://avatars3.githubusercontent.com/u/485789?v=4","gravatar_id":"","url":"https://api.github.com/users/staktrace","html_url":"https://github.com/staktrace","followers_url":"https://api.github.com/users/staktrace/followers","following_url":"https://api.github.com/users/staktrace/following{/other_user}","gists_url":"https://api.github.com/users/staktrace/gists{/gist_id}","starred_url":"https://api.github.com/users/staktrace/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/staktrace/subscriptions","organizations_url":"https://api.github.com/users/staktrace/orgs","repos_url":"https://api.github.com/users/staktrace/repos","events_url":"https://api.github.com/users/staktrace/events{/privacy}","received_events_url":"https://api.github.com/users/staktrace/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":3,"created_at":"2018-02-27T02:41:48Z","updated_at":"2018-02-27T04:39:22Z","closed_at":null,"author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/servo/webrender/pulls/2472","html_url":"https://github.com/servo/webrender/pull/2472","diff_url":"https://github.com/servo/webrender/pull/2472.diff","patch_url":"https://github.com/servo/webrender/pull/2472.patch"},"body":"\n\n<!-- Reviewable:start -->\nThis change is [<img src=\"https://reviewable.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/>](https://reviewable.io/reviews/servo/webrender/2472)\n<!-- Reviewable:end -->\n"},"comment":{"url":"https://api.github.com/repos/servo/webrender/issues/comments/368745179","html_url":"https://github.com/servo/webrender/pull/2472#issuecomment-368745179","issue_url":"https://api.github.com/repos/servo/webrender/issues/2472","id":368745179,"user":{"login":"bors-servo","id":4368172,"avatar_url":"https://avatars1.githubusercontent.com/u/4368172?v=4","gravatar_id":"","url":"https://api.github.com/users/bors-servo","html_url":"https://github.com/bors-servo","followers_url":"https://api.github.com/users/bors-servo/followers","following_url":"https://api.github.com/users/bors-servo/following{/other_user}","gists_url":"https://api.github.com/users/bors-servo/gists{/gist_id}","starred_url":"https://api.github.com/users/bors-servo/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/bors-servo/subscriptions","organizations_url":"https://api.github.com/users/bors-servo/orgs","repos_url":"https://api.github.com/users/bors-servo/repos","events_url":"https://api.github.com/users/bors-servo/events{/privacy}","received_events_url":"https://api.github.com/users/bors-servo/received_events","type":"User","site_admin":false},"created_at":"2018-02-27T04:39:22Z","updated_at":"2018-02-27T04:39:22Z","author_association":"CONTRIBUTOR","body":":sunny: Test successful - [status-appveyor](https://ci.appveyor.com/project/servo/webrender/build/1.0.8132), [status-taskcluster](https://tools.taskcluster.net/task-group-inspector/#/LD6NyldkSM-adKZZOpSoWQ), [status-travis](https://travis-ci.org/servo/webrender/builds/346599074?utm_source=github_status&utm_medium=notification)\nApproved by: glennw\nPushing b3c5013deab023c90f04d91d0764b947f4d95780 to master..."}}
{ "id": 42894575, "name": "servo/webrender", "url": "https://api.github.com/repos/servo/webrender" }
{ "id": 4368172, "login": "bors-servo", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/4368172?", "url": "https://api.github.com/users/bors-servo" }
{ "id": 2566135, "login": "servo", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2566135?", "url": "https://api.github.com/orgs/servo" }
2018-02-27T04:39:22
7301352025
{"actor":{"display_login":"bors-servo"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/servo/servo/issues/20167","repository_url":"https://api.github.com/repos/servo/servo","labels_url":"https://api.github.com/repos/servo/servo/issues/20167/labels{/name}","comments_url":"https://api.github.com/repos/servo/servo/issues/20167/comments","events_url":"https://api.github.com/repos/servo/servo/issues/20167/events","html_url":"https://github.com/servo/servo/pull/20167","id":301755711,"number":20167,"title":"Backed out changeset 39a71f4c9d94 for build bustages at make[4]: *** [force-cargo-library-build] Error 101 on a CLOSED TREE","user":{"login":"moz-servo-sync","id":25600599,"avatar_url":"https://avatars0.githubusercontent.com/u/25600599?v=4","gravatar_id":"","url":"https://api.github.com/users/moz-servo-sync","html_url":"https://github.com/moz-servo-sync","followers_url":"https://api.github.com/users/moz-servo-sync/followers","following_url":"https://api.github.com/users/moz-servo-sync/following{/other_user}","gists_url":"https://api.github.com/users/moz-servo-sync/gists{/gist_id}","starred_url":"https://api.github.com/users/moz-servo-sync/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moz-servo-sync/subscriptions","organizations_url":"https://api.github.com/users/moz-servo-sync/orgs","repos_url":"https://api.github.com/users/moz-servo-sync/repos","events_url":"https://api.github.com/users/moz-servo-sync/events{/privacy}","received_events_url":"https://api.github.com/users/moz-servo-sync/received_events","type":"User","site_admin":false},"labels":[{"id":155503129,"url":"https://api.github.com/repos/servo/servo/labels/S-awaiting-merge","name":"S-awaiting-merge","color":"d4c5f9","default":false}],"state":"open","locked":false,"assignee":{"login":"mbrubeck","id":5920,"avatar_url":"https://avatars1.githubusercontent.com/u/5920?v=4","gravatar_id":"","url":"https://api.github.com/users/mbrubeck","html_url":"https://github.com/mbrubeck","followers_url":"https://api.github.com/users/mbrubeck/followers","following_url":"https://api.github.com/users/mbrubeck/following{/other_user}","gists_url":"https://api.github.com/users/mbrubeck/gists{/gist_id}","starred_url":"https://api.github.com/users/mbrubeck/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbrubeck/subscriptions","organizations_url":"https://api.github.com/users/mbrubeck/orgs","repos_url":"https://api.github.com/users/mbrubeck/repos","events_url":"https://api.github.com/users/mbrubeck/events{/privacy}","received_events_url":"https://api.github.com/users/mbrubeck/received_events","type":"User","site_admin":false},"assignees":[{"login":"mbrubeck","id":5920,"avatar_url":"https://avatars1.githubusercontent.com/u/5920?v=4","gravatar_id":"","url":"https://api.github.com/users/mbrubeck","html_url":"https://github.com/mbrubeck","followers_url":"https://api.github.com/users/mbrubeck/followers","following_url":"https://api.github.com/users/mbrubeck/following{/other_user}","gists_url":"https://api.github.com/users/mbrubeck/gists{/gist_id}","starred_url":"https://api.github.com/users/mbrubeck/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbrubeck/subscriptions","organizations_url":"https://api.github.com/users/mbrubeck/orgs","repos_url":"https://api.github.com/users/mbrubeck/repos","events_url":"https://api.github.com/users/mbrubeck/events{/privacy}","received_events_url":"https://api.github.com/users/mbrubeck/received_events","type":"User","site_admin":false}],"milestone":null,"comments":7,"created_at":"2018-03-02T12:48:08Z","updated_at":"2018-03-02T12:50:14Z","closed_at":null,"author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/servo/servo/pulls/20167","html_url":"https://github.com/servo/servo/pull/20167","diff_url":"https://github.com/servo/servo/pull/20167.diff","patch_url":"https://github.com/servo/servo/pull/20167.patch"},"body":"Backed out changeset 39a71f4c9d94 for build bustages at make[4]: *** [force-cargo-library-build] Error 101 on a CLOSED TREE\n\nBacks out https://github.com/servo/servo/pull/20160\n\n<!-- Reviewable:start -->\n---\nThis change is [<img src=\"https://reviewable.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/>](https://reviewable.io/reviews/servo/servo/20167)\n<!-- Reviewable:end -->\n"},"comment":{"url":"https://api.github.com/repos/servo/servo/issues/comments/369912623","html_url":"https://github.com/servo/servo/pull/20167#issuecomment-369912623","issue_url":"https://api.github.com/repos/servo/servo/issues/20167","id":369912623,"user":{"login":"jdm","id":27658,"avatar_url":"https://avatars1.githubusercontent.com/u/27658?v=4","gravatar_id":"","url":"https://api.github.com/users/jdm","html_url":"https://github.com/jdm","followers_url":"https://api.github.com/users/jdm/followers","following_url":"https://api.github.com/users/jdm/following{/other_user}","gists_url":"https://api.github.com/users/jdm/gists{/gist_id}","starred_url":"https://api.github.com/users/jdm/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jdm/subscriptions","organizations_url":"https://api.github.com/users/jdm/orgs","repos_url":"https://api.github.com/users/jdm/repos","events_url":"https://api.github.com/users/jdm/events{/privacy}","received_events_url":"https://api.github.com/users/jdm/received_events","type":"User","site_admin":false},"created_at":"2018-03-02T12:50:14Z","updated_at":"2018-03-02T12:50:14Z","author_association":"MEMBER","body":"@bors-servo treeclosed=9000"}}
{ "id": 3390243, "name": "servo/servo", "url": "https://api.github.com/repos/servo/servo" }
{ "id": 27658, "login": "jdm", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/27658?", "url": "https://api.github.com/users/jdm" }
{ "id": 2566135, "login": "servo", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2566135?", "url": "https://api.github.com/orgs/servo" }
2018-03-02T12:50:14
7321723055
{"actor":{"display_login":"jdm"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/servo/servo/issues/11888","repository_url":"https://api.github.com/repos/servo/servo","labels_url":"https://api.github.com/repos/servo/servo/issues/11888/labels{/name}","comments_url":"https://api.github.com/repos/servo/servo/issues/11888/comments","events_url":"https://api.github.com/repos/servo/servo/issues/11888/events","html_url":"https://github.com/servo/servo/issues/11888","id":162592528,"node_id":"MDU6SXNzdWUxNjI1OTI1Mjg=","number":11888,"title":"Use binary search for public suffix search to save memory","user":{"login":"shinglyu","id":3250983,"node_id":"MDQ6VXNlcjMyNTA5ODM=","avatar_url":"https://avatars2.githubusercontent.com/u/3250983?v=4","gravatar_id":"","url":"https://api.github.com/users/shinglyu","html_url":"https://github.com/shinglyu","followers_url":"https://api.github.com/users/shinglyu/followers","following_url":"https://api.github.com/users/shinglyu/following{/other_user}","gists_url":"https://api.github.com/users/shinglyu/gists{/gist_id}","starred_url":"https://api.github.com/users/shinglyu/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/shinglyu/subscriptions","organizations_url":"https://api.github.com/users/shinglyu/orgs","repos_url":"https://api.github.com/users/shinglyu/repos","events_url":"https://api.github.com/users/shinglyu/events{/privacy}","received_events_url":"https://api.github.com/users/shinglyu/received_events","type":"User","site_admin":false},"labels":[{"id":57689984,"node_id":"MDU6TGFiZWw1NzY4OTk4NA==","url":"https://api.github.com/repos/servo/servo/labels/A-network","name":"A-network","color":"d7e102","default":false},{"id":15997790,"node_id":"MDU6TGFiZWwxNTk5Nzc5MA==","url":"https://api.github.com/repos/servo/servo/labels/I-perf-bloat","name":"I-perf-bloat","color":"e10c02","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":4,"created_at":"2016-06-28T03:02:19Z","updated_at":"2018-07-18T21:12:50Z","closed_at":null,"author_association":"MEMBER","body":"Based on Nathan and Jet's discussion, we might investigate using binary search instead of hash table to further reduce the memory usage for the public suffix search. In Gecko it results in a smaller memory footprint and comparable speed.\n\nThe original quote:\n\n> Gecko's public suffix code lives over in netwerk/dns/:\n> \n> https://hg.mozilla.org/mozilla-central/file/tip/netwerk/dns/nsEffectiveTLDService.cpp#l51\n> \n> Bug 1247835 [1] changed its hashtable usage to a binary search earlier\n> this year and we have not noticed any negative fallout. Performance\n> measurements in the bug suggest the binary search might actually be\n> slightly faster, and the current structure enables us to easily share\n> the lookup structures between processes, as well as being smaller than\n> the previous hashtable scheme. (If we switched to downloading public\n> suffix lists--bug 1083971 [2]--the sharing would presumably go away,\n> but we'd still get the size wins.)\n> \n> -Nathan\n> \n> [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1247835\n> [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1083971\n"},"comment":{"url":"https://api.github.com/repos/servo/servo/issues/comments/406076141","html_url":"https://github.com/servo/servo/issues/11888#issuecomment-406076141","issue_url":"https://api.github.com/repos/servo/servo/issues/11888","id":406076141,"node_id":"MDEyOklzc3VlQ29tbWVudDQwNjA3NjE0MQ==","user":{"login":"rushmorem","id":4958190,"node_id":"MDQ6VXNlcjQ5NTgxOTA=","avatar_url":"https://avatars1.githubusercontent.com/u/4958190?v=4","gravatar_id":"","url":"https://api.github.com/users/rushmorem","html_url":"https://github.com/rushmorem","followers_url":"https://api.github.com/users/rushmorem/followers","following_url":"https://api.github.com/users/rushmorem/following{/other_user}","gists_url":"https://api.github.com/users/rushmorem/gists{/gist_id}","starred_url":"https://api.github.com/users/rushmorem/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rushmorem/subscriptions","organizations_url":"https://api.github.com/users/rushmorem/orgs","repos_url":"https://api.github.com/users/rushmorem/repos","events_url":"https://api.github.com/users/rushmorem/events{/privacy}","received_events_url":"https://api.github.com/users/rushmorem/received_events","type":"User","site_admin":false},"created_at":"2018-07-18T21:12:50Z","updated_at":"2018-07-18T21:12:50Z","author_association":"NONE","body":"> Using only a subset of the total set for development builds would also make debugging problems related to cookies and process separation harder, since both of those rely on the PSL to affect how pages behave.\r\n\r\nFor such debugging sessions you still can disable the TLD filtering and use the entire list if it comes to that but you might not need to. Here is why...\r\n\r\nBecause it compiles the list to a match statement, it has no \"lookup\" logic of its own which makes the code very easy to reason about. The code generation itself, is done via a derive macro using [the psl-codegen crate](https://crates.io/crates/psl-codegen). Say I was debugging a domain under the `mm` TLD, I would set `PSL_TLD` to `mm` then run something like:\r\n\r\n```\r\ncargo expand > /tmp/expanded.rs\r\n```\r\n\r\nto expand the macro so I can see the generated code. For the `mm` TLD, it generates the following code:-\r\n\r\n```rust\r\nimpl ::Psl for List {\r\n fn find(&self, domain: &[u8]) -> ::Info {\r\n let mut typ = None;\r\n let mut len = 0;\r\n let mut labels = match ::core::str::from_utf8(domain) {\r\n Ok(domain) => domain.rsplit('.'),\r\n Err(_) => {\r\n return ::Info { len, typ };\r\n }\r\n };\r\n let fqdn = if domain.ends_with(b\".\") {\r\n len += 1;\r\n labels.next();\r\n true\r\n } else {\r\n false\r\n };\r\n match labels.next() {\r\n Some(label) => match label {\r\n \"mm\" => {\r\n len += \"mm\".len() + 1;\r\n match labels.next() {\r\n Some(label) => match label {\r\n wild => {\r\n len += wild.len() + 1;\r\n typ = Some(::Type::Icann);\r\n }\r\n },\r\n None => {}\r\n }\r\n }\r\n val => {\r\n len += val.len() + 1;\r\n }\r\n },\r\n None => {\r\n len += 1;\r\n }\r\n }\r\n if fqdn && len == 2 {\r\n len = 0;\r\n } else {\r\n len -= 1;\r\n }\r\n ::Info { len, typ }\r\n }\r\n}\r\n```\r\n\r\nIt's also very easy to create a command line tool that prints the public suffix and the registrable domain for any particular domain, like what the `psl` command from `libpsl` does. That should make debugging even easier. I can create such a tool if you like."}}
{ "id": 3390243, "name": "servo/servo", "url": "https://api.github.com/repos/servo/servo" }
{ "id": 4958190, "login": "rushmorem", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/4958190?", "url": "https://api.github.com/users/rushmorem" }
{ "id": 2566135, "login": "servo", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2566135?", "url": "https://api.github.com/orgs/servo" }
2018-07-18T21:12:50
7985506693
{"actor":{"display_login":"rushmorem"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/servo/webrender/issues/3382","repository_url":"https://api.github.com/repos/servo/webrender","labels_url":"https://api.github.com/repos/servo/webrender/issues/3382/labels{/name}","comments_url":"https://api.github.com/repos/servo/webrender/issues/3382/comments","events_url":"https://api.github.com/repos/servo/webrender/issues/3382/events","html_url":"https://github.com/servo/webrender/pull/3382","id":387107049,"node_id":"MDExOlB1bGxSZXF1ZXN0MjM1NjcwMjEz","number":3382,"title":"Pass AsyncImageBlobRasterizer through the stack explicitly","user":{"login":"kvark","id":107301,"node_id":"MDQ6VXNlcjEwNzMwMQ==","avatar_url":"https://avatars1.githubusercontent.com/u/107301?v=4","gravatar_id":"","url":"https://api.github.com/users/kvark","html_url":"https://github.com/kvark","followers_url":"https://api.github.com/users/kvark/followers","following_url":"https://api.github.com/users/kvark/following{/other_user}","gists_url":"https://api.github.com/users/kvark/gists{/gist_id}","starred_url":"https://api.github.com/users/kvark/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/kvark/subscriptions","organizations_url":"https://api.github.com/users/kvark/orgs","repos_url":"https://api.github.com/users/kvark/repos","events_url":"https://api.github.com/users/kvark/events{/privacy}","received_events_url":"https://api.github.com/users/kvark/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2018-12-04T03:45:03Z","updated_at":"2018-12-04T18:48:13Z","closed_at":null,"author_association":"MEMBER","pull_request":{"url":"https://api.github.com/repos/servo/webrender/pulls/3382","html_url":"https://github.com/servo/webrender/pull/3382","diff_url":"https://github.com/servo/webrender/pull/3382.diff","patch_url":"https://github.com/servo/webrender/pull/3382.patch"},"body":"Similar to #3378, this PR attempts to address our failures in bug 1492241.\r\nIf we aren't sure that the blob image rasterizer, being a state of the resource cache, is the right one to build the scene, then perhaps it shouldn't be a state in the first place. This is what this PR is doing. It's not guaranteed to fix anything, just bringing more clarity to the code, hopefully helping us to rule out one of the possible causes.\r\n\r\nr? @nical cc @aosmond \r\n\r\nGecko try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=726e01545625a20153893dbb22509b70294651bb\n\n<!-- Reviewable:start -->\n---\nThis change is [<img src=\"https://reviewable.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/>](https://reviewable.io/reviews/servo/webrender/3382)\n<!-- Reviewable:end -->\n"},"comment":{"url":"https://api.github.com/repos/servo/webrender/issues/comments/444212678","html_url":"https://github.com/servo/webrender/pull/3382#issuecomment-444212678","issue_url":"https://api.github.com/repos/servo/webrender/issues/3382","id":444212678,"node_id":"MDEyOklzc3VlQ29tbWVudDQ0NDIxMjY3OA==","user":{"login":"jrmuizel","id":332653,"node_id":"MDQ6VXNlcjMzMjY1Mw==","avatar_url":"https://avatars1.githubusercontent.com/u/332653?v=4","gravatar_id":"","url":"https://api.github.com/users/jrmuizel","html_url":"https://github.com/jrmuizel","followers_url":"https://api.github.com/users/jrmuizel/followers","following_url":"https://api.github.com/users/jrmuizel/following{/other_user}","gists_url":"https://api.github.com/users/jrmuizel/gists{/gist_id}","starred_url":"https://api.github.com/users/jrmuizel/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jrmuizel/subscriptions","organizations_url":"https://api.github.com/users/jrmuizel/orgs","repos_url":"https://api.github.com/users/jrmuizel/repos","events_url":"https://api.github.com/users/jrmuizel/events{/privacy}","received_events_url":"https://api.github.com/users/jrmuizel/received_events","type":"User","site_admin":false},"created_at":"2018-12-04T18:48:13Z","updated_at":"2018-12-04T18:48:13Z","author_association":"CONTRIBUTOR","body":"@bors-servo r+"}}
{ "id": 42894575, "name": "servo/webrender", "url": "https://api.github.com/repos/servo/webrender" }
{ "id": 332653, "login": "jrmuizel", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/332653?", "url": "https://api.github.com/users/jrmuizel" }
{ "id": 2566135, "login": "servo", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2566135?", "url": "https://api.github.com/orgs/servo" }
2018-12-04T18:48:14
8696910901
{"actor":{"display_login":"jrmuizel"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/servo/servo/issues/20756","repository_url":"https://api.github.com/repos/servo/servo","labels_url":"https://api.github.com/repos/servo/servo/issues/20756/labels{/name}","comments_url":"https://api.github.com/repos/servo/servo/issues/20756/comments","events_url":"https://api.github.com/repos/servo/servo/issues/20756/events","html_url":"https://github.com/servo/servo/issues/20756","id":320603468,"number":20756,"title":"intermittent sigsegv in text_util unit tests","user":{"login":"jdm","id":27658,"avatar_url":"https://avatars1.githubusercontent.com/u/27658?v=4","gravatar_id":"","url":"https://api.github.com/users/jdm","html_url":"https://github.com/jdm","followers_url":"https://api.github.com/users/jdm/followers","following_url":"https://api.github.com/users/jdm/following{/other_user}","gists_url":"https://api.github.com/users/jdm/gists{/gist_id}","starred_url":"https://api.github.com/users/jdm/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jdm/subscriptions","organizations_url":"https://api.github.com/users/jdm/orgs","repos_url":"https://api.github.com/users/jdm/repos","events_url":"https://api.github.com/users/jdm/events{/privacy}","received_events_url":"https://api.github.com/users/jdm/received_events","type":"User","site_admin":false},"labels":[{"id":15997614,"url":"https://api.github.com/repos/servo/servo/labels/A-infrastructure","name":"A-infrastructure","color":"d7e102","default":false},{"id":15998337,"url":"https://api.github.com/repos/servo/servo/labels/I-bustage","name":"I-bustage","color":"e10c02","default":false},{"id":118188357,"url":"https://api.github.com/repos/servo/servo/labels/I-intermittent","name":"I-intermittent","color":"e11d21","default":false},{"id":18859275,"url":"https://api.github.com/repos/servo/servo/labels/P-mac","name":"P-mac","color":"336699","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":10,"created_at":"2018-05-06T15:45:19Z","updated_at":"2018-05-18T13:49:34Z","closed_at":null,"author_association":"MEMBER","body":"http://build.servo.org/builders/mac-dev-unit/builds/11840/steps/test/logs/stdio\r\n\r\nI've run the binary under a debugger and it appears to be a rustc problem, since it crashes in standard library code before actually running any test code."},"comment":{"url":"https://api.github.com/repos/servo/servo/issues/comments/390213229","html_url":"https://github.com/servo/servo/issues/20756#issuecomment-390213229","issue_url":"https://api.github.com/repos/servo/servo/issues/20756","id":390213229,"user":{"login":"jdm","id":27658,"avatar_url":"https://avatars1.githubusercontent.com/u/27658?v=4","gravatar_id":"","url":"https://api.github.com/users/jdm","html_url":"https://github.com/jdm","followers_url":"https://api.github.com/users/jdm/followers","following_url":"https://api.github.com/users/jdm/following{/other_user}","gists_url":"https://api.github.com/users/jdm/gists{/gist_id}","starred_url":"https://api.github.com/users/jdm/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jdm/subscriptions","organizations_url":"https://api.github.com/users/jdm/orgs","repos_url":"https://api.github.com/users/jdm/repos","events_url":"https://api.github.com/users/jdm/events{/privacy}","received_events_url":"https://api.github.com/users/jdm/received_events","type":"User","site_admin":false},"created_at":"2018-05-18T13:49:34Z","updated_at":"2018-05-18T13:49:34Z","author_association":"MEMBER","body":"Observed on servo-mac7 as well (http://build.servo.org/builders/mac-dev-unit/builds/11897/steps/test/logs/stdio)."}}
{ "id": 3390243, "name": "servo/servo", "url": "https://api.github.com/repos/servo/servo" }
{ "id": 27658, "login": "jdm", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/27658?", "url": "https://api.github.com/users/jdm" }
{ "id": 2566135, "login": "servo", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2566135?", "url": "https://api.github.com/orgs/servo" }
2018-05-18T13:49:34
7695906209
{"actor":{"display_login":"jdm"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/servo/servo/issues/20003","repository_url":"https://api.github.com/repos/servo/servo","labels_url":"https://api.github.com/repos/servo/servo/issues/20003/labels{/name}","comments_url":"https://api.github.com/repos/servo/servo/issues/20003/comments","events_url":"https://api.github.com/repos/servo/servo/issues/20003/events","html_url":"https://github.com/servo/servo/pull/20003","id":295840600,"number":20003,"title":"style: Remove unneeded clone.","user":{"login":"emilio","id":1323194,"avatar_url":"https://avatars1.githubusercontent.com/u/1323194?v=4","gravatar_id":"","url":"https://api.github.com/users/emilio","html_url":"https://github.com/emilio","followers_url":"https://api.github.com/users/emilio/followers","following_url":"https://api.github.com/users/emilio/following{/other_user}","gists_url":"https://api.github.com/users/emilio/gists{/gist_id}","starred_url":"https://api.github.com/users/emilio/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/emilio/subscriptions","organizations_url":"https://api.github.com/users/emilio/orgs","repos_url":"https://api.github.com/users/emilio/repos","events_url":"https://api.github.com/users/emilio/events{/privacy}","received_events_url":"https://api.github.com/users/emilio/received_events","type":"User","site_admin":false},"labels":[{"id":152310043,"url":"https://api.github.com/repos/servo/servo/labels/S-awaiting-review","name":"S-awaiting-review","color":"d4c5f9","default":false}],"state":"open","locked":false,"assignee":{"login":"Manishearth","id":1617736,"avatar_url":"https://avatars2.githubusercontent.com/u/1617736?v=4","gravatar_id":"","url":"https://api.github.com/users/Manishearth","html_url":"https://github.com/Manishearth","followers_url":"https://api.github.com/users/Manishearth/followers","following_url":"https://api.github.com/users/Manishearth/following{/other_user}","gists_url":"https://api.github.com/users/Manishearth/gists{/gist_id}","starred_url":"https://api.github.com/users/Manishearth/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Manishearth/subscriptions","organizations_url":"https://api.github.com/users/Manishearth/orgs","repos_url":"https://api.github.com/users/Manishearth/repos","events_url":"https://api.github.com/users/Manishearth/events{/privacy}","received_events_url":"https://api.github.com/users/Manishearth/received_events","type":"User","site_admin":false},"assignees":[{"login":"Manishearth","id":1617736,"avatar_url":"https://avatars2.githubusercontent.com/u/1617736?v=4","gravatar_id":"","url":"https://api.github.com/users/Manishearth","html_url":"https://github.com/Manishearth","followers_url":"https://api.github.com/users/Manishearth/followers","following_url":"https://api.github.com/users/Manishearth/following{/other_user}","gists_url":"https://api.github.com/users/Manishearth/gists{/gist_id}","starred_url":"https://api.github.com/users/Manishearth/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Manishearth/subscriptions","organizations_url":"https://api.github.com/users/Manishearth/orgs","repos_url":"https://api.github.com/users/Manishearth/repos","events_url":"https://api.github.com/users/Manishearth/events{/privacy}","received_events_url":"https://api.github.com/users/Manishearth/received_events","type":"User","site_admin":false}],"milestone":null,"comments":2,"created_at":"2018-02-09T11:32:01Z","updated_at":"2018-02-09T11:32:36Z","closed_at":null,"author_association":"MEMBER","pull_request":{"url":"https://api.github.com/repos/servo/servo/pulls/20003","html_url":"https://github.com/servo/servo/pull/20003","diff_url":"https://github.com/servo/servo/pull/20003.diff","patch_url":"https://github.com/servo/servo/pull/20003.patch"},"body":"\n\n<!-- Reviewable:start -->\nThis change is [<img src=\"https://reviewable.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/>](https://reviewable.io/reviews/servo/servo/20003)\n<!-- Reviewable:end -->\n"},"comment":{"url":"https://api.github.com/repos/servo/servo/issues/comments/364410043","html_url":"https://github.com/servo/servo/pull/20003#issuecomment-364410043","issue_url":"https://api.github.com/repos/servo/servo/issues/20003","id":364410043,"user":{"login":"nox","id":123095,"avatar_url":"https://avatars0.githubusercontent.com/u/123095?v=4","gravatar_id":"","url":"https://api.github.com/users/nox","html_url":"https://github.com/nox","followers_url":"https://api.github.com/users/nox/followers","following_url":"https://api.github.com/users/nox/following{/other_user}","gists_url":"https://api.github.com/users/nox/gists{/gist_id}","starred_url":"https://api.github.com/users/nox/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nox/subscriptions","organizations_url":"https://api.github.com/users/nox/orgs","repos_url":"https://api.github.com/users/nox/repos","events_url":"https://api.github.com/users/nox/events{/privacy}","received_events_url":"https://api.github.com/users/nox/received_events","type":"User","site_admin":false},"created_at":"2018-02-09T11:32:36Z","updated_at":"2018-02-09T11:32:36Z","author_association":"MEMBER","body":"@bors-servo r+"}}
{ "id": 3390243, "name": "servo/servo", "url": "https://api.github.com/repos/servo/servo" }
{ "id": 123095, "login": "nox", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/123095?", "url": "https://api.github.com/users/nox" }
{ "id": 2566135, "login": "servo", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2566135?", "url": "https://api.github.com/orgs/servo" }
2018-02-09T11:32:36
7222317606
{"actor":{"display_login":"nox"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/openfoodfoundation/openfoodnetwork/issues/2163","repository_url":"https://api.github.com/repos/openfoodfoundation/openfoodnetwork","labels_url":"https://api.github.com/repos/openfoodfoundation/openfoodnetwork/issues/2163/labels{/name}","comments_url":"https://api.github.com/repos/openfoodfoundation/openfoodnetwork/issues/2163/comments","events_url":"https://api.github.com/repos/openfoodfoundation/openfoodnetwork/issues/2163/events","html_url":"https://github.com/openfoodfoundation/openfoodnetwork/pull/2163","id":307094473,"number":2163,"title":"Subs: make sure that a datepicker is available for subscriptions module","user":{"login":"oeoeaio","id":2067859,"avatar_url":"https://avatars0.githubusercontent.com/u/2067859?v=4","gravatar_id":"","url":"https://api.github.com/users/oeoeaio","html_url":"https://github.com/oeoeaio","followers_url":"https://api.github.com/users/oeoeaio/followers","following_url":"https://api.github.com/users/oeoeaio/following{/other_user}","gists_url":"https://api.github.com/users/oeoeaio/gists{/gist_id}","starred_url":"https://api.github.com/users/oeoeaio/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/oeoeaio/subscriptions","organizations_url":"https://api.github.com/users/oeoeaio/orgs","repos_url":"https://api.github.com/users/oeoeaio/repos","events_url":"https://api.github.com/users/oeoeaio/events{/privacy}","received_events_url":"https://api.github.com/users/oeoeaio/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":2,"created_at":"2018-03-21T01:29:36Z","updated_at":"2018-03-22T21:18:50Z","closed_at":null,"author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/openfoodfoundation/openfoodnetwork/pulls/2163","html_url":"https://github.com/openfoodfoundation/openfoodnetwork/pull/2163","diff_url":"https://github.com/openfoodfoundation/openfoodnetwork/pull/2163.diff","patch_url":"https://github.com/openfoodfoundation/openfoodnetwork/pull/2163.patch"},"body":"#### What? Why?\r\n\r\nFixes #2155: the datepicker on the subscriptions form was unavailable because the datepicker directive from the (obsolete) `ofn.admin` module is longer available to `admin.subscriptions`. This fixes the issue by including the datepicker module in the `admin.utils` instead.\r\n\r\n#### What should we test?\r\n\r\nDate elements within the new/edit subscriptions form should show a datepicker to facilitate the selection of a date.\r\n\r\n#### Release notes\r\n\r\nFeature is yet to be released so this does not require its own release notes."},"comment":{"url":"https://api.github.com/repos/openfoodfoundation/openfoodnetwork/issues/comments/375460847","html_url":"https://github.com/openfoodfoundation/openfoodnetwork/pull/2163#issuecomment-375460847","issue_url":"https://api.github.com/repos/openfoodfoundation/openfoodnetwork/issues/2163","id":375460847,"user":{"login":"oeoeaio","id":2067859,"avatar_url":"https://avatars0.githubusercontent.com/u/2067859?v=4","gravatar_id":"","url":"https://api.github.com/users/oeoeaio","html_url":"https://github.com/oeoeaio","followers_url":"https://api.github.com/users/oeoeaio/followers","following_url":"https://api.github.com/users/oeoeaio/following{/other_user}","gists_url":"https://api.github.com/users/oeoeaio/gists{/gist_id}","starred_url":"https://api.github.com/users/oeoeaio/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/oeoeaio/subscriptions","organizations_url":"https://api.github.com/users/oeoeaio/orgs","repos_url":"https://api.github.com/users/oeoeaio/repos","events_url":"https://api.github.com/users/oeoeaio/events{/privacy}","received_events_url":"https://api.github.com/users/oeoeaio/received_events","type":"User","site_admin":false},"created_at":"2018-03-22T21:18:50Z","updated_at":"2018-03-22T21:18:50Z","author_association":"CONTRIBUTOR","body":"> What's that convention? We're talking about frontend here, right?\r\n\r\nYep, javascript for the admin section. The convention for the admin section is to have all modules built around a particular resource (`admin.products`, `admin.lineItems`, `admin.variantOverrides`, etc). These modules contain domain-specific code which does not need to be shard. All generic directives and services are contained in a few modules that are shared between the domain-specific modules as dependencies (`admin.utils`, `admin.resources`).`ofn.admin` was our original module when we thought it was a good idea to just have a single module for the entire admin section (like we did for darkswarm), but that quickly became impossible to manage because of the sheer amount of code flying around. I have been slowly chipping away at moving things out of it into their own dedicated modules, but the stuff that is left is not touched very often, so I will probably need to actively decide out to refactor it."}}
{ "id": 6257856, "name": "openfoodfoundation/openfoodnetwork", "url": "https://api.github.com/repos/openfoodfoundation/openfoodnetwork" }
{ "id": 2067859, "login": "oeoeaio", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2067859?", "url": "https://api.github.com/users/oeoeaio" }
{ "id": 2578987, "login": "openfoodfoundation", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2578987?", "url": "https://api.github.com/orgs/openfoodfoundation" }
2018-03-22T21:18:50
7421954757
{"actor":{"display_login":"oeoeaio"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/bitcrowd/bootleg/issues/1","repository_url":"https://api.github.com/repos/bitcrowd/bootleg","labels_url":"https://api.github.com/repos/bitcrowd/bootleg/issues/1/labels{/name}","comments_url":"https://api.github.com/repos/bitcrowd/bootleg/issues/1/comments","events_url":"https://api.github.com/repos/bitcrowd/bootleg/issues/1/events","html_url":"https://github.com/bitcrowd/bootleg/pull/1","id":295864327,"number":1,"title":"Update installation instructions","user":{"login":"pmeinhardt","id":706519,"avatar_url":"https://avatars2.githubusercontent.com/u/706519?v=4","gravatar_id":"","url":"https://api.github.com/users/pmeinhardt","html_url":"https://github.com/pmeinhardt","followers_url":"https://api.github.com/users/pmeinhardt/followers","following_url":"https://api.github.com/users/pmeinhardt/following{/other_user}","gists_url":"https://api.github.com/users/pmeinhardt/gists{/gist_id}","starred_url":"https://api.github.com/users/pmeinhardt/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/pmeinhardt/subscriptions","organizations_url":"https://api.github.com/users/pmeinhardt/orgs","repos_url":"https://api.github.com/users/pmeinhardt/repos","events_url":"https://api.github.com/users/pmeinhardt/events{/privacy}","received_events_url":"https://api.github.com/users/pmeinhardt/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2018-02-09T13:04:26Z","updated_at":"2018-02-09T13:06:41Z","closed_at":"2018-02-09T13:06:41Z","author_association":"NONE","pull_request":{"url":"https://api.github.com/repos/bitcrowd/bootleg/pulls/1","html_url":"https://github.com/bitcrowd/bootleg/pull/1","diff_url":"https://github.com/bitcrowd/bootleg/pull/1.diff","patch_url":"https://github.com/bitcrowd/bootleg/pull/1.patch"},"body":"Set `:runtime` to `false` for bootleg and distillery.\r\nAs far as I could see, they're both not needed at runtime?\r\n\r\n– https://github.com/bitwalker/distillery#installation\r\n\r\nCheers 👋 🙂 "},"comment":{"url":"https://api.github.com/repos/bitcrowd/bootleg/issues/comments/364428641","html_url":"https://github.com/bitcrowd/bootleg/pull/1#issuecomment-364428641","issue_url":"https://api.github.com/repos/bitcrowd/bootleg/issues/1","id":364428641,"user":{"login":"pmeinhardt","id":706519,"avatar_url":"https://avatars2.githubusercontent.com/u/706519?v=4","gravatar_id":"","url":"https://api.github.com/users/pmeinhardt","html_url":"https://github.com/pmeinhardt","followers_url":"https://api.github.com/users/pmeinhardt/followers","following_url":"https://api.github.com/users/pmeinhardt/following{/other_user}","gists_url":"https://api.github.com/users/pmeinhardt/gists{/gist_id}","starred_url":"https://api.github.com/users/pmeinhardt/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/pmeinhardt/subscriptions","organizations_url":"https://api.github.com/users/pmeinhardt/orgs","repos_url":"https://api.github.com/users/pmeinhardt/repos","events_url":"https://api.github.com/users/pmeinhardt/events{/privacy}","received_events_url":"https://api.github.com/users/pmeinhardt/received_events","type":"User","site_admin":false},"created_at":"2018-02-09T13:06:41Z","updated_at":"2018-02-09T13:06:41Z","author_association":"NONE","body":"Argh, wrong repo."}}
{ "id": 120905899, "name": "bitcrowd/bootleg", "url": "https://api.github.com/repos/bitcrowd/bootleg" }
{ "id": 706519, "login": "pmeinhardt", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/706519?", "url": "https://api.github.com/users/pmeinhardt" }
{ "id": 2621342, "login": "bitcrowd", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2621342?", "url": "https://api.github.com/orgs/bitcrowd" }
2018-02-09T13:06:42
7222698238
{"actor":{"display_login":"pmeinhardt"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/minetest/minetest/issues/7504","repository_url":"https://api.github.com/repos/minetest/minetest","labels_url":"https://api.github.com/repos/minetest/minetest/issues/7504/labels{/name}","comments_url":"https://api.github.com/repos/minetest/minetest/issues/7504/comments","events_url":"https://api.github.com/repos/minetest/minetest/issues/7504/events","html_url":"https://github.com/minetest/minetest/issues/7504","id":337118345,"node_id":"MDU6SXNzdWUzMzcxMTgzNDU=","number":7504,"title":"Android: Gear button missing on S9+","user":{"login":"codexp","id":6502486,"node_id":"MDQ6VXNlcjY1MDI0ODY=","avatar_url":"https://avatars3.githubusercontent.com/u/6502486?v=4","gravatar_id":"","url":"https://api.github.com/users/codexp","html_url":"https://github.com/codexp","followers_url":"https://api.github.com/users/codexp/followers","following_url":"https://api.github.com/users/codexp/following{/other_user}","gists_url":"https://api.github.com/users/codexp/gists{/gist_id}","starred_url":"https://api.github.com/users/codexp/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/codexp/subscriptions","organizations_url":"https://api.github.com/users/codexp/orgs","repos_url":"https://api.github.com/users/codexp/repos","events_url":"https://api.github.com/users/codexp/events{/privacy}","received_events_url":"https://api.github.com/users/codexp/received_events","type":"User","site_admin":false},"labels":[{"id":780836613,"node_id":"MDU6TGFiZWw3ODA4MzY2MTM=","url":"https://api.github.com/repos/minetest/minetest/labels/@%20Client%20/%20Controls%20/%20Input","name":"@ Client / Controls / Input","color":"0e8a16","default":false},{"id":111918154,"node_id":"MDU6TGFiZWwxMTE5MTgxNTQ=","url":"https://api.github.com/repos/minetest/minetest/labels/Android","name":"Android","color":"0052cc","default":false},{"id":6769538,"node_id":"MDU6TGFiZWw2NzY5NTM4","url":"https://api.github.com/repos/minetest/minetest/labels/Bug","name":"Bug","color":"b60205","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":4,"created_at":"2018-06-29T19:53:30Z","updated_at":"2018-06-30T09:14:57Z","closed_at":null,"author_association":"NONE","body":"##### Issue type\r\n<!-- Pick one below and delete others -->\r\n - Bug report\r\n \r\n##### Minetest version\r\n<!--\r\nPaste Minetest version between quotes below\r\nIf you are on a devel version, please add git commit hash\r\nYou can use `minetest --version` to find it.\r\n-->\r\n```\r\n0.4.17\r\n```\r\n\r\n##### OS / Hardware\r\n<!-- General information about your hardware and operating system -->\r\nOperating system: Android 8\r\nCPU: Exynos 9810 \r\n\r\n<!-- For graphical issues only -->\r\nGPU model:\r\nOpenGL version:\r\n\r\n##### Summary\r\n<!-- Describe your problem here -->\r\n\r\nGear button is missing in game, so all the modes like fly, noclip and fast are not available.\r\n\r\n##### Steps to reproduce\r\n<!-- For bug reports or build issues, explain how the problem happened -->\r\n\r\nstart the game, no gear button on the right top corner"},"comment":{"url":"https://api.github.com/repos/minetest/minetest/issues/comments/401528831","html_url":"https://github.com/minetest/minetest/issues/7504#issuecomment-401528831","issue_url":"https://api.github.com/repos/minetest/minetest/issues/7504","id":401528831,"node_id":"MDEyOklzc3VlQ29tbWVudDQwMTUyODgzMQ==","user":{"login":"codexp","id":6502486,"node_id":"MDQ6VXNlcjY1MDI0ODY=","avatar_url":"https://avatars3.githubusercontent.com/u/6502486?v=4","gravatar_id":"","url":"https://api.github.com/users/codexp","html_url":"https://github.com/codexp","followers_url":"https://api.github.com/users/codexp/followers","following_url":"https://api.github.com/users/codexp/following{/other_user}","gists_url":"https://api.github.com/users/codexp/gists{/gist_id}","starred_url":"https://api.github.com/users/codexp/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/codexp/subscriptions","organizations_url":"https://api.github.com/users/codexp/orgs","repos_url":"https://api.github.com/users/codexp/repos","events_url":"https://api.github.com/users/codexp/events{/privacy}","received_events_url":"https://api.github.com/users/codexp/received_events","type":"User","site_admin":false},"created_at":"2018-06-30T09:14:57Z","updated_at":"2018-06-30T09:14:57Z","author_association":"NONE","body":"yes, also other controls overlap with inventory items grid and are too big.\r\nis there a setting for controls size?\r\n\r\n![missing gear button](https://user-images.githubusercontent.com/6502486/42123699-c74154cc-7c56-11e8-9a06-fb1512911d8d.jpeg)\r\n"}}
{ "id": 2168780, "name": "minetest/minetest", "url": "https://api.github.com/repos/minetest/minetest" }
{ "id": 6502486, "login": "codexp", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/6502486?", "url": "https://api.github.com/users/codexp" }
{ "id": 2624745, "login": "minetest", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2624745?", "url": "https://api.github.com/orgs/minetest" }
2018-06-30T09:14:57
7901135694
{"actor":{"display_login":"codexp"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/minetest/minetest/issues/7461","repository_url":"https://api.github.com/repos/minetest/minetest","labels_url":"https://api.github.com/repos/minetest/minetest/issues/7461/labels{/name}","comments_url":"https://api.github.com/repos/minetest/minetest/issues/7461/comments","events_url":"https://api.github.com/repos/minetest/minetest/issues/7461/events","html_url":"https://github.com/minetest/minetest/pull/7461","id":333471091,"node_id":"MDExOlB1bGxSZXF1ZXN0MTk1Njc2OTg4","number":7461,"title":"F5 debug info: Remove 'pos' label, use full words for NSEW","user":{"login":"paramat","id":3686677,"node_id":"MDQ6VXNlcjM2ODY2Nzc=","avatar_url":"https://avatars0.githubusercontent.com/u/3686677?v=4","gravatar_id":"","url":"https://api.github.com/users/paramat","html_url":"https://github.com/paramat","followers_url":"https://api.github.com/users/paramat/followers","following_url":"https://api.github.com/users/paramat/following{/other_user}","gists_url":"https://api.github.com/users/paramat/gists{/gist_id}","starred_url":"https://api.github.com/users/paramat/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/paramat/subscriptions","organizations_url":"https://api.github.com/users/paramat/orgs","repos_url":"https://api.github.com/users/paramat/repos","events_url":"https://api.github.com/users/paramat/events{/privacy}","received_events_url":"https://api.github.com/users/paramat/received_events","type":"User","site_admin":false},"labels":[{"id":73369003,"node_id":"MDU6TGFiZWw3MzM2OTAwMw==","url":"https://api.github.com/repos/minetest/minetest/labels/@%20Client%20/%20Audiovisuals","name":"@ Client / Audiovisuals","color":"0e8a16","default":false},{"id":91854503,"node_id":"MDU6TGFiZWw5MTg1NDUwMw==","url":"https://api.github.com/repos/minetest/minetest/labels/Maintenance","name":"Maintenance","color":"0e8a16","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":14,"created_at":"2018-06-18T23:38:31Z","updated_at":"2018-07-17T17:19:27Z","closed_at":null,"author_association":"MEMBER","pull_request":{"url":"https://api.github.com/repos/minetest/minetest/pulls/7461","html_url":"https://github.com/minetest/minetest/pull/7461","diff_url":"https://github.com/minetest/minetest/pull/7461.diff","patch_url":"https://github.com/minetest/minetest/pull/7461.patch"},"body":"![screenshot_20180619_002547](https://user-images.githubusercontent.com/3686677/41567591-edf8bc06-7358-11e8-85e2-1e2c6d234eeb.png)\r\n\r\nF5 debug info was altered a while ago, i have been notified of some issues and agreed to change these 2 things.\r\nI admit that changing the direction words to single letters had made them much less readable.\r\nThe removal of the 'pos' label in front of position is to make position the first thing to catch the eye on the 2nd line, making it more readable and as it was in 0.4.16. I feel position doesn't really need a label because it is so obvious when the player moves."},"comment":{"url":"https://api.github.com/repos/minetest/minetest/issues/comments/405659606","html_url":"https://github.com/minetest/minetest/pull/7461#issuecomment-405659606","issue_url":"https://api.github.com/repos/minetest/minetest/issues/7461","id":405659606,"node_id":"MDEyOklzc3VlQ29tbWVudDQwNTY1OTYwNg==","user":{"login":"Ezhh","id":7035183,"node_id":"MDQ6VXNlcjcwMzUxODM=","avatar_url":"https://avatars0.githubusercontent.com/u/7035183?v=4","gravatar_id":"","url":"https://api.github.com/users/Ezhh","html_url":"https://github.com/Ezhh","followers_url":"https://api.github.com/users/Ezhh/followers","following_url":"https://api.github.com/users/Ezhh/following{/other_user}","gists_url":"https://api.github.com/users/Ezhh/gists{/gist_id}","starred_url":"https://api.github.com/users/Ezhh/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Ezhh/subscriptions","organizations_url":"https://api.github.com/users/Ezhh/orgs","repos_url":"https://api.github.com/users/Ezhh/repos","events_url":"https://api.github.com/users/Ezhh/events{/privacy}","received_events_url":"https://api.github.com/users/Ezhh/received_events","type":"User","site_admin":false},"created_at":"2018-07-17T17:19:27Z","updated_at":"2018-07-17T17:19:27Z","author_association":"MEMBER","body":"I would like it customisable if this doesn't get merged. It's not unnecessary code bloat at all when it genuinely irritates people. (Just to note, others have mentioned not liking the change to me, even if they are not likely to post here.)"}}
{ "id": 2168780, "name": "minetest/minetest", "url": "https://api.github.com/repos/minetest/minetest" }
{ "id": 7035183, "login": "Ezhh", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/7035183?", "url": "https://api.github.com/users/Ezhh" }
{ "id": 2624745, "login": "minetest", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2624745?", "url": "https://api.github.com/orgs/minetest" }
2018-07-17T17:19:28
7978119676
{"actor":{"display_login":"Ezhh"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/psi4/psi4/issues/1009","repository_url":"https://api.github.com/repos/psi4/psi4","labels_url":"https://api.github.com/repos/psi4/psi4/issues/1009/labels{/name}","comments_url":"https://api.github.com/repos/psi4/psi4/issues/1009/comments","events_url":"https://api.github.com/repos/psi4/psi4/issues/1009/events","html_url":"https://github.com/psi4/psi4/issues/1009","id":320626734,"number":1009,"title":"flaky functionals","user":{"login":"loriab","id":2314730,"avatar_url":"https://avatars0.githubusercontent.com/u/2314730?v=4","gravatar_id":"","url":"https://api.github.com/users/loriab","html_url":"https://github.com/loriab","followers_url":"https://api.github.com/users/loriab/followers","following_url":"https://api.github.com/users/loriab/following{/other_user}","gists_url":"https://api.github.com/users/loriab/gists{/gist_id}","starred_url":"https://api.github.com/users/loriab/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/loriab/subscriptions","organizations_url":"https://api.github.com/users/loriab/orgs","repos_url":"https://api.github.com/users/loriab/repos","events_url":"https://api.github.com/users/loriab/events{/privacy}","received_events_url":"https://api.github.com/users/loriab/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/psi4/psi4/milestones/3","html_url":"https://github.com/psi4/psi4/milestone/3","labels_url":"https://api.github.com/repos/psi4/psi4/milestones/3/labels","id":2362493,"number":3,"title":"Psi4 1.2","description":"Milstones for the 1.2.0 release.","creator":{"login":"dgasmith","id":1769841,"avatar_url":"https://avatars2.githubusercontent.com/u/1769841?v=4","gravatar_id":"","url":"https://api.github.com/users/dgasmith","html_url":"https://github.com/dgasmith","followers_url":"https://api.github.com/users/dgasmith/followers","following_url":"https://api.github.com/users/dgasmith/following{/other_user}","gists_url":"https://api.github.com/users/dgasmith/gists{/gist_id}","starred_url":"https://api.github.com/users/dgasmith/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dgasmith/subscriptions","organizations_url":"https://api.github.com/users/dgasmith/orgs","repos_url":"https://api.github.com/users/dgasmith/repos","events_url":"https://api.github.com/users/dgasmith/events{/privacy}","received_events_url":"https://api.github.com/users/dgasmith/received_events","type":"User","site_admin":false},"open_issues":11,"closed_issues":163,"state":"open","created_at":"2017-03-04T04:00:03Z","updated_at":"2018-05-06T20:45:19Z","due_on":"2018-06-30T07:00:00Z","closed_at":null},"comments":9,"created_at":"2018-05-06T20:45:14Z","updated_at":"2018-05-07T16:33:30Z","closed_at":null,"author_association":"OWNER","body":"So [Matt saw some functionals going wrong](https://github.com/psi4/psi4/pull/961#issuecomment-385090273) in the big dft-bench-ionization test (Intel compilers and presumably MKL).\r\n\r\nNow I'm seeing it, too, when linking against OpenBLAS instead of MKL for a _lot_ of functionals (see below).\r\n`PWB6K: Psi4 vs. Q-Chem: computed value (0.52376) does not match (0.45357) to 4 digits.`\r\n\r\nAnyone who builds Psi against non-MKL, please report the results of this test.\r\n\r\n```\r\n#BAD 'PWB6K': 0.45356644150000136, #TEST\r\n#BAD 'wB97X-D': 0.4575912357999954, #TEST\r\n#BAD 'LRC-wPBE': 0.45809929579999675, #TEST\r\n#BAD 'BHHLYP': 0.4474902386999986, #TEST\r\n#BAD 'MPW1K': 0.4527968481999949, #TEST\r\n#BAD'LRC-wPBEh': 0.4549011450999956, #TEST\r\n#BAD 'wB97': 0.4561211940999925, #TEST\r\n#BAD 'M11': 0.45965997109999535, #TEST\r\n#BAD 'M08-HX': 0.4616204211000081, #TEST\r\n#BAD 'wB97X': 0.45647112829999514, #TEST\r\n#BAD 'B5050LYP': 0.45086574249999956, #TEST\r\n#BAD 'M05-2X': 0.4583363492999979, #TEST\r\n#BAD 'BB1K': 0.4523318653999979, #TEST\r\n#BAD 'M06-2X': 0.45840746970000623, #TEST\r\n#BAD 'dlDF': 0.46205070889999433, #TEST\r\n#BAD 'M08-SO': 0.4656227382000111, #TEST\r\n#BAD 'M06-HF': 0.4582368217999999, #TEST\r\n#BAD 'MPWB1K': 0.4525753563999899, #TEST\r\n#BAD 'B97-K': 0.4498949295999921, #TEST\r\n#BAD'SOGGA11-X': 0.4601258852000001, #TEST\r\n#BAD 'PBE50': 0.45096528610000064, #TEST\r\n#BAD'CAM-B3LYP': 0.4568003603999955, #TEST\r\n#BAD 'LC-VV10': 0.45568725450000613, #TEST\r\n#BAD 'wB97M-V': 0.4544676075000069, #TEST\r\n#BAD 'wB97X-V': 0.4553026020000033, #TEST\r\n```"},"comment":{"url":"https://api.github.com/repos/psi4/psi4/issues/comments/387123602","html_url":"https://github.com/psi4/psi4/issues/1009#issuecomment-387123602","issue_url":"https://api.github.com/repos/psi4/psi4/issues/1009","id":387123602,"user":{"login":"Diazonium","id":6989626,"avatar_url":"https://avatars0.githubusercontent.com/u/6989626?v=4","gravatar_id":"","url":"https://api.github.com/users/Diazonium","html_url":"https://github.com/Diazonium","followers_url":"https://api.github.com/users/Diazonium/followers","following_url":"https://api.github.com/users/Diazonium/following{/other_user}","gists_url":"https://api.github.com/users/Diazonium/gists{/gist_id}","starred_url":"https://api.github.com/users/Diazonium/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Diazonium/subscriptions","organizations_url":"https://api.github.com/users/Diazonium/orgs","repos_url":"https://api.github.com/users/Diazonium/repos","events_url":"https://api.github.com/users/Diazonium/events{/privacy}","received_events_url":"https://api.github.com/users/Diazonium/received_events","type":"User","site_admin":false},"created_at":"2018-05-07T16:33:30Z","updated_at":"2018-05-07T16:33:30Z","author_association":"NONE","body":"@loriab I have no idea if using Intel compilers for the rest of the build would cause any issues. I mean _theoretically_ it should not, since all the code is already generated, but who knows? (i think Intel has their own OpenMP implementation, that might throw things off-kilter, also different compiler might handle the state of some floating point mode control registers in the CPU differently, things like selecting rounding modes and denormal handling, although those should not affect any algorithm unless it is inherently unstable numerically)\r\nIf problems persist I would also suggest trying a pure GNU build, especially since most of the people who would end up using openblas, would probably use GNU compilers for everything."}}
{ "id": 9174469, "name": "psi4/psi4", "url": "https://api.github.com/repos/psi4/psi4" }
{ "id": 6989626, "login": "Diazonium", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/6989626?", "url": "https://api.github.com/users/Diazonium" }
{ "id": 2636883, "login": "psi4", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2636883?", "url": "https://api.github.com/orgs/psi4" }
2018-05-07T16:33:30
7638689679
{"actor":{"display_login":"Diazonium"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/psi4/psi4/issues/959","repository_url":"https://api.github.com/repos/psi4/psi4","labels_url":"https://api.github.com/repos/psi4/psi4/issues/959/labels{/name}","comments_url":"https://api.github.com/repos/psi4/psi4/issues/959/comments","events_url":"https://api.github.com/repos/psi4/psi4/issues/959/events","html_url":"https://github.com/psi4/psi4/issues/959","id":313966365,"node_id":"MDU6SXNzdWUzMTM5NjYzNjU=","number":959,"title":"Psi4 1.2 Release Notes","user":{"login":"dgasmith","id":1769841,"node_id":"MDQ6VXNlcjE3Njk4NDE=","avatar_url":"https://avatars2.githubusercontent.com/u/1769841?v=4","gravatar_id":"","url":"https://api.github.com/users/dgasmith","html_url":"https://github.com/dgasmith","followers_url":"https://api.github.com/users/dgasmith/followers","following_url":"https://api.github.com/users/dgasmith/following{/other_user}","gists_url":"https://api.github.com/users/dgasmith/gists{/gist_id}","starred_url":"https://api.github.com/users/dgasmith/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dgasmith/subscriptions","organizations_url":"https://api.github.com/users/dgasmith/orgs","repos_url":"https://api.github.com/users/dgasmith/repos","events_url":"https://api.github.com/users/dgasmith/events{/privacy}","received_events_url":"https://api.github.com/users/dgasmith/received_events","type":"User","site_admin":false},"labels":[{"id":236256195,"node_id":"MDU6TGFiZWwyMzYyNTYxOTU=","url":"https://api.github.com/repos/psi4/psi4/labels/documentation","name":"documentation","color":"0052cc","default":false}],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/psi4/psi4/milestones/3","html_url":"https://github.com/psi4/psi4/milestone/3","labels_url":"https://api.github.com/repos/psi4/psi4/milestones/3/labels","id":2362493,"node_id":"MDk6TWlsZXN0b25lMjM2MjQ5Mw==","number":3,"title":"Psi4 1.2","description":"Milestone for the 1.2 release.","creator":{"login":"dgasmith","id":1769841,"node_id":"MDQ6VXNlcjE3Njk4NDE=","avatar_url":"https://avatars2.githubusercontent.com/u/1769841?v=4","gravatar_id":"","url":"https://api.github.com/users/dgasmith","html_url":"https://github.com/dgasmith","followers_url":"https://api.github.com/users/dgasmith/followers","following_url":"https://api.github.com/users/dgasmith/following{/other_user}","gists_url":"https://api.github.com/users/dgasmith/gists{/gist_id}","starred_url":"https://api.github.com/users/dgasmith/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dgasmith/subscriptions","organizations_url":"https://api.github.com/users/dgasmith/orgs","repos_url":"https://api.github.com/users/dgasmith/repos","events_url":"https://api.github.com/users/dgasmith/events{/privacy}","received_events_url":"https://api.github.com/users/dgasmith/received_events","type":"User","site_admin":false},"open_issues":1,"closed_issues":219,"state":"closed","created_at":"2017-03-04T04:00:03Z","updated_at":"2018-07-12T12:56:05Z","due_on":"2018-06-30T07:00:00Z","closed_at":"2018-07-05T15:08:27Z"},"comments":6,"created_at":"2018-04-13T04:33:04Z","updated_at":"2018-07-12T12:56:05Z","closed_at":"2018-07-12T12:56:04Z","author_association":"MEMBER","body":"Time to start the release notes once more. As always please note that these start off as incomplete and gradually fill in over time as they are quite lengthy. If I missed anything or an item is incorrect please comment below. Certainly some items need to be highlighted more and categorical division can be improved.\r\n\r\n\r\n\r\n##\r\n\r\n# Major Points of Interest\r\n\r\n - The DFT kernels were migrated to use LibXC, Psi4 now has 400+ functionals including modern functionals such as wB97M-V.\r\n - The DFT code was optimized leading up to a 4x speed enhancement on 6 cores.\r\n - A new Density-Fitted JK backend was written, DF-SCF is now up to 2x as fast.\r\n - Dozens of additional methods, bug fixes, and performance enhancements.\r\n\r\n# Obtaining\r\n- Binary installers: \r\n- Python Anaconda: `conda install psi4 -c psi4`.\r\n - If you're working from Psi4 v1.1 (psi4conda) or any conda Psi4 from 2017, do not update. Instead, create a new environment for a new Psi4. You may need to conda update conda beforehand.\r\n\r\n##\r\n\r\n# New Methods\r\n - SNS-MP2\r\n - Hundreds of new DFT Functionals\r\n - VV10 non-local dispersion\r\n - Dispersion Corrected Spin-Component Scaled Double Hybrid (DSD) Functionals\r\n - Second-Order SCF Convergence of Density Functional Theory\r\n - Coupled Perturbed Self-Consistent Field (HF and DFT)\r\n - Second-Order Electron Propagator Theory (EP2)\r\n - SAPT0 with S^Infinity Induction and Induction Exchange\r\n - DF Gradients for range-separated and CAM functionals\r\n - Support for the [MolSSI](molssi.org) QC Schema [interface](http://molssi-qc-schema.readthedocs.io/en/latest/index.html#) v1\r\n\r\n# New Methods (beta)\r\n - SAPT(DFT)\r\n - Effective Core Potenitals (ECP's)\r\n\r\n# New External Libraries\r\n - [Gau2Grid](https://github.com/dgasmith/gau2grid) - Very fast gaussian to grid collocation matrices\r\n - [OpenFermion-Psi4](https://github.com/quantumlib/OpenFermion-Psi4) - Quantum computer interface\r\n - [SNS-MP2](https://github.com/DEShawResearch/sns-mp2) - Spin-Network-Scaled MP2 theory\r\n - [GeomeTRIC](https://github.com/leeping/geomeTRIC) - Geometry optimizations in the TRIC coordinate system.\r\n\r\n# First Time Contributors\r\n - Peter Kraus (@PeterKraus) - #949, #937, #922, #904\r\n - Holger Kruse (@hokru) - #877, #912, #914 \r\n - Shannon Houk(@shannonhouck) - #850, #876 \r\n - Johnathan Waldrop (@jwaldrop107) - #921\r\n - Marvin Lechner (@mhlechner) - #698\r\n - Jonathon Misiewicz (@JonathonMisiewicz) - #895, #882, #873, #849, #825 \r\n - Adam Abbott (@adabbott) - #761\r\n - Thomas Sexton (@tsexton) - #780 \r\n - Tianyuan Zhang (@tyzhang1993) - #743 \r\n - Dom Sirianni (@dsirianni) - #776, #952\r\n - Asim Alenaizan (@alenaizan) - #956 \r\n\r\n\r\n\r\n# Performance Optimizations\r\n - Density Fitted 3-index AO->MO transformation significantly improved.\r\n - MemDFJK module up to 2x as fast as original DFJK for in-core operations.\r\n - DFT XC kenels threaded with a more efficient vectorization.\r\n - DFT collocation matrix generation vectorized and exploits cache-level localization.\r\n - All matrix and vector operations threaded for MIC and large Xeon/EPYC nodes to avoid bottlenecks.\r\n\r\n# Psi Developer Upgrade Guide\r\n* The driver method `property(...)` has moved to`properties(...)` to avoid python namespace conflicts.\r\n* If you have a (non-py-only) plugin, \r\n * Add `PSI_API` to your plugin code in [this pattern](https://github.com/edeprince3/v2rdm_casscf/commit/7d4507d8979b61b3333fc6ceab450a61392836ff)\r\n * If, upon rebuilding against psi4, you get symbol not found errors, run `c++filt` on the mangled symbol name, then add `PSI_API` to the psi4 repo to make sure the `core.so` you're linking against is exporting the symbol you need. See example [here](https://github.com/psi4/psi4/pull/955). Or just file an issue with your lost symbol.\r\n* Note that anyone wanting to re-use an objdir will need to **thoroughly** remove the old pybind11 v2.0.0 from detectability. This means:\r\n * `<objdir> rm -rf stage/<TAB-TAB-...-TAB>/includes/pybind11`\r\n * `<objdir> rm -rf stage/<TAB-TAB-...-TAB>/share/cmake/pybind11`\r\n * `<objdir> rm -rf external/upstream/pybind11`\r\n* Intel 2016 is no longer a valid compiler (doesn't work with py11 >=2.2.1)\r\n\r\n# Developer Interests\r\n- Now uses LibXC for DFT XC kernels (#698)\r\n- Reworked the building of superfunctionals to use dictionaries (#922)\r\n- SCF Wavefunctions can now do Hessian-Vector builds see `RHF.Hx` and `RHF.solve` for examples. (#760)\r\n- The DFT V Potential object now has Hessian-Vector functionality. (#698)\r\n- DFT Functionals now takes advantage of polarized vs unpolarized DFT kernels.\r\n- Added generalized solvers in p4util/solvers.py. These include DIIS and conjugate gradient\r\n- New density-fitted AO->MO transform object. More efficient than previous objects and has multiple modes depending on the type of computation (direct or AO storage).\r\n- ECP SCF energies.\r\n- ECP gradients by finite differences in Python.\r\n- DFT is now has several hundred tests against Psi4 and other implementations\r\n- Shared pointers were rewritten to use `std::make_shared`. (#836)\r\n- One-electron integrals from LibMints now properly apply external potentials so that external potentials are now applied evenly throughout the code base (#844).\r\n - Psi4 is now buildable with Ninja (#794)\r\n - Begins to deprecate `char *` from Psi4 (#780)\r\n - Pragma header for diagnostics and API's (#774)\r\n - Improved C++/Python binding docstrings (#761)\r\n - Clang and YAPF configuration files (#753)\r\n - Improved parallel and routine timing information in Psi4 (#743)\r\n - SCF can now be run in symmetry for post-SCF modules that do not use symmetry (#737)\r\n - Psi4 now compiles much faster (~3 minutes with LLVM on 4 cores) (#736)\r\n - NumPy views of Psi4 objects are now correctly reference tracked in cases where C++ returns a new matrix. `arr = wfn.Ca_subset(\"AO\", \"OCC\").nph` now no longer give noise. (#736)\r\n - Basis PyParsing is now simpler and code duplication has been removed (#734 )\r\n - Update cc-pVXZ and add cc-pwCVXZ for Li, Be, Na, Mg (#728)\r\n - MCSCF orbital semicanonicalization (#722)\r\n - C++ Options are now exposed to Python (#720)\r\n - Intermediate sub-system and partial-basis energies from `nbody` wrapped exported as psivars (#952)\r\n - Better start/stop/elapsed time printing\r\n\r\n# Documentation\r\n - Additional Documentation Information (#787)\r\n\r\n# Miscelaneous\r\n - Added N to ANO0 basis set (#825)\r\n\r\n# Bug Fixes\r\n - Accidental signed integer overflow when using extremely low memory in DFJK\r\n - wB97X had an incorrect range-seperation parameter. This is now fixed. Note that this did not effect wB97X-D.\r\n - Restricted-irrep finite-difference Hessians were only returning the totally symmetric portion of the Hessian ([in #834](https://github.com/psi4/psi4/pull/834/commits/67f536c720abf31040eaa933a12e26c207100b69))\r\n - Analytic HF Hessians were wrong under particular circumstances (#903)\r\n - A bug causing IRCs to converge to the initial transition state was fixed (#882)\r\n\r\n# Conda changes since v1.1\r\n- MKL linked dynamically through free Anaconda-provided `mkl_rt.so` rather than statically linked. This saves size (since NumPy also uses `mkl_rt`) and eliminates incorrect results and threading damping associated with multiple programs accessing BLAS/LAPACK from multiple sources (#748, #755).\r\n- Psi4 no longer installs a non-standard gcc5.2 alongside Psi4 on Linux (or gcc feature on Mac). This was necessary when conda's default 4.8.5 was too low for Psi4's c++11 requirements, but since conda's default has leaped to 7.2.0, we use default again. Note that only libraries (e.g., `libstdc++`) are installed alongside Psi4 now, not compilers (e.g., `g++`).\r\n- (generic, not psi4, conda) `conda activate env` works multishell, not just on `bash`. Since conda 4.4 c. Dec 2017\r\n\r\n# Known Bugs\r\n - PCM-ROHF is broken. See #999"},"comment":{"url":"https://api.github.com/repos/psi4/psi4/issues/comments/404502624","html_url":"https://github.com/psi4/psi4/issues/959#issuecomment-404502624","issue_url":"https://api.github.com/repos/psi4/psi4/issues/959","id":404502624,"node_id":"MDEyOklzc3VlQ29tbWVudDQwNDUwMjYyNA==","user":{"login":"dgasmith","id":1769841,"node_id":"MDQ6VXNlcjE3Njk4NDE=","avatar_url":"https://avatars2.githubusercontent.com/u/1769841?v=4","gravatar_id":"","url":"https://api.github.com/users/dgasmith","html_url":"https://github.com/dgasmith","followers_url":"https://api.github.com/users/dgasmith/followers","following_url":"https://api.github.com/users/dgasmith/following{/other_user}","gists_url":"https://api.github.com/users/dgasmith/gists{/gist_id}","starred_url":"https://api.github.com/users/dgasmith/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dgasmith/subscriptions","organizations_url":"https://api.github.com/users/dgasmith/orgs","repos_url":"https://api.github.com/users/dgasmith/repos","events_url":"https://api.github.com/users/dgasmith/events{/privacy}","received_events_url":"https://api.github.com/users/dgasmith/received_events","type":"User","site_admin":false},"created_at":"2018-07-12T12:56:04Z","updated_at":"2018-07-12T12:56:04Z","author_association":"MEMBER","body":"Psi4 has been released, closing this."}}
{ "id": 9174469, "name": "psi4/psi4", "url": "https://api.github.com/repos/psi4/psi4" }
{ "id": 1769841, "login": "dgasmith", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/1769841?", "url": "https://api.github.com/users/dgasmith" }
{ "id": 2636883, "login": "psi4", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2636883?", "url": "https://api.github.com/orgs/psi4" }
2018-07-12T12:56:05
7956054266
{"actor":{"display_login":"dgasmith"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/nunit/nunit/issues/2453","repository_url":"https://api.github.com/repos/nunit/nunit","labels_url":"https://api.github.com/repos/nunit/nunit/issues/2453/labels{/name}","comments_url":"https://api.github.com/repos/nunit/nunit/issues/2453/comments","events_url":"https://api.github.com/repos/nunit/nunit/issues/2453/events","html_url":"https://github.com/nunit/nunit/pull/2453","id":259757198,"number":2453,"title":"Null guard in BuildMessage","user":{"login":"asbjornu","id":12283,"avatar_url":"https://avatars0.githubusercontent.com/u/12283?v=4","gravatar_id":"","url":"https://api.github.com/users/asbjornu","html_url":"https://github.com/asbjornu","followers_url":"https://api.github.com/users/asbjornu/followers","following_url":"https://api.github.com/users/asbjornu/following{/other_user}","gists_url":"https://api.github.com/users/asbjornu/gists{/gist_id}","starred_url":"https://api.github.com/users/asbjornu/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/asbjornu/subscriptions","organizations_url":"https://api.github.com/users/asbjornu/orgs","repos_url":"https://api.github.com/users/asbjornu/repos","events_url":"https://api.github.com/users/asbjornu/events{/privacy}","received_events_url":"https://api.github.com/users/asbjornu/received_events","type":"User","site_admin":false},"labels":[{"id":805814999,"url":"https://api.github.com/repos/nunit/nunit/labels/awaiting:team","name":"awaiting:team","color":"fc6c62","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":19,"created_at":"2017-09-22T09:33:10Z","updated_at":"2018-04-27T00:27:40Z","closed_at":null,"author_association":"MEMBER","pull_request":{"url":"https://api.github.com/repos/nunit/nunit/pulls/2453","html_url":"https://github.com/nunit/nunit/pull/2453","diff_url":"https://github.com/nunit/nunit/pull/2453.diff","patch_url":"https://github.com/nunit/nunit/pull/2453.patch"},"body":"This PR adds `null` guards in `ExceptionHelper.BuildMessage()` and `TestResult.RecordException()` and avoids using `InnerException` if it is null.\r\n\r\nThis fixes #2450, or at least makes an honest attempt to fix it, although there's no unit test here proving the problem described in that issue as I'm unable to reproduce it as of yet. If you have any great ideas on how to reproduce the problem, please let me know and I'll add a unit test to the PR."},"comment":{"url":"https://api.github.com/repos/nunit/nunit/issues/comments/384827854","html_url":"https://github.com/nunit/nunit/pull/2453#issuecomment-384827854","issue_url":"https://api.github.com/repos/nunit/nunit/issues/2453","id":384827854,"user":{"login":"jnm2","id":8040367,"avatar_url":"https://avatars2.githubusercontent.com/u/8040367?v=4","gravatar_id":"","url":"https://api.github.com/users/jnm2","html_url":"https://github.com/jnm2","followers_url":"https://api.github.com/users/jnm2/followers","following_url":"https://api.github.com/users/jnm2/following{/other_user}","gists_url":"https://api.github.com/users/jnm2/gists{/gist_id}","starred_url":"https://api.github.com/users/jnm2/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jnm2/subscriptions","organizations_url":"https://api.github.com/users/jnm2/orgs","repos_url":"https://api.github.com/users/jnm2/repos","events_url":"https://api.github.com/users/jnm2/events{/privacy}","received_events_url":"https://api.github.com/users/jnm2/received_events","type":"User","site_admin":false},"created_at":"2018-04-27T00:27:40Z","updated_at":"2018-04-27T00:27:40Z","author_association":"CONTRIBUTOR","body":"It's been half a year. I'm going to pull this one through."}}
{ "id": 13692183, "name": "nunit/nunit", "url": "https://api.github.com/repos/nunit/nunit" }
{ "id": 8040367, "login": "jnm2", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/8040367?", "url": "https://api.github.com/users/jnm2" }
{ "id": 2678858, "login": "nunit", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2678858?", "url": "https://api.github.com/orgs/nunit" }
2018-04-27T00:27:40
7594669657
{"actor":{"display_login":"jnm2"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/lampepfl/dotty/issues/5254","repository_url":"https://api.github.com/repos/lampepfl/dotty","labels_url":"https://api.github.com/repos/lampepfl/dotty/issues/5254/labels{/name}","comments_url":"https://api.github.com/repos/lampepfl/dotty/issues/5254/comments","events_url":"https://api.github.com/repos/lampepfl/dotty/issues/5254/events","html_url":"https://github.com/lampepfl/dotty/issues/5254","id":369892208,"node_id":"MDU6SXNzdWUzNjk4OTIyMDg=","number":5254,"title":"GADTs might need a different implementation scheme","user":{"login":"odersky","id":795990,"node_id":"MDQ6VXNlcjc5NTk5MA==","avatar_url":"https://avatars2.githubusercontent.com/u/795990?v=4","gravatar_id":"","url":"https://api.github.com/users/odersky","html_url":"https://github.com/odersky","followers_url":"https://api.github.com/users/odersky/followers","following_url":"https://api.github.com/users/odersky/following{/other_user}","gists_url":"https://api.github.com/users/odersky/gists{/gist_id}","starred_url":"https://api.github.com/users/odersky/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/odersky/subscriptions","organizations_url":"https://api.github.com/users/odersky/orgs","repos_url":"https://api.github.com/users/odersky/repos","events_url":"https://api.github.com/users/odersky/events{/privacy}","received_events_url":"https://api.github.com/users/odersky/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":7,"created_at":"2018-10-14T11:15:16Z","updated_at":"2018-10-15T16:44:54Z","closed_at":"2018-10-15T14:56:20Z","author_association":"CONTRIBUTOR","body":"Working with opaque types, which are based on our existing GADT machinery, I see more and more problems with our existing approach:\r\n\r\nThis one is known: \r\n\r\n- GADT maps are different from constraints, so no unfication is possible between variables defined in one and variables defined in the other.\r\n\r\nBut these have not been voiced before:\r\n\r\n - Knowledge about GADT bounds has spread far into the core algorithms of the compiler. It's not just subtyping, by now we consult the GADT bounds also\r\n\r\n - when computing members of a type\r\n - when computing base types\r\n - when following the underlying type of a type proxy\r\n\r\n It's not clear at all whether this is enough, or whether we need to consult GADT maps in more places. \r\n\r\n - GADT maps pose enormous problems for caching. Every update to a GADT map invalidates all caches that contain values whose computation relied on the previous value (or relied on the fact that there was no GADT entry yet). But there is no way to trace these caches. The alternative of not caching any info that could be affected by GADT bounds is unappealing as well, because it looks very hard to figure out what might be affected later on.\r\n\r\nSo far, we have not seen much fail empirically, because GADTs were not really fully implemented so very little code relied on them. But if we want that to change, we have to take these problems seriously.\r\n\r\n## An alternative approach\r\n\r\nHere's a different implementation scheme which avoids the cited problems (whether it will create new ones remains to be seen).\r\n\r\n1. When type checking a case in a match, determine all type parameters with term owners that are referenced from the widened scrutinee type. Call these the _GADT parameters_. (This step is the same as in the current scheme)\r\n\r\n2. Determine the _support set_ of the GADT parameters. This is the smallest set _S_ of term-owned symbols such that:\r\n\r\n - every GADT parameter is in _S_.\r\n - if a symbol _x_ is owned by a term and has a type info _T_ that refers to a symbol in _S_, then _x_ is in _S_ (for both term and type symbols _x_).\r\n\r\n3. Define a map _M_ over the support set as follows: \r\n\r\n - Every GADT parameter in _S_ is mapped to a type variable whose `TypeParamRef` origin has the bounds of the original symbol mapped recursively by _M_.\r\n - Every other symbol _s_ in _S_ is mapped to a fresh symbol of the same kind as _s_, whose info is the original info of _s_ mapped recursively by _M_.\r\n\r\n Contexts have a new field `gadtMap` that contains the current map.\r\n\r\n4. A match case gets typechecked in a new context, where a new instance of _M_ as computed in the last step is added to the `gadtMap` field and all TypeVars in _M_ s image are added to the constraint.\r\n\r\n5. When typechecking an identifier in `typedIdent`, map the computed type (always a `TermRef` or ` TypeRef`) using the context's GADT map. \r\n\r\n [Aside: The mapping would be avoided if we could _replace_ old scopes with new scopes in the context. But this means duplicating potentially a stack of context objects, because GADT parameters might be bound in outer contexts. This looks tricky.]\r\n\r\n6. Typecheck pattern against scrutinee as usual. This might further constrain images of GADT parameters in the constraint. After that is done,\r\n\r\n - instantiate all GADT TypeVars in _M_ to fresh abstract type symbols, with the bounds copied over and mapped recursively.\r\n - instantiate all pattern bound TypeVars as usual.\r\n\r\n7. Typecheck the guard and RHS of the case as usual. At the end, check that the type of RHS\r\nconforms to the expected type of the match after mapping the latter with _M_. If the type of the RHS does not conform to expected type without applying _M_, insert a cast.\r\n\r\n\r\n\r\n\r\n\r\n\r\n"},"comment":{"url":"https://api.github.com/repos/lampepfl/dotty/issues/comments/429927853","html_url":"https://github.com/lampepfl/dotty/issues/5254#issuecomment-429927853","issue_url":"https://api.github.com/repos/lampepfl/dotty/issues/5254","id":429927853,"node_id":"MDEyOklzc3VlQ29tbWVudDQyOTkyNzg1Mw==","user":{"login":"odersky","id":795990,"node_id":"MDQ6VXNlcjc5NTk5MA==","avatar_url":"https://avatars2.githubusercontent.com/u/795990?v=4","gravatar_id":"","url":"https://api.github.com/users/odersky","html_url":"https://github.com/odersky","followers_url":"https://api.github.com/users/odersky/followers","following_url":"https://api.github.com/users/odersky/following{/other_user}","gists_url":"https://api.github.com/users/odersky/gists{/gist_id}","starred_url":"https://api.github.com/users/odersky/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/odersky/subscriptions","organizations_url":"https://api.github.com/users/odersky/orgs","repos_url":"https://api.github.com/users/odersky/repos","events_url":"https://api.github.com/users/odersky/events{/privacy}","received_events_url":"https://api.github.com/users/odersky/received_events","type":"User","site_admin":false},"created_at":"2018-10-15T16:44:54Z","updated_at":"2018-10-15T16:44:54Z","author_association":"CONTRIBUTOR","body":"> OK, even in the absence of subsumption, couldn't we have an \"adapt to subtype supertype\" in the elaborator? ie. treat subsumption as a glorified view?\r\n\r\nWe could try but I find it unappealing. Views don't propose, so I fear this will be fragile and it could also be very expensive. Adding hints to error messages seems like an easier alternative. "}}
{ "id": 7035651, "name": "lampepfl/dotty", "url": "https://api.github.com/repos/lampepfl/dotty" }
{ "id": 795990, "login": "odersky", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/795990?", "url": "https://api.github.com/users/odersky" }
{ "id": 2684793, "login": "lampepfl", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2684793?", "url": "https://api.github.com/orgs/lampepfl" }
2018-10-15T16:44:55
8422871289
{"actor":{"display_login":"odersky"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/opencobra/cobrapy/issues/727","repository_url":"https://api.github.com/repos/opencobra/cobrapy","labels_url":"https://api.github.com/repos/opencobra/cobrapy/issues/727/labels{/name}","comments_url":"https://api.github.com/repos/opencobra/cobrapy/issues/727/comments","events_url":"https://api.github.com/repos/opencobra/cobrapy/issues/727/events","html_url":"https://github.com/opencobra/cobrapy/issues/727","id":332544339,"node_id":"MDU6SXNzdWUzMzI1NDQzMzk=","number":727,"title":"Boundary and exchange reactions are defined inconsistently. ","user":{"login":"JanetMatsen","id":406350,"node_id":"MDQ6VXNlcjQwNjM1MA==","avatar_url":"https://avatars0.githubusercontent.com/u/406350?v=4","gravatar_id":"","url":"https://api.github.com/users/JanetMatsen","html_url":"https://github.com/JanetMatsen","followers_url":"https://api.github.com/users/JanetMatsen/followers","following_url":"https://api.github.com/users/JanetMatsen/following{/other_user}","gists_url":"https://api.github.com/users/JanetMatsen/gists{/gist_id}","starred_url":"https://api.github.com/users/JanetMatsen/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/JanetMatsen/subscriptions","organizations_url":"https://api.github.com/users/JanetMatsen/orgs","repos_url":"https://api.github.com/users/JanetMatsen/repos","events_url":"https://api.github.com/users/JanetMatsen/events{/privacy}","received_events_url":"https://api.github.com/users/JanetMatsen/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":2,"created_at":"2018-06-14T20:01:56Z","updated_at":"2018-06-14T20:22:28Z","closed_at":null,"author_association":"NONE","body":"#### Problem description\r\n\r\nI noticed that you can add an \"exchange\" reaction as one of three supported boundary types in `model.add_boundary`. It is thus confusing that all boundary reactions are considered `exchange` reactions by `model.exchanges`. \r\n\r\n* [model.py](https://github.com/opencobra/cobrapy/blob/master/cobra/core/model.py)\r\n* [reaction.py](https://github.com/opencobra/cobrapy/blob/master/cobra/core/reaction.py)\r\n\r\nProposals: \r\n(1) It would be much more clear if the `exchanges` attribute of `model` were changed to `boundary_reactions`.\r\n(2) Another possible change could be to have `model.exchanges` return only the type of boundary reactions that are exchanges. \r\n\r\nLooks like @hredestig and @Midnighter added this `exchange` property. (Thanks! And sorry if I'm confused.).\r\n\r\nI'm happy to submit a PR if you like proposal (1). "},"comment":{"url":"https://api.github.com/repos/opencobra/cobrapy/issues/comments/397426221","html_url":"https://github.com/opencobra/cobrapy/issues/727#issuecomment-397426221","issue_url":"https://api.github.com/repos/opencobra/cobrapy/issues/727","id":397426221,"node_id":"MDEyOklzc3VlQ29tbWVudDM5NzQyNjIyMQ==","user":{"login":"cdiener","id":7153935,"node_id":"MDQ6VXNlcjcxNTM5MzU=","avatar_url":"https://avatars3.githubusercontent.com/u/7153935?v=4","gravatar_id":"","url":"https://api.github.com/users/cdiener","html_url":"https://github.com/cdiener","followers_url":"https://api.github.com/users/cdiener/followers","following_url":"https://api.github.com/users/cdiener/following{/other_user}","gists_url":"https://api.github.com/users/cdiener/gists{/gist_id}","starred_url":"https://api.github.com/users/cdiener/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cdiener/subscriptions","organizations_url":"https://api.github.com/users/cdiener/orgs","repos_url":"https://api.github.com/users/cdiener/repos","events_url":"https://api.github.com/users/cdiener/events{/privacy}","received_events_url":"https://api.github.com/users/cdiener/received_events","type":"User","site_admin":false},"created_at":"2018-06-14T20:22:28Z","updated_at":"2018-06-14T20:22:28Z","author_association":"MEMBER","body":"So we use the definitions taken from [this publication](http://doi.org/10.1038/nprot.2009.203). Honestly, before I wrote the code I also believed that a sink should be irreversible and only consume a metabolite but @Midnighter pointed out that this is not the strict definition of \"sink\" :sweat_smile: "}}
{ "id": 6510063, "name": "opencobra/cobrapy", "url": "https://api.github.com/repos/opencobra/cobrapy" }
{ "id": 7153935, "login": "cdiener", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/7153935?", "url": "https://api.github.com/users/cdiener" }
{ "id": 2708410, "login": "opencobra", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2708410?", "url": "https://api.github.com/orgs/opencobra" }
2018-06-14T20:22:28
7827411988
{"actor":{"display_login":"cdiener"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/CPFL/Autoware/issues/1504","repository_url":"https://api.github.com/repos/CPFL/Autoware","labels_url":"https://api.github.com/repos/CPFL/Autoware/issues/1504/labels{/name}","comments_url":"https://api.github.com/repos/CPFL/Autoware/issues/1504/comments","events_url":"https://api.github.com/repos/CPFL/Autoware/issues/1504/events","html_url":"https://github.com/CPFL/Autoware/pull/1504","id":357736280,"node_id":"MDExOlB1bGxSZXF1ZXN0MjEzNjgwMzM0","number":1504,"title":"Feature/architecture","user":{"login":"LukePhairatt","id":13032509,"node_id":"MDQ6VXNlcjEzMDMyNTA5","avatar_url":"https://avatars0.githubusercontent.com/u/13032509?v=4","gravatar_id":"","url":"https://api.github.com/users/LukePhairatt","html_url":"https://github.com/LukePhairatt","followers_url":"https://api.github.com/users/LukePhairatt/followers","following_url":"https://api.github.com/users/LukePhairatt/following{/other_user}","gists_url":"https://api.github.com/users/LukePhairatt/gists{/gist_id}","starred_url":"https://api.github.com/users/LukePhairatt/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/LukePhairatt/subscriptions","organizations_url":"https://api.github.com/users/LukePhairatt/orgs","repos_url":"https://api.github.com/users/LukePhairatt/repos","events_url":"https://api.github.com/users/LukePhairatt/events{/privacy}","received_events_url":"https://api.github.com/users/LukePhairatt/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":1,"created_at":"2018-09-06T16:36:56Z","updated_at":"2018-09-11T08:28:07Z","closed_at":null,"author_association":"NONE","pull_request":{"url":"https://api.github.com/repos/CPFL/Autoware/pulls/1504","html_url":"https://github.com/CPFL/Autoware/pull/1504","diff_url":"https://github.com/CPFL/Autoware/pull/1504.diff","patch_url":"https://github.com/CPFL/Autoware/pull/1504.patch"},"body":"## Status\r\n**INITIAL DRAFT DEVELOPMENTT**\r\n\r\n## Description\r\nMarkup Doc. Draft of Autoware system design and architecture\r\n(We can change this to pdf or doc, as you see fit when the contents are proved)\r\n\r\n## Todos\r\nReview the contents. \r\nI also add comments in some of the sections for any suggestions and improvement.\r\n\r\n## Steps to Test or Reproduce\r\nMarkup draft is \"./docs/IntegrationArchitecture.md\"\r\nDiagrams are in \"./docs/architecture/\" folder\r\n"},"comment":{"url":"https://api.github.com/repos/CPFL/Autoware/issues/comments/420191397","html_url":"https://github.com/CPFL/Autoware/pull/1504#issuecomment-420191397","issue_url":"https://api.github.com/repos/CPFL/Autoware/issues/1504","id":420191397,"node_id":"MDEyOklzc3VlQ29tbWVudDQyMDE5MTM5Nw==","user":{"login":"LukePhairatt","id":13032509,"node_id":"MDQ6VXNlcjEzMDMyNTA5","avatar_url":"https://avatars0.githubusercontent.com/u/13032509?v=4","gravatar_id":"","url":"https://api.github.com/users/LukePhairatt","html_url":"https://github.com/LukePhairatt","followers_url":"https://api.github.com/users/LukePhairatt/followers","following_url":"https://api.github.com/users/LukePhairatt/following{/other_user}","gists_url":"https://api.github.com/users/LukePhairatt/gists{/gist_id}","starred_url":"https://api.github.com/users/LukePhairatt/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/LukePhairatt/subscriptions","organizations_url":"https://api.github.com/users/LukePhairatt/orgs","repos_url":"https://api.github.com/users/LukePhairatt/repos","events_url":"https://api.github.com/users/LukePhairatt/events{/privacy}","received_events_url":"https://api.github.com/users/LukePhairatt/received_events","type":"User","site_admin":false},"created_at":"2018-09-11T08:28:07Z","updated_at":"2018-09-11T08:28:07Z","author_association":"NONE","body":"@dejanpan I am using plantuml.jar from http://plantuml.com/download\r\nWhich one are you using? I don't have any preferences.\r\n"}}
{ "id": 41331761, "name": "CPFL/Autoware", "url": "https://api.github.com/repos/CPFL/Autoware" }
{ "id": 13032509, "login": "LukePhairatt", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/13032509?", "url": "https://api.github.com/users/LukePhairatt" }
{ "id": 2747893, "login": "CPFL", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2747893?", "url": "https://api.github.com/orgs/CPFL" }
2018-09-11T08:28:07
8245026265
{"actor":{"display_login":"LukePhairatt"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/spacetelescope/asdf/issues/447","repository_url":"https://api.github.com/repos/spacetelescope/asdf","labels_url":"https://api.github.com/repos/spacetelescope/asdf/issues/447/labels{/name}","comments_url":"https://api.github.com/repos/spacetelescope/asdf/issues/447/comments","events_url":"https://api.github.com/repos/spacetelescope/asdf/issues/447/events","html_url":"https://github.com/spacetelescope/asdf/issues/447","id":296441403,"number":447,"title":"Doctests fail on Python 3","user":{"login":"olebole","id":397223,"avatar_url":"https://avatars0.githubusercontent.com/u/397223?v=4","gravatar_id":"","url":"https://api.github.com/users/olebole","html_url":"https://github.com/olebole","followers_url":"https://api.github.com/users/olebole/followers","following_url":"https://api.github.com/users/olebole/following{/other_user}","gists_url":"https://api.github.com/users/olebole/gists{/gist_id}","starred_url":"https://api.github.com/users/olebole/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/olebole/subscriptions","organizations_url":"https://api.github.com/users/olebole/orgs","repos_url":"https://api.github.com/users/olebole/repos","events_url":"https://api.github.com/users/olebole/events{/privacy}","received_events_url":"https://api.github.com/users/olebole/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":{"login":"drdavella","id":2458487,"avatar_url":"https://avatars0.githubusercontent.com/u/2458487?v=4","gravatar_id":"","url":"https://api.github.com/users/drdavella","html_url":"https://github.com/drdavella","followers_url":"https://api.github.com/users/drdavella/followers","following_url":"https://api.github.com/users/drdavella/following{/other_user}","gists_url":"https://api.github.com/users/drdavella/gists{/gist_id}","starred_url":"https://api.github.com/users/drdavella/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/drdavella/subscriptions","organizations_url":"https://api.github.com/users/drdavella/orgs","repos_url":"https://api.github.com/users/drdavella/repos","events_url":"https://api.github.com/users/drdavella/events{/privacy}","received_events_url":"https://api.github.com/users/drdavella/received_events","type":"User","site_admin":false},"assignees":[{"login":"drdavella","id":2458487,"avatar_url":"https://avatars0.githubusercontent.com/u/2458487?v=4","gravatar_id":"","url":"https://api.github.com/users/drdavella","html_url":"https://github.com/drdavella","followers_url":"https://api.github.com/users/drdavella/followers","following_url":"https://api.github.com/users/drdavella/following{/other_user}","gists_url":"https://api.github.com/users/drdavella/gists{/gist_id}","starred_url":"https://api.github.com/users/drdavella/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/drdavella/subscriptions","organizations_url":"https://api.github.com/users/drdavella/orgs","repos_url":"https://api.github.com/users/drdavella/repos","events_url":"https://api.github.com/users/drdavella/events{/privacy}","received_events_url":"https://api.github.com/users/drdavella/received_events","type":"User","site_admin":false}],"milestone":null,"comments":10,"created_at":"2018-02-12T16:36:47Z","updated_at":"2018-02-23T14:34:17Z","closed_at":null,"author_association":"CONTRIBUTOR","body":"Hi,\r\n\r\nwhen disabling the remote tests (#429), I experienced failures in the doctests with Python 3 (3.6.4):\r\n```\r\n=================================== FAILURES ===================================\r\n_________________________ [doctest] asdf.stream.Stream _________________________\r\n010 \r\n011 Used to put a streamed array into the tree.\r\n012 \r\n013 Examples\r\n014 --------\r\n015 Save a double-precision array with 1024 columns, one row at a\r\n016 time::\r\n017 \r\n018 >>> from .asdf import AsdfFile, Stream\r\nUNEXPECTED EXCEPTION: ImportError(\"cannot import name 'Stream'\",)\r\nTraceback (most recent call last):\r\n\r\n File \"/usr/lib/python3.6/doctest.py\", line 1330, in __run\r\n compileflags, 1), test.globs)\r\n\r\n File \"<doctest asdf.stream.Stream[0]>\", line 1, in <module>\r\n\r\nImportError: cannot import name 'Stream'\r\n\r\n/tmp/asdf-test-bpib0yoa/lib/python3.6/site-packages/asdf/stream.py:18: UnexpectedException\r\n____________________ [doctest] asdf.util.InheritDocstrings _____________________\r\n340 \r\n341 If the class uses multiple inheritance, the docstring will be\r\n342 chosen from the first class in the bases list, in the same way as\r\n343 methods are normally resolved in Python. If this results in\r\n344 selecting the wrong docstring, the docstring will need to be\r\n345 explicitly included on the method.\r\n346 \r\n347 For example::\r\n348 \r\n349 >>> from .asdf.util import InheritDocstrings\r\nUNEXPECTED EXCEPTION: ModuleNotFoundError(\"No module named 'asdf.asdf.util'; 'asdf.asdf' is not a package\",)\r\nTraceback (most recent call last):\r\n\r\n File \"/usr/lib/python3.6/doctest.py\", line 1330, in __run\r\n compileflags, 1), test.globs)\r\n\r\n File \"<doctest asdf.util.InheritDocstrings[0]>\", line 1, in <module>\r\n\r\nModuleNotFoundError: No module named 'asdf.asdf.util'; 'asdf.asdf' is not a package\r\n\r\n/tmp/asdf-test-bpib0yoa/lib/python3.6/site-packages/asdf/util.py:349: UnexpectedException\r\n```\r\nWith Python 2.7, this runs fine."},"comment":{"url":"https://api.github.com/repos/spacetelescope/asdf/issues/comments/368025354","html_url":"https://github.com/spacetelescope/asdf/issues/447#issuecomment-368025354","issue_url":"https://api.github.com/repos/spacetelescope/asdf/issues/447","id":368025354,"user":{"login":"drdavella","id":2458487,"avatar_url":"https://avatars0.githubusercontent.com/u/2458487?v=4","gravatar_id":"","url":"https://api.github.com/users/drdavella","html_url":"https://github.com/drdavella","followers_url":"https://api.github.com/users/drdavella/followers","following_url":"https://api.github.com/users/drdavella/following{/other_user}","gists_url":"https://api.github.com/users/drdavella/gists{/gist_id}","starred_url":"https://api.github.com/users/drdavella/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/drdavella/subscriptions","organizations_url":"https://api.github.com/users/drdavella/orgs","repos_url":"https://api.github.com/users/drdavella/repos","events_url":"https://api.github.com/users/drdavella/events{/privacy}","received_events_url":"https://api.github.com/users/drdavella/received_events","type":"User","site_admin":false},"created_at":"2018-02-23T14:34:17Z","updated_at":"2018-02-23T14:34:17Z","author_association":"CONTRIBUTOR","body":"You're right, it was not done from the `master` branch. I'm also preparing for a `2.0.0` release and `1.3.2` was released as a bugfix to the `1.3.x` branch. The current release should be reflected on `stable`.\r\n\r\nHowever, the lines you provided **do not match**. Critically, the lines in your failing tests say `from .asdf`, whereas the source lines in the packaged release say `from asdf`. The critical difference is the presence of the dot `.`. If I change these lines in my source checkout to add the dot, then I get the same failures you do. This is getting really bizarre, though."}}
{ "id": 18112754, "name": "spacetelescope/asdf", "url": "https://api.github.com/repos/spacetelescope/asdf" }
{ "id": 2458487, "login": "drdavella", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2458487?", "url": "https://api.github.com/users/drdavella" }
{ "id": 2751928, "login": "spacetelescope", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2751928?", "url": "https://api.github.com/orgs/spacetelescope" }
2018-02-23T14:34:17
7287683186
{"actor":{"display_login":"drdavella"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/spacetelescope/asdf-standard/issues/179","repository_url":"https://api.github.com/repos/spacetelescope/asdf-standard","labels_url":"https://api.github.com/repos/spacetelescope/asdf-standard/issues/179/labels{/name}","comments_url":"https://api.github.com/repos/spacetelescope/asdf-standard/issues/179/comments","events_url":"https://api.github.com/repos/spacetelescope/asdf-standard/issues/179/events","html_url":"https://github.com/spacetelescope/asdf-standard/pull/179","id":377191614,"node_id":"MDExOlB1bGxSZXF1ZXN0MjI4MjAwODcx","number":179,"title":"remove wcs schemas","user":{"login":"nden","id":1110361,"node_id":"MDQ6VXNlcjExMTAzNjE=","avatar_url":"https://avatars2.githubusercontent.com/u/1110361?v=4","gravatar_id":"","url":"https://api.github.com/users/nden","html_url":"https://github.com/nden","followers_url":"https://api.github.com/users/nden/followers","following_url":"https://api.github.com/users/nden/following{/other_user}","gists_url":"https://api.github.com/users/nden/gists{/gist_id}","starred_url":"https://api.github.com/users/nden/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nden/subscriptions","organizations_url":"https://api.github.com/users/nden/orgs","repos_url":"https://api.github.com/users/nden/repos","events_url":"https://api.github.com/users/nden/events{/privacy}","received_events_url":"https://api.github.com/users/nden/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2018-11-04T20:33:36Z","updated_at":"2018-11-05T15:02:11Z","closed_at":null,"author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/spacetelescope/asdf-standard/pulls/179","html_url":"https://github.com/spacetelescope/asdf-standard/pull/179","diff_url":"https://github.com/spacetelescope/asdf-standard/pull/179.diff","patch_url":"https://github.com/spacetelescope/asdf-standard/pull/179.patch"},"body":"See spacetelescope/asdf#554"},"comment":{"url":"https://api.github.com/repos/spacetelescope/asdf-standard/issues/comments/435906361","html_url":"https://github.com/spacetelescope/asdf-standard/pull/179#issuecomment-435906361","issue_url":"https://api.github.com/repos/spacetelescope/asdf-standard/issues/179","id":435906361,"node_id":"MDEyOklzc3VlQ29tbWVudDQzNTkwNjM2MQ==","user":{"login":"drdavella","id":2458487,"node_id":"MDQ6VXNlcjI0NTg0ODc=","avatar_url":"https://avatars0.githubusercontent.com/u/2458487?v=4","gravatar_id":"","url":"https://api.github.com/users/drdavella","html_url":"https://github.com/drdavella","followers_url":"https://api.github.com/users/drdavella/followers","following_url":"https://api.github.com/users/drdavella/following{/other_user}","gists_url":"https://api.github.com/users/drdavella/gists{/gist_id}","starred_url":"https://api.github.com/users/drdavella/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/drdavella/subscriptions","organizations_url":"https://api.github.com/users/drdavella/orgs","repos_url":"https://api.github.com/users/drdavella/repos","events_url":"https://api.github.com/users/drdavella/events{/privacy}","received_events_url":"https://api.github.com/users/drdavella/received_events","type":"User","site_admin":false},"created_at":"2018-11-05T15:02:11Z","updated_at":"2018-11-05T15:02:11Z","author_association":"COLLABORATOR","body":"@nden I'm wondering if instead of removing these wholesale, maybe the right approach is simply to omit them from the v1.3.0 version map but leave them in place."}}
{ "id": 18113139, "name": "spacetelescope/asdf-standard", "url": "https://api.github.com/repos/spacetelescope/asdf-standard" }
{ "id": 2458487, "login": "drdavella", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2458487?", "url": "https://api.github.com/users/drdavella" }
{ "id": 2751928, "login": "spacetelescope", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2751928?", "url": "https://api.github.com/orgs/spacetelescope" }
2018-11-05T15:02:11
8536271650
{"actor":{"display_login":"drdavella"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/spacetelescope/jwst/issues/2619","repository_url":"https://api.github.com/repos/spacetelescope/jwst","labels_url":"https://api.github.com/repos/spacetelescope/jwst/issues/2619/labels{/name}","comments_url":"https://api.github.com/repos/spacetelescope/jwst/issues/2619/comments","events_url":"https://api.github.com/repos/spacetelescope/jwst/issues/2619/events","html_url":"https://github.com/spacetelescope/jwst/issues/2619","id":365023032,"node_id":"MDU6SXNzdWUzNjUwMjMwMzI=","number":2619,"title":"MIRI team to review and agree with unit-testing plan.","user":{"login":"stscijgbot","id":38438914,"node_id":"MDQ6VXNlcjM4NDM4OTE0","avatar_url":"https://avatars1.githubusercontent.com/u/38438914?v=4","gravatar_id":"","url":"https://api.github.com/users/stscijgbot","html_url":"https://github.com/stscijgbot","followers_url":"https://api.github.com/users/stscijgbot/followers","following_url":"https://api.github.com/users/stscijgbot/following{/other_user}","gists_url":"https://api.github.com/users/stscijgbot/gists{/gist_id}","starred_url":"https://api.github.com/users/stscijgbot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/stscijgbot/subscriptions","organizations_url":"https://api.github.com/users/stscijgbot/orgs","repos_url":"https://api.github.com/users/stscijgbot/repos","events_url":"https://api.github.com/users/stscijgbot/events{/privacy}","received_events_url":"https://api.github.com/users/stscijgbot/received_events","type":"User","site_admin":false},"labels":[{"id":991810932,"node_id":"MDU6TGFiZWw5OTE4MTA5MzI=","url":"https://api.github.com/repos/spacetelescope/jwst/labels/jira","name":"jira","color":"53b0b5","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/spacetelescope/jwst/milestones/17","html_url":"https://github.com/spacetelescope/jwst/milestone/17","labels_url":"https://api.github.com/repos/spacetelescope/jwst/milestones/17/labels","id":3717088,"node_id":"MDk6TWlsZXN0b25lMzcxNzA4OA==","number":17,"title":"DMS-WG","description":null,"creator":{"login":"stscicrawford","id":36652656,"node_id":"MDQ6VXNlcjM2NjUyNjU2","avatar_url":"https://avatars3.githubusercontent.com/u/36652656?v=4","gravatar_id":"","url":"https://api.github.com/users/stscicrawford","html_url":"https://github.com/stscicrawford","followers_url":"https://api.github.com/users/stscicrawford/followers","following_url":"https://api.github.com/users/stscicrawford/following{/other_user}","gists_url":"https://api.github.com/users/stscicrawford/gists{/gist_id}","starred_url":"https://api.github.com/users/stscicrawford/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/stscicrawford/subscriptions","organizations_url":"https://api.github.com/users/stscicrawford/orgs","repos_url":"https://api.github.com/users/stscicrawford/repos","events_url":"https://api.github.com/users/stscicrawford/events{/privacy}","received_events_url":"https://api.github.com/users/stscicrawford/received_events","type":"User","site_admin":false},"open_issues":56,"closed_issues":2,"state":"open","created_at":"2018-10-06T20:47:21Z","updated_at":"2018-11-14T18:31:49Z","due_on":null,"closed_at":null},"comments":0,"created_at":"2018-09-28T20:05:08Z","updated_at":"2018-11-14T21:51:16Z","closed_at":null,"author_association":"COLLABORATOR","body":"Issue [JP-418](https://jira.stsci.edu/browse/JP-418) was created by Macarena Garcia Marin:\n\nMIRI team to review and agree with unit-testing plan."},"comment":{"url":"https://api.github.com/repos/spacetelescope/jwst/issues/comments/438831809","html_url":"https://github.com/spacetelescope/jwst/issues/2619#issuecomment-438831809","issue_url":"https://api.github.com/repos/spacetelescope/jwst/issues/2619","id":438831809,"node_id":"MDEyOklzc3VlQ29tbWVudDQzODgzMTgwOQ==","user":{"login":"stscijgbot","id":38438914,"node_id":"MDQ6VXNlcjM4NDM4OTE0","avatar_url":"https://avatars1.githubusercontent.com/u/38438914?v=4","gravatar_id":"","url":"https://api.github.com/users/stscijgbot","html_url":"https://github.com/stscijgbot","followers_url":"https://api.github.com/users/stscijgbot/followers","following_url":"https://api.github.com/users/stscijgbot/following{/other_user}","gists_url":"https://api.github.com/users/stscijgbot/gists{/gist_id}","starred_url":"https://api.github.com/users/stscijgbot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/stscijgbot/subscriptions","organizations_url":"https://api.github.com/users/stscijgbot/orgs","repos_url":"https://api.github.com/users/stscijgbot/repos","events_url":"https://api.github.com/users/stscijgbot/events{/privacy}","received_events_url":"https://api.github.com/users/stscijgbot/received_events","type":"User","site_admin":false},"created_at":"2018-11-14T21:51:16Z","updated_at":"2018-11-14T21:51:16Z","author_association":"COLLABORATOR","body":"Comment by Misty Cracraft: The MIRI team has reviewed the dark correction tests, and modulo some questions posed on the page, agree with what is proposed for tests. A first draft of those tests are posted above in test_dark_corr.py. Instruments other than MIRI will have to be tested as well, as there are numerous places in the code where the if statements checks for MIRI as the instrument."}}
{ "id": 60551519, "name": "spacetelescope/jwst", "url": "https://api.github.com/repos/spacetelescope/jwst" }
{ "id": 38438914, "login": "stscijgbot", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/38438914?", "url": "https://api.github.com/users/stscijgbot" }
{ "id": 2751928, "login": "spacetelescope", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2751928?", "url": "https://api.github.com/orgs/spacetelescope" }
2018-11-14T21:51:16
8591356712
{"actor":{"display_login":"stscijgbot"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/showdownjs/showdown/issues/558","repository_url":"https://api.github.com/repos/showdownjs/showdown","labels_url":"https://api.github.com/repos/showdownjs/showdown/issues/558/labels{/name}","comments_url":"https://api.github.com/repos/showdownjs/showdown/issues/558/comments","events_url":"https://api.github.com/repos/showdownjs/showdown/issues/558/events","html_url":"https://github.com/showdownjs/showdown/issues/558","id":337309570,"node_id":"MDU6SXNzdWUzMzczMDk1NzA=","number":558,"title":"Document RegEx with links to online service","user":{"login":"rugk","id":11966684,"node_id":"MDQ6VXNlcjExOTY2Njg0","avatar_url":"https://avatars3.githubusercontent.com/u/11966684?v=4","gravatar_id":"","url":"https://api.github.com/users/rugk","html_url":"https://github.com/rugk","followers_url":"https://api.github.com/users/rugk/followers","following_url":"https://api.github.com/users/rugk/following{/other_user}","gists_url":"https://api.github.com/users/rugk/gists{/gist_id}","starred_url":"https://api.github.com/users/rugk/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rugk/subscriptions","organizations_url":"https://api.github.com/users/rugk/orgs","repos_url":"https://api.github.com/users/rugk/repos","events_url":"https://api.github.com/users/rugk/events{/privacy}","received_events_url":"https://api.github.com/users/rugk/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":{"login":"tivie","id":1608730,"node_id":"MDQ6VXNlcjE2MDg3MzA=","avatar_url":"https://avatars1.githubusercontent.com/u/1608730?v=4","gravatar_id":"","url":"https://api.github.com/users/tivie","html_url":"https://github.com/tivie","followers_url":"https://api.github.com/users/tivie/followers","following_url":"https://api.github.com/users/tivie/following{/other_user}","gists_url":"https://api.github.com/users/tivie/gists{/gist_id}","starred_url":"https://api.github.com/users/tivie/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/tivie/subscriptions","organizations_url":"https://api.github.com/users/tivie/orgs","repos_url":"https://api.github.com/users/tivie/repos","events_url":"https://api.github.com/users/tivie/events{/privacy}","received_events_url":"https://api.github.com/users/tivie/received_events","type":"User","site_admin":false},"assignees":[{"login":"tivie","id":1608730,"node_id":"MDQ6VXNlcjE2MDg3MzA=","avatar_url":"https://avatars1.githubusercontent.com/u/1608730?v=4","gravatar_id":"","url":"https://api.github.com/users/tivie","html_url":"https://github.com/tivie","followers_url":"https://api.github.com/users/tivie/followers","following_url":"https://api.github.com/users/tivie/following{/other_user}","gists_url":"https://api.github.com/users/tivie/gists{/gist_id}","starred_url":"https://api.github.com/users/tivie/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/tivie/subscriptions","organizations_url":"https://api.github.com/users/tivie/orgs","repos_url":"https://api.github.com/users/tivie/repos","events_url":"https://api.github.com/users/tivie/events{/privacy}","received_events_url":"https://api.github.com/users/tivie/received_events","type":"User","site_admin":false}],"milestone":null,"comments":0,"created_at":"2018-07-01T18:00:43Z","updated_at":"2018-07-05T15:11:25Z","closed_at":null,"author_association":"NONE","body":"E.g. as for the RegExes here:\r\n\r\nhttps://github.com/showdownjs/showdown/blob/3db9200d2c293d3977948558b2a4aace3e86d6ac/src/subParsers/makehtml/autoLinks.js#L3-L7\r\n\r\nFor the URL examples I have this here:\r\nhttps://regex101.com/r/8nasII/2\r\n\r\nIt has some unit tests from https://mathiasbynens.be/demo/url-regex."},"comment":{"url":"https://api.github.com/repos/showdownjs/showdown/issues/comments/402755667","html_url":"https://github.com/showdownjs/showdown/issues/558#issuecomment-402755667","issue_url":"https://api.github.com/repos/showdownjs/showdown/issues/558","id":402755667,"node_id":"MDEyOklzc3VlQ29tbWVudDQwMjc1NTY2Nw==","user":{"login":"tivie","id":1608730,"node_id":"MDQ6VXNlcjE2MDg3MzA=","avatar_url":"https://avatars1.githubusercontent.com/u/1608730?v=4","gravatar_id":"","url":"https://api.github.com/users/tivie","html_url":"https://github.com/tivie","followers_url":"https://api.github.com/users/tivie/followers","following_url":"https://api.github.com/users/tivie/following{/other_user}","gists_url":"https://api.github.com/users/tivie/gists{/gist_id}","starred_url":"https://api.github.com/users/tivie/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/tivie/subscriptions","organizations_url":"https://api.github.com/users/tivie/orgs","repos_url":"https://api.github.com/users/tivie/repos","events_url":"https://api.github.com/users/tivie/events{/privacy}","received_events_url":"https://api.github.com/users/tivie/received_events","type":"User","site_admin":false},"created_at":"2018-07-05T15:11:25Z","updated_at":"2018-07-05T15:11:25Z","author_association":"MEMBER","body":"thanks. You should issue a PR for develop branch."}}
{ "id": 75547, "name": "showdownjs/showdown", "url": "https://api.github.com/repos/showdownjs/showdown" }
{ "id": 1608730, "login": "tivie", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/1608730?", "url": "https://api.github.com/users/tivie" }
{ "id": 2754978, "login": "showdownjs", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2754978?", "url": "https://api.github.com/orgs/showdownjs" }
2018-07-05T15:11:25
7923859791
{"actor":{"display_login":"tivie"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/adobe-type-tools/afdko/issues/323","repository_url":"https://api.github.com/repos/adobe-type-tools/afdko","labels_url":"https://api.github.com/repos/adobe-type-tools/afdko/issues/323/labels{/name}","comments_url":"https://api.github.com/repos/adobe-type-tools/afdko/issues/323/comments","events_url":"https://api.github.com/repos/adobe-type-tools/afdko/issues/323/events","html_url":"https://github.com/adobe-type-tools/afdko/pull/323","id":316021458,"number":323,"title":"Fix for issue #322 [tx] -dcf mode fails to dump hinted CFF2 variable font","user":{"login":"blueshade7","id":28452355,"avatar_url":"https://avatars0.githubusercontent.com/u/28452355?v=4","gravatar_id":"","url":"https://api.github.com/users/blueshade7","html_url":"https://github.com/blueshade7","followers_url":"https://api.github.com/users/blueshade7/followers","following_url":"https://api.github.com/users/blueshade7/following{/other_user}","gists_url":"https://api.github.com/users/blueshade7/gists{/gist_id}","starred_url":"https://api.github.com/users/blueshade7/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/blueshade7/subscriptions","organizations_url":"https://api.github.com/users/blueshade7/orgs","repos_url":"https://api.github.com/users/blueshade7/repos","events_url":"https://api.github.com/users/blueshade7/events{/privacy}","received_events_url":"https://api.github.com/users/blueshade7/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":1,"created_at":"2018-04-19T20:05:05Z","updated_at":"2018-04-19T21:31:51Z","closed_at":null,"author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/adobe-type-tools/afdko/pulls/323","html_url":"https://github.com/adobe-type-tools/afdko/pull/323","diff_url":"https://github.com/adobe-type-tools/afdko/pull/323.diff","patch_url":"https://github.com/adobe-type-tools/afdko/pull/323.patch"},"body":"Cause of the bug:\r\ntx dcf mode parses charstrings in two passes, first by initCstrs to count stem hints in each glyph, secondly by dcf_DumpCharStrings. initCstrs is called ahead of dcf_DumpVarStore, where the variable font region count is read. In initCstrs, zero is assumed as the region count, wrong number of operands are consumed by blend operator, the number of stems is miscalculated, then wrong number of bytes are consumed following a hint mask operator ending up in a parse error.\r\n\r\nDescription of fix:\r\nMoved a call to the region info reading code dcf_getvsIndices from dcf_DumpVarStore to a line ahead of initCstrs for CFF2. Also modified dcf_SaveStemCount (GlyphBeg function used by initCstrs) to set up the region count for the current vsIndex (factored out as a new function dcf_setNumRegions). A minor code cleanup in dcf_getvsIndices."},"comment":{"url":"https://api.github.com/repos/adobe-type-tools/afdko/issues/comments/382887330","html_url":"https://github.com/adobe-type-tools/afdko/pull/323#issuecomment-382887330","issue_url":"https://api.github.com/repos/adobe-type-tools/afdko/issues/323","id":382887330,"user":{"login":"cjchapman","id":17747678,"avatar_url":"https://avatars3.githubusercontent.com/u/17747678?v=4","gravatar_id":"","url":"https://api.github.com/users/cjchapman","html_url":"https://github.com/cjchapman","followers_url":"https://api.github.com/users/cjchapman/followers","following_url":"https://api.github.com/users/cjchapman/following{/other_user}","gists_url":"https://api.github.com/users/cjchapman/gists{/gist_id}","starred_url":"https://api.github.com/users/cjchapman/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cjchapman/subscriptions","organizations_url":"https://api.github.com/users/cjchapman/orgs","repos_url":"https://api.github.com/users/cjchapman/repos","events_url":"https://api.github.com/users/cjchapman/events{/privacy}","received_events_url":"https://api.github.com/users/cjchapman/received_events","type":"User","site_admin":false},"created_at":"2018-04-19T21:31:51Z","updated_at":"2018-04-19T21:31:51Z","author_association":"CONTRIBUTOR","body":"We're seeing some weirdness in trying to get the indentation fixes from @blueshade7's machine through his fork in GitHub into this repo. Not sure why. I'm going to go ahead and approve this, and then Ariza will try fixing the remaining indentation issues in a new branch that he'll push directly to this GitHub repo (rather than going through his GitHub fork)."}}
{ "id": 24213271, "name": "adobe-type-tools/afdko", "url": "https://api.github.com/repos/adobe-type-tools/afdko" }
{ "id": 17747678, "login": "cjchapman", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/17747678?", "url": "https://api.github.com/users/cjchapman" }
{ "id": 2768660, "login": "adobe-type-tools", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2768660?", "url": "https://api.github.com/orgs/adobe-type-tools" }
2018-04-19T21:31:51
7558262762
{"actor":{"display_login":"cjchapman"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/imgix/ember-cli-imgix/issues/42","repository_url":"https://api.github.com/repos/imgix/ember-cli-imgix","labels_url":"https://api.github.com/repos/imgix/ember-cli-imgix/issues/42/labels{/name}","comments_url":"https://api.github.com/repos/imgix/ember-cli-imgix/issues/42/comments","events_url":"https://api.github.com/repos/imgix/ember-cli-imgix/issues/42/events","html_url":"https://github.com/imgix/ember-cli-imgix/pull/42","id":342119832,"node_id":"MDExOlB1bGxSZXF1ZXN0MjAyMDk4MDE5","number":42,"title":"fix(browser support):Uses jsuri in favor of window.URL for path parsing and manipulation","user":{"login":"Duder-onomy","id":1612785,"node_id":"MDQ6VXNlcjE2MTI3ODU=","avatar_url":"https://avatars1.githubusercontent.com/u/1612785?v=4","gravatar_id":"","url":"https://api.github.com/users/Duder-onomy","html_url":"https://github.com/Duder-onomy","followers_url":"https://api.github.com/users/Duder-onomy/followers","following_url":"https://api.github.com/users/Duder-onomy/following{/other_user}","gists_url":"https://api.github.com/users/Duder-onomy/gists{/gist_id}","starred_url":"https://api.github.com/users/Duder-onomy/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Duder-onomy/subscriptions","organizations_url":"https://api.github.com/users/Duder-onomy/orgs","repos_url":"https://api.github.com/users/Duder-onomy/repos","events_url":"https://api.github.com/users/Duder-onomy/events{/privacy}","received_events_url":"https://api.github.com/users/Duder-onomy/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":2,"created_at":"2018-07-17T23:05:34Z","updated_at":"2018-07-19T00:21:29Z","closed_at":null,"author_association":"COLLABORATOR","pull_request":{"url":"https://api.github.com/repos/imgix/ember-cli-imgix/pulls/42","html_url":"https://github.com/imgix/ember-cli-imgix/pull/42","diff_url":"https://github.com/imgix/ember-cli-imgix/pull/42.diff","patch_url":"https://github.com/imgix/ember-cli-imgix/pull/42.patch"},"body":"- Converts the imgix-image component and imgix-path-behavior mixin to use jsrui for path parsing and manipulation instead of window.URL\r\n- Updates all tests to use jsuri for path parsing instead of window.URL\r\n- Adds jsuri dependency\r\n- Removes duplicated ember-cli-babel dependency\r\n- Updates some copy in the dummy app to reference ember cli imgix instead of ember imgix\r\n- Adds me myself and I to the contributors list in package.json\r\n- Adds shim for jsuri\r\n- Imports jsuri from shim instead of global\r\n- Adds some notes about import ordering to the addon included hook\r\n- Prefer to use object spread for deep assign instead of a series of merge\r\n- Adds babel-plugin-transform-object-rest-spread\r\n\r\nfixes #41 "},"comment":{"url":"https://api.github.com/repos/imgix/ember-cli-imgix/issues/comments/406114333","html_url":"https://github.com/imgix/ember-cli-imgix/pull/42#issuecomment-406114333","issue_url":"https://api.github.com/repos/imgix/ember-cli-imgix/issues/42","id":406114333,"node_id":"MDEyOklzc3VlQ29tbWVudDQwNjExNDMzMw==","user":{"login":"frederickfogerty","id":615334,"node_id":"MDQ6VXNlcjYxNTMzNA==","avatar_url":"https://avatars0.githubusercontent.com/u/615334?v=4","gravatar_id":"","url":"https://api.github.com/users/frederickfogerty","html_url":"https://github.com/frederickfogerty","followers_url":"https://api.github.com/users/frederickfogerty/followers","following_url":"https://api.github.com/users/frederickfogerty/following{/other_user}","gists_url":"https://api.github.com/users/frederickfogerty/gists{/gist_id}","starred_url":"https://api.github.com/users/frederickfogerty/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/frederickfogerty/subscriptions","organizations_url":"https://api.github.com/users/frederickfogerty/orgs","repos_url":"https://api.github.com/users/frederickfogerty/repos","events_url":"https://api.github.com/users/frederickfogerty/events{/privacy}","received_events_url":"https://api.github.com/users/frederickfogerty/received_events","type":"User","site_admin":false},"created_at":"2018-07-19T00:21:29Z","updated_at":"2018-07-19T00:21:29Z","author_association":"CONTRIBUTOR","body":"@Duder-onomy thanks for investigating that. I've had a look on SO and on the ember issue tracker and I can't find anything mentioning this either. \r\n\r\nI'm for you to create another PR to disable the tests - it's important we keep velocity up with these PRs. Would you mind making an issue to re-enable them so we don't forget?"}}
{ "id": 36998633, "name": "imgix/ember-cli-imgix", "url": "https://api.github.com/repos/imgix/ember-cli-imgix" }
{ "id": 615334, "login": "frederickfogerty", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/615334?", "url": "https://api.github.com/users/frederickfogerty" }
{ "id": 2793044, "login": "imgix", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2793044?", "url": "https://api.github.com/orgs/imgix" }
2018-07-19T00:21:29
7986156722
{"actor":{"display_login":"frederickfogerty"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/requests/requests-oauthlib/issues/324","repository_url":"https://api.github.com/repos/requests/requests-oauthlib","labels_url":"https://api.github.com/repos/requests/requests-oauthlib/issues/324/labels{/name}","comments_url":"https://api.github.com/repos/requests/requests-oauthlib/issues/324/comments","events_url":"https://api.github.com/repos/requests/requests-oauthlib/issues/324/events","html_url":"https://github.com/requests/requests-oauthlib/issues/324","id":349350780,"node_id":"MDU6SXNzdWUzNDkzNTA3ODA=","number":324,"title":"Missing access Token parameter with OAuth2Session, but plain ol' requests works. ","user":{"login":"realimpat","id":34801063,"node_id":"MDQ6VXNlcjM0ODAxMDYz","avatar_url":"https://avatars1.githubusercontent.com/u/34801063?v=4","gravatar_id":"","url":"https://api.github.com/users/realimpat","html_url":"https://github.com/realimpat","followers_url":"https://api.github.com/users/realimpat/followers","following_url":"https://api.github.com/users/realimpat/following{/other_user}","gists_url":"https://api.github.com/users/realimpat/gists{/gist_id}","starred_url":"https://api.github.com/users/realimpat/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/realimpat/subscriptions","organizations_url":"https://api.github.com/users/realimpat/orgs","repos_url":"https://api.github.com/users/realimpat/repos","events_url":"https://api.github.com/users/realimpat/events{/privacy}","received_events_url":"https://api.github.com/users/realimpat/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":3,"created_at":"2018-08-10T02:06:13Z","updated_at":"2018-10-05T20:36:59Z","closed_at":null,"author_association":"NONE","body":"\r\nI'm building an api integration, and I can get it working using plain requests yet not with requests-oauthlib. The traceback goes to the oauthlib itself, but this is similar to unsolved issue 286 on this repo, so I'll post here for now. \r\n\r\nThe api I'm hitting isn't public, so I'll do my best to provide context even if you can't directly reproduce. \r\n\r\nHere's what works with requests. This is at the callback stage, and the state is definitely the same state from the authorization url:\r\n```\r\naccess_url = access_token_url + '?grant_type=authorization_code' + '&code=' + request.GET.get('code', '') + '&client_id=' + my_client_id + '&redirect_uri=' + redirect_uri + '&client_secret=' + client_secret + '&state=' + request.session['oauth_state']\r\ntoken = requests.post(access_url)\r\n```\r\n\r\nHere's what fails with requests-oauthlib:\r\n\r\n```\r\nmyobject = OAuth2Session(client_id = client_id, redirect_uri = redirect_uri, state = request.session['oauth_state'])\r\ntoken = myobject.fetch_token(access_token_url, authorization_response=request.build_absolute_uri(), client_secret=client_secret\r\n```\r\n\r\nI'm fairly sure that the request.build_absolute_uri() is not the problem, because that part works for other API integrations; that most certainly returns the full url it needs to parse. \r\n\r\nAnyways here's the error traceback:\r\n```\r\n\r\nFile \"/app/.heroku/python/lib/python3.6/site-packages/requests_oauthlib/oauth2_session.py\" in fetch_token\r\n 244. self._client.parse_request_body_response(r.text, scope=self.scope)\r\n\r\nFile \"/app/.heroku/python/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/clients/base.py\" in parse_request_body_response\r\n 411. self.token = parse_token_response(body, scope=scope)\r\n\r\nFile \"/app/.heroku/python/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/parameters.py\" in parse_token_response\r\n 379. validate_token_parameters(params)\r\n\r\nFile \"/app/.heroku/python/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/parameters.py\" in validate_token_parameters\r\n 389. raise MissingTokenError(description=\"Missing access token parameter.\")\r\n```\r\n\r\nSo, somehow oauthlib raises an error because it can't find the access token parameter when it tries to validate whether parse_token_response() worked. So something seems to be going wrong at parse_token_response().\r\n\r\nAnd this is what the token looks like when we do obtain the token:\r\n\r\n```\r\n{\r\n\"access_token\": “<access_token>”,\r\n\"expires_in\": 36000.0,\r\n\"refresh_token”: “<refresh_token>”\r\n}\r\n```\r\n\r\nIf someone can tell me how to inspect exactly what raw http requests are being sent by object.fetch_token(), that would also help me diagnose further. Is there a way to inspect the oauth2session object to find that, or does anyone happen to know an easy way to find that for a django app on heroku? (it's not in heroku logs)\r\n\r\nThanks for contributing to such an elegant package. The overall quality really makes me want to fix this rather than use the plain old requests code in my app. \r\n\r\n"},"comment":{"url":"https://api.github.com/repos/requests/requests-oauthlib/issues/comments/427491583","html_url":"https://github.com/requests/requests-oauthlib/issues/324#issuecomment-427491583","issue_url":"https://api.github.com/repos/requests/requests-oauthlib/issues/324","id":427491583,"node_id":"MDEyOklzc3VlQ29tbWVudDQyNzQ5MTU4Mw==","user":{"login":"meyer1994","id":8880186,"node_id":"MDQ6VXNlcjg4ODAxODY=","avatar_url":"https://avatars3.githubusercontent.com/u/8880186?v=4","gravatar_id":"","url":"https://api.github.com/users/meyer1994","html_url":"https://github.com/meyer1994","followers_url":"https://api.github.com/users/meyer1994/followers","following_url":"https://api.github.com/users/meyer1994/following{/other_user}","gists_url":"https://api.github.com/users/meyer1994/gists{/gist_id}","starred_url":"https://api.github.com/users/meyer1994/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/meyer1994/subscriptions","organizations_url":"https://api.github.com/users/meyer1994/orgs","repos_url":"https://api.github.com/users/meyer1994/repos","events_url":"https://api.github.com/users/meyer1994/events{/privacy}","received_events_url":"https://api.github.com/users/meyer1994/received_events","type":"User","site_admin":false},"created_at":"2018-10-05T20:36:59Z","updated_at":"2018-10-05T20:36:59Z","author_association":"NONE","body":"@datacubed Same thing. But I get the `invalid_grant` error from the server. But using the old requests module works fine."}}
{ "id": 6825724, "name": "requests/requests-oauthlib", "url": "https://api.github.com/repos/requests/requests-oauthlib" }
{ "id": 8880186, "login": "meyer1994", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/8880186?", "url": "https://api.github.com/users/meyer1994" }
{ "id": 2805331, "login": "requests", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2805331?", "url": "https://api.github.com/orgs/requests" }
2018-10-05T20:37:00
8376652660
{"actor":{"display_login":"meyer1994"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/VividCortex/grafana-datasource/issues/29","repository_url":"https://api.github.com/repos/VividCortex/grafana-datasource","labels_url":"https://api.github.com/repos/VividCortex/grafana-datasource/issues/29/labels{/name}","comments_url":"https://api.github.com/repos/VividCortex/grafana-datasource/issues/29/comments","events_url":"https://api.github.com/repos/VividCortex/grafana-datasource/issues/29/events","html_url":"https://github.com/VividCortex/grafana-datasource/pull/29","id":333822208,"node_id":"MDExOlB1bGxSZXF1ZXN0MTk1OTQ0ODc5","number":29,"title":"update with images","user":{"login":"seaparks","id":23585699,"node_id":"MDQ6VXNlcjIzNTg1Njk5","avatar_url":"https://avatars1.githubusercontent.com/u/23585699?v=4","gravatar_id":"","url":"https://api.github.com/users/seaparks","html_url":"https://github.com/seaparks","followers_url":"https://api.github.com/users/seaparks/followers","following_url":"https://api.github.com/users/seaparks/following{/other_user}","gists_url":"https://api.github.com/users/seaparks/gists{/gist_id}","starred_url":"https://api.github.com/users/seaparks/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/seaparks/subscriptions","organizations_url":"https://api.github.com/users/seaparks/orgs","repos_url":"https://api.github.com/users/seaparks/repos","events_url":"https://api.github.com/users/seaparks/events{/privacy}","received_events_url":"https://api.github.com/users/seaparks/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":3,"created_at":"2018-06-19T20:15:08Z","updated_at":"2018-06-20T16:09:06Z","closed_at":"2018-06-20T14:40:40Z","author_association":"NONE","pull_request":{"url":"https://api.github.com/repos/VividCortex/grafana-datasource/pulls/29","html_url":"https://github.com/VividCortex/grafana-datasource/pull/29","diff_url":"https://github.com/VividCortex/grafana-datasource/pull/29.diff","patch_url":"https://github.com/VividCortex/grafana-datasource/pull/29.patch"},"body":"@matyax -- I added some screenshots to help people install our plugin in case they don't know how to use Grafana.\r\n\r\nI'm not 100% sure if I did this pull request right, I think it's the first one I've ever done across organizations."},"comment":{"url":"https://api.github.com/repos/VividCortex/grafana-datasource/issues/comments/398806929","html_url":"https://github.com/VividCortex/grafana-datasource/pull/29#issuecomment-398806929","issue_url":"https://api.github.com/repos/VividCortex/grafana-datasource/issues/29","id":398806929,"node_id":"MDEyOklzc3VlQ29tbWVudDM5ODgwNjkyOQ==","user":{"login":"mtrias","id":801752,"node_id":"MDQ6VXNlcjgwMTc1Mg==","avatar_url":"https://avatars0.githubusercontent.com/u/801752?v=4","gravatar_id":"","url":"https://api.github.com/users/mtrias","html_url":"https://github.com/mtrias","followers_url":"https://api.github.com/users/mtrias/followers","following_url":"https://api.github.com/users/mtrias/following{/other_user}","gists_url":"https://api.github.com/users/mtrias/gists{/gist_id}","starred_url":"https://api.github.com/users/mtrias/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mtrias/subscriptions","organizations_url":"https://api.github.com/users/mtrias/orgs","repos_url":"https://api.github.com/users/mtrias/repos","events_url":"https://api.github.com/users/mtrias/events{/privacy}","received_events_url":"https://api.github.com/users/mtrias/received_events","type":"User","site_admin":false},"created_at":"2018-06-20T16:09:06Z","updated_at":"2018-06-20T16:09:06Z","author_association":"MEMBER","body":"I think Andrew was right at using a fork though. Since this is a public repo, and he is not set as collaborator. Am I confused somehow?"}}
{ "id": 125252376, "name": "VividCortex/grafana-datasource", "url": "https://api.github.com/repos/VividCortex/grafana-datasource" }
{ "id": 801752, "login": "mtrias", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/801752?", "url": "https://api.github.com/users/mtrias" }
{ "id": 2809667, "login": "VividCortex", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2809667?", "url": "https://api.github.com/orgs/VividCortex" }
2018-06-20T16:09:06
7853036756
{"actor":{"display_login":"mtrias"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/GoogleCloudPlatform/google-cloud-eclipse/issues/3059","repository_url":"https://api.github.com/repos/GoogleCloudPlatform/google-cloud-eclipse","labels_url":"https://api.github.com/repos/GoogleCloudPlatform/google-cloud-eclipse/issues/3059/labels{/name}","comments_url":"https://api.github.com/repos/GoogleCloudPlatform/google-cloud-eclipse/issues/3059/comments","events_url":"https://api.github.com/repos/GoogleCloudPlatform/google-cloud-eclipse/issues/3059/events","html_url":"https://github.com/GoogleCloudPlatform/google-cloud-eclipse/pull/3059","id":323044456,"number":3059,"title":"LibraryClasspathContainerResolverService cache should expire not refresh","user":{"login":"briandealwis","id":202851,"avatar_url":"https://avatars3.githubusercontent.com/u/202851?v=4","gravatar_id":"","url":"https://api.github.com/users/briandealwis","html_url":"https://github.com/briandealwis","followers_url":"https://api.github.com/users/briandealwis/followers","following_url":"https://api.github.com/users/briandealwis/following{/other_user}","gists_url":"https://api.github.com/users/briandealwis/gists{/gist_id}","starred_url":"https://api.github.com/users/briandealwis/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/briandealwis/subscriptions","organizations_url":"https://api.github.com/users/briandealwis/orgs","repos_url":"https://api.github.com/users/briandealwis/repos","events_url":"https://api.github.com/users/briandealwis/events{/privacy}","received_events_url":"https://api.github.com/users/briandealwis/received_events","type":"User","site_admin":false},"labels":[{"id":345327985,"url":"https://api.github.com/repos/GoogleCloudPlatform/google-cloud-eclipse/labels/cla:%20yes","name":"cla: yes","color":"009800","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":1,"created_at":"2018-05-15T02:26:53Z","updated_at":"2018-05-15T03:00:59Z","closed_at":null,"author_association":"COLLABORATOR","pull_request":{"url":"https://api.github.com/repos/GoogleCloudPlatform/google-cloud-eclipse/pulls/3059","html_url":"https://github.com/GoogleCloudPlatform/google-cloud-eclipse/pull/3059","diff_url":"https://github.com/GoogleCloudPlatform/google-cloud-eclipse/pull/3059.diff","patch_url":"https://github.com/GoogleCloudPlatform/google-cloud-eclipse/pull/3059.patch"},"body":"Fixes #3055"},"comment":{"url":"https://api.github.com/repos/GoogleCloudPlatform/google-cloud-eclipse/issues/comments/389027697","html_url":"https://github.com/GoogleCloudPlatform/google-cloud-eclipse/pull/3059#issuecomment-389027697","issue_url":"https://api.github.com/repos/GoogleCloudPlatform/google-cloud-eclipse/issues/3059","id":389027697,"user":{"login":"chanseokoh","id":10523105,"avatar_url":"https://avatars2.githubusercontent.com/u/10523105?v=4","gravatar_id":"","url":"https://api.github.com/users/chanseokoh","html_url":"https://github.com/chanseokoh","followers_url":"https://api.github.com/users/chanseokoh/followers","following_url":"https://api.github.com/users/chanseokoh/following{/other_user}","gists_url":"https://api.github.com/users/chanseokoh/gists{/gist_id}","starred_url":"https://api.github.com/users/chanseokoh/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/chanseokoh/subscriptions","organizations_url":"https://api.github.com/users/chanseokoh/orgs","repos_url":"https://api.github.com/users/chanseokoh/repos","events_url":"https://api.github.com/users/chanseokoh/events{/privacy}","received_events_url":"https://api.github.com/users/chanseokoh/received_events","type":"User","site_admin":false},"created_at":"2018-05-15T03:00:59Z","updated_at":"2018-05-15T03:00:59Z","author_association":"COLLABORATOR","body":"This doesn't seem right... The library container may disappear after the timeout.\r\n\r\n1. Reduce the timeout to, say, 5 seconds for testing.\r\n1. Start with a fresh, empty workspace.\r\n1. Create an App Engine standard project.\r\n1. Expand the project and note it has the \"App Engine Standard Runtime\" library container.\r\n1. Wait for 10 seconds (sufficiently more than 5 seconds).\r\n1. While selecting the project, hit F5 to refresh it.\r\n\r\nNotice that the \"App Engine Standard Runtime\" container disappears. If you edit `HelloAppEngine.java` already open in the editor at all, you get build errors due to the Servlet library missing."}}
{ "id": 53369484, "name": "GoogleCloudPlatform/google-cloud-eclipse", "url": "https://api.github.com/repos/GoogleCloudPlatform/google-cloud-eclipse" }
{ "id": 10523105, "login": "chanseokoh", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/10523105?", "url": "https://api.github.com/users/chanseokoh" }
{ "id": 2810941, "login": "GoogleCloudPlatform", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2810941?", "url": "https://api.github.com/orgs/GoogleCloudPlatform" }
2018-05-15T03:00:59
7674287508
{"actor":{"display_login":"chanseokoh"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/GoogleCloudPlatform/google-cloud-dotnet/issues/2403","repository_url":"https://api.github.com/repos/GoogleCloudPlatform/google-cloud-dotnet","labels_url":"https://api.github.com/repos/GoogleCloudPlatform/google-cloud-dotnet/issues/2403/labels{/name}","comments_url":"https://api.github.com/repos/GoogleCloudPlatform/google-cloud-dotnet/issues/2403/comments","events_url":"https://api.github.com/repos/GoogleCloudPlatform/google-cloud-dotnet/issues/2403/events","html_url":"https://github.com/GoogleCloudPlatform/google-cloud-dotnet/pull/2403","id":347096922,"node_id":"MDExOlB1bGxSZXF1ZXN0MjA1ODAxMTQz","number":2403,"title":"[Diagnostics ASP.Net] Fixing flakiness in a snippet.","user":{"login":"amanda-tarafa","id":14878252,"node_id":"MDQ6VXNlcjE0ODc4MjUy","avatar_url":"https://avatars3.githubusercontent.com/u/14878252?v=4","gravatar_id":"","url":"https://api.github.com/users/amanda-tarafa","html_url":"https://github.com/amanda-tarafa","followers_url":"https://api.github.com/users/amanda-tarafa/followers","following_url":"https://api.github.com/users/amanda-tarafa/following{/other_user}","gists_url":"https://api.github.com/users/amanda-tarafa/gists{/gist_id}","starred_url":"https://api.github.com/users/amanda-tarafa/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/amanda-tarafa/subscriptions","organizations_url":"https://api.github.com/users/amanda-tarafa/orgs","repos_url":"https://api.github.com/users/amanda-tarafa/repos","events_url":"https://api.github.com/users/amanda-tarafa/events{/privacy}","received_events_url":"https://api.github.com/users/amanda-tarafa/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":{"login":"amanda-tarafa","id":14878252,"node_id":"MDQ6VXNlcjE0ODc4MjUy","avatar_url":"https://avatars3.githubusercontent.com/u/14878252?v=4","gravatar_id":"","url":"https://api.github.com/users/amanda-tarafa","html_url":"https://github.com/amanda-tarafa","followers_url":"https://api.github.com/users/amanda-tarafa/followers","following_url":"https://api.github.com/users/amanda-tarafa/following{/other_user}","gists_url":"https://api.github.com/users/amanda-tarafa/gists{/gist_id}","starred_url":"https://api.github.com/users/amanda-tarafa/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/amanda-tarafa/subscriptions","organizations_url":"https://api.github.com/users/amanda-tarafa/orgs","repos_url":"https://api.github.com/users/amanda-tarafa/repos","events_url":"https://api.github.com/users/amanda-tarafa/events{/privacy}","received_events_url":"https://api.github.com/users/amanda-tarafa/received_events","type":"User","site_admin":false},"assignees":[{"login":"amanda-tarafa","id":14878252,"node_id":"MDQ6VXNlcjE0ODc4MjUy","avatar_url":"https://avatars3.githubusercontent.com/u/14878252?v=4","gravatar_id":"","url":"https://api.github.com/users/amanda-tarafa","html_url":"https://github.com/amanda-tarafa","followers_url":"https://api.github.com/users/amanda-tarafa/followers","following_url":"https://api.github.com/users/amanda-tarafa/following{/other_user}","gists_url":"https://api.github.com/users/amanda-tarafa/gists{/gist_id}","starred_url":"https://api.github.com/users/amanda-tarafa/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/amanda-tarafa/subscriptions","organizations_url":"https://api.github.com/users/amanda-tarafa/orgs","repos_url":"https://api.github.com/users/amanda-tarafa/repos","events_url":"https://api.github.com/users/amanda-tarafa/events{/privacy}","received_events_url":"https://api.github.com/users/amanda-tarafa/received_events","type":"User","site_admin":false}],"milestone":null,"comments":3,"created_at":"2018-08-02T17:01:35Z","updated_at":"2018-08-03T08:16:18Z","closed_at":null,"author_association":"MEMBER","pull_request":{"url":"https://api.github.com/repos/GoogleCloudPlatform/google-cloud-dotnet/pulls/2403","html_url":"https://github.com/GoogleCloudPlatform/google-cloud-dotnet/pull/2403","diff_url":"https://github.com/GoogleCloudPlatform/google-cloud-dotnet/pull/2403.diff","patch_url":"https://github.com/GoogleCloudPlatform/google-cloud-dotnet/pull/2403.patch"},"body":"Checking for the \"first level method\" and not for the nested method that actually throws the exception because for some reason (that I haven't found) the StackTrace when running in Jenkins doesn't go \"deep\"."},"comment":{"url":"https://api.github.com/repos/GoogleCloudPlatform/google-cloud-dotnet/issues/comments/410180797","html_url":"https://github.com/GoogleCloudPlatform/google-cloud-dotnet/pull/2403#issuecomment-410180797","issue_url":"https://api.github.com/repos/GoogleCloudPlatform/google-cloud-dotnet/issues/2403","id":410180797,"node_id":"MDEyOklzc3VlQ29tbWVudDQxMDE4MDc5Nw==","user":{"login":"jskeet","id":17011,"node_id":"MDQ6VXNlcjE3MDEx","avatar_url":"https://avatars1.githubusercontent.com/u/17011?v=4","gravatar_id":"","url":"https://api.github.com/users/jskeet","html_url":"https://github.com/jskeet","followers_url":"https://api.github.com/users/jskeet/followers","following_url":"https://api.github.com/users/jskeet/following{/other_user}","gists_url":"https://api.github.com/users/jskeet/gists{/gist_id}","starred_url":"https://api.github.com/users/jskeet/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jskeet/subscriptions","organizations_url":"https://api.github.com/users/jskeet/orgs","repos_url":"https://api.github.com/users/jskeet/repos","events_url":"https://api.github.com/users/jskeet/events{/privacy}","received_events_url":"https://api.github.com/users/jskeet/received_events","type":"User","site_admin":false},"created_at":"2018-08-03T08:16:18Z","updated_at":"2018-08-03T08:16:18Z","author_association":"MEMBER","body":"I've just thought: when we run the integration tests, we run with `-c Release` implicitly - which *will* optimize. You might want to try running with that locally as a way of reproducing the problem."}}
{ "id": 35877412, "name": "GoogleCloudPlatform/google-cloud-dotnet", "url": "https://api.github.com/repos/GoogleCloudPlatform/google-cloud-dotnet" }
{ "id": 17011, "login": "jskeet", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/17011?", "url": "https://api.github.com/users/jskeet" }
{ "id": 2810941, "login": "GoogleCloudPlatform", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2810941?", "url": "https://api.github.com/orgs/GoogleCloudPlatform" }
2018-08-03T08:16:18
8061219599
{"actor":{"display_login":"jskeet"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/GoogleCloudPlatform/magic-modules/issues/608","repository_url":"https://api.github.com/repos/GoogleCloudPlatform/magic-modules","labels_url":"https://api.github.com/repos/GoogleCloudPlatform/magic-modules/issues/608/labels{/name}","comments_url":"https://api.github.com/repos/GoogleCloudPlatform/magic-modules/issues/608/comments","events_url":"https://api.github.com/repos/GoogleCloudPlatform/magic-modules/issues/608/events","html_url":"https://github.com/GoogleCloudPlatform/magic-modules/pull/608","id":373210604,"node_id":"MDExOlB1bGxSZXF1ZXN0MjI1MTkzOTcx","number":608,"title":"Beginning the Puppet/Chef removal","user":{"login":"rambleraptor","id":1325798,"node_id":"MDQ6VXNlcjEzMjU3OTg=","avatar_url":"https://avatars1.githubusercontent.com/u/1325798?v=4","gravatar_id":"","url":"https://api.github.com/users/rambleraptor","html_url":"https://github.com/rambleraptor","followers_url":"https://api.github.com/users/rambleraptor/followers","following_url":"https://api.github.com/users/rambleraptor/following{/other_user}","gists_url":"https://api.github.com/users/rambleraptor/gists{/gist_id}","starred_url":"https://api.github.com/users/rambleraptor/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rambleraptor/subscriptions","organizations_url":"https://api.github.com/users/rambleraptor/orgs","repos_url":"https://api.github.com/users/rambleraptor/repos","events_url":"https://api.github.com/users/rambleraptor/events{/privacy}","received_events_url":"https://api.github.com/users/rambleraptor/received_events","type":"User","site_admin":false},"labels":[{"id":995484256,"node_id":"MDU6TGFiZWw5OTU0ODQyNTY=","url":"https://api.github.com/repos/GoogleCloudPlatform/magic-modules/labels/cla:%20yes","name":"cla: yes","color":"ededed","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2018-10-23T21:30:54Z","updated_at":"2018-10-23T22:38:32Z","closed_at":null,"author_association":"COLLABORATOR","pull_request":{"url":"https://api.github.com/repos/GoogleCloudPlatform/magic-modules/pulls/608","html_url":"https://github.com/GoogleCloudPlatform/magic-modules/pull/608","diff_url":"https://github.com/GoogleCloudPlatform/magic-modules/pull/608.diff","patch_url":"https://github.com/GoogleCloudPlatform/magic-modules/pull/608.patch"},"body":"This is the first of what will be many Puppet/Chef removal PRs.\r\n\r\nThis gets rid of the big stuff. There's some left over code that I inevitably missed + some stuff that we'll want to refactor with all of this gone.\r\n\r\n\r\n<!--\r\nChanges per downstream repository. For each repository that you\r\nexpect to have changed, find the [tag] and write your commit\r\nmessage beneath it. More-specific tags replace less-specific tags.\r\nFor example, if you provide a message under [all], a message under\r\n[puppet], and a message under [puppet-dns], the Terraform repository\r\nwill have the resulting commit made using the [all] message, the\r\nPuppet Compute repository will have its commit made using [puppet],\r\nand the Puppet DNS repository will have its commit made using\r\n[puppet-dns]. You can delete unused tags, but you don't need to.\r\n\r\nThe structure of the PR body is important to our CI system!\r\nThe comments can be deleted, but if you want to make the downstream\r\ncommits sensible, you'll need to leave the dashed line separating\r\nthis PR's changes from the commit messages for downstream commits.\r\n-->\r\n\r\n-----------------------------------------------------------------\r\n# [all]\r\nRemoving Puppet + Chef. End of an era.\r\n## [terraform]\r\n### [terraform-beta]\r\n## [ansible]\r\n## [inspec]\r\n"},"comment":{"url":"https://api.github.com/repos/GoogleCloudPlatform/magic-modules/issues/comments/432447143","html_url":"https://github.com/GoogleCloudPlatform/magic-modules/pull/608#issuecomment-432447143","issue_url":"https://api.github.com/repos/GoogleCloudPlatform/magic-modules/issues/608","id":432447143,"node_id":"MDEyOklzc3VlQ29tbWVudDQzMjQ0NzE0Mw==","user":{"login":"modular-magician","id":36310445,"node_id":"MDQ6VXNlcjM2MzEwNDQ1","avatar_url":"https://avatars2.githubusercontent.com/u/36310445?v=4","gravatar_id":"","url":"https://api.github.com/users/modular-magician","html_url":"https://github.com/modular-magician","followers_url":"https://api.github.com/users/modular-magician/followers","following_url":"https://api.github.com/users/modular-magician/following{/other_user}","gists_url":"https://api.github.com/users/modular-magician/gists{/gist_id}","starred_url":"https://api.github.com/users/modular-magician/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/modular-magician/subscriptions","organizations_url":"https://api.github.com/users/modular-magician/orgs","repos_url":"https://api.github.com/users/modular-magician/repos","events_url":"https://api.github.com/users/modular-magician/events{/privacy}","received_events_url":"https://api.github.com/users/modular-magician/received_events","type":"User","site_admin":false},"created_at":"2018-10-23T22:38:32Z","updated_at":"2018-10-23T22:38:32Z","author_association":"COLLABORATOR","body":"I am a robot that works on MagicModules PRs!\n\nI built this PR into one or more PRs on other repositories, and when those are closed, this PR will also be merged and closed.\ndepends: https://github.com/terraform-providers/terraform-provider-google/pull/2320 \n\n"}}
{ "id": 114834469, "name": "GoogleCloudPlatform/magic-modules", "url": "https://api.github.com/repos/GoogleCloudPlatform/magic-modules" }
{ "id": 36310445, "login": "modular-magician", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/36310445?", "url": "https://api.github.com/users/modular-magician" }
{ "id": 2810941, "login": "GoogleCloudPlatform", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2810941?", "url": "https://api.github.com/orgs/GoogleCloudPlatform" }
2018-10-23T22:38:32
8469350226
{"actor":{"display_login":"modular-magician"}}
IssueCommentEvent
true
{"action":"created","issue":{"url":"https://api.github.com/repos/GoogleCloudPlatform/google-cloud-cpp/issues/368","repository_url":"https://api.github.com/repos/GoogleCloudPlatform/google-cloud-cpp","labels_url":"https://api.github.com/repos/GoogleCloudPlatform/google-cloud-cpp/issues/368/labels{/name}","comments_url":"https://api.github.com/repos/GoogleCloudPlatform/google-cloud-cpp/issues/368/comments","events_url":"https://api.github.com/repos/GoogleCloudPlatform/google-cloud-cpp/issues/368/events","html_url":"https://github.com/GoogleCloudPlatform/google-cloud-cpp/pull/368","id":307888222,"number":368,"title":"Endurance test 1700","user":{"login":"roopak-qlogic","id":36889394,"avatar_url":"https://avatars1.githubusercontent.com/u/36889394?v=4","gravatar_id":"","url":"https://api.github.com/users/roopak-qlogic","html_url":"https://github.com/roopak-qlogic","followers_url":"https://api.github.com/users/roopak-qlogic/followers","following_url":"https://api.github.com/users/roopak-qlogic/following{/other_user}","gists_url":"https://api.github.com/users/roopak-qlogic/gists{/gist_id}","starred_url":"https://api.github.com/users/roopak-qlogic/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/roopak-qlogic/subscriptions","organizations_url":"https://api.github.com/users/roopak-qlogic/orgs","repos_url":"https://api.github.com/users/roopak-qlogic/repos","events_url":"https://api.github.com/users/roopak-qlogic/events{/privacy}","received_events_url":"https://api.github.com/users/roopak-qlogic/received_events","type":"User","site_admin":false},"labels":[{"id":760104389,"url":"https://api.github.com/repos/GoogleCloudPlatform/google-cloud-cpp/labels/cla:%20yes","name":"cla: yes","color":"0e8a16","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":12,"created_at":"2018-03-23T03:16:17Z","updated_at":"2018-04-07T05:25:26Z","closed_at":null,"author_association":"NONE","pull_request":{"url":"https://api.github.com/repos/GoogleCloudPlatform/google-cloud-cpp/pulls/368","html_url":"https://github.com/GoogleCloudPlatform/google-cloud-cpp/pull/368","diff_url":"https://github.com/GoogleCloudPlatform/google-cloud-cpp/pull/368.diff","patch_url":"https://github.com/GoogleCloudPlatform/google-cloud-cpp/pull/368.patch"},"body":"Changing benchmark multi line output in single line output done with change dqueue from vector in benchmark result"},"comment":{"url":"https://api.github.com/repos/GoogleCloudPlatform/google-cloud-cpp/issues/comments/379433628","html_url":"https://github.com/GoogleCloudPlatform/google-cloud-cpp/pull/368#issuecomment-379433628","issue_url":"https://api.github.com/repos/GoogleCloudPlatform/google-cloud-cpp/issues/368","id":379433628,"user":{"login":"roopak-qlogic","id":36889394,"avatar_url":"https://avatars1.githubusercontent.com/u/36889394?v=4","gravatar_id":"","url":"https://api.github.com/users/roopak-qlogic","html_url":"https://github.com/roopak-qlogic","followers_url":"https://api.github.com/users/roopak-qlogic/followers","following_url":"https://api.github.com/users/roopak-qlogic/following{/other_user}","gists_url":"https://api.github.com/users/roopak-qlogic/gists{/gist_id}","starred_url":"https://api.github.com/users/roopak-qlogic/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/roopak-qlogic/subscriptions","organizations_url":"https://api.github.com/users/roopak-qlogic/orgs","repos_url":"https://api.github.com/users/roopak-qlogic/repos","events_url":"https://api.github.com/users/roopak-qlogic/events{/privacy}","received_events_url":"https://api.github.com/users/roopak-qlogic/received_events","type":"User","site_admin":false},"created_at":"2018-04-07T05:25:26Z","updated_at":"2018-04-07T05:25:26Z","author_association":"NONE","body":"My mistake I did this commit, its not related to my code change, So trying to revert my commit."}}
{ "id": 111860063, "name": "GoogleCloudPlatform/google-cloud-cpp", "url": "https://api.github.com/repos/GoogleCloudPlatform/google-cloud-cpp" }
{ "id": 36889394, "login": "roopak-qlogic", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/36889394?", "url": "https://api.github.com/users/roopak-qlogic" }
{ "id": 2810941, "login": "GoogleCloudPlatform", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2810941?", "url": "https://api.github.com/orgs/GoogleCloudPlatform" }
2018-04-07T05:25:26
7494134415
{"actor":{"display_login":"roopak-qlogic"}}