type
stringclasses 14
values | public
bool 1
class | payload
stringlengths 2
334k
| 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/watson-developer-cloud/swift-sdk/issues/645","repository_url":"https://api.github.com/repos/watson-developer-cloud/swift-sdk","labels_url":"https://api.github.com/repos/watson-developer-cloud/swift-sdk/issues/645/labels{/name}","comments_url":"https://api.github.com/repos/watson-developer-cloud/swift-sdk/issues/645/comments","events_url":"https://api.github.com/repos/watson-developer-cloud/swift-sdk/issues/645/events","html_url":"https://github.com/watson-developer-cloud/swift-sdk/issues/645","id":243475262,"number":645,"title":"Speaker labels not returned when processing interim results","user":{"login":"shun-j","id":20249638,"avatar_url":"https://avatars0.githubusercontent.com/u/20249638?v=4","gravatar_id":"","url":"https://api.github.com/users/shun-j","html_url":"https://github.com/shun-j","followers_url":"https://api.github.com/users/shun-j/followers","following_url":"https://api.github.com/users/shun-j/following{/other_user}","gists_url":"https://api.github.com/users/shun-j/gists{/gist_id}","starred_url":"https://api.github.com/users/shun-j/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/shun-j/subscriptions","organizations_url":"https://api.github.com/users/shun-j/orgs","repos_url":"https://api.github.com/users/shun-j/repos","events_url":"https://api.github.com/users/shun-j/events{/privacy}","received_events_url":"https://api.github.com/users/shun-j/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":{"login":"glennrfisher","id":1957636,"avatar_url":"https://avatars3.githubusercontent.com/u/1957636?v=4","gravatar_id":"","url":"https://api.github.com/users/glennrfisher","html_url":"https://github.com/glennrfisher","followers_url":"https://api.github.com/users/glennrfisher/followers","following_url":"https://api.github.com/users/glennrfisher/following{/other_user}","gists_url":"https://api.github.com/users/glennrfisher/gists{/gist_id}","starred_url":"https://api.github.com/users/glennrfisher/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/glennrfisher/subscriptions","organizations_url":"https://api.github.com/users/glennrfisher/orgs","repos_url":"https://api.github.com/users/glennrfisher/repos","events_url":"https://api.github.com/users/glennrfisher/events{/privacy}","received_events_url":"https://api.github.com/users/glennrfisher/received_events","type":"User","site_admin":false},"assignees":[{"login":"glennrfisher","id":1957636,"avatar_url":"https://avatars3.githubusercontent.com/u/1957636?v=4","gravatar_id":"","url":"https://api.github.com/users/glennrfisher","html_url":"https://github.com/glennrfisher","followers_url":"https://api.github.com/users/glennrfisher/followers","following_url":"https://api.github.com/users/glennrfisher/following{/other_user}","gists_url":"https://api.github.com/users/glennrfisher/gists{/gist_id}","starred_url":"https://api.github.com/users/glennrfisher/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/glennrfisher/subscriptions","organizations_url":"https://api.github.com/users/glennrfisher/orgs","repos_url":"https://api.github.com/users/glennrfisher/repos","events_url":"https://api.github.com/users/glennrfisher/events{/privacy}","received_events_url":"https://api.github.com/users/glennrfisher/received_events","type":"User","site_admin":false}],"milestone":null,"comments":2,"created_at":"2017-07-17T17:53:04Z","updated_at":"2017-10-04T06:50:26Z","closed_at":null,"author_association":"NONE","body":"This capability works on web demo, and it is working well using the java client SDK.\r\n\r\n- Steps to reproduce\r\nWhen use the following setting, the sdk will provide continuously interim transcripts but does not provide the speaker labels.\r\n var settings = RecognitionSettings(contentType: .opus)\r\n settings.interimResults = false\r\n settings.continuous = true\r\n settings.speakerLabels = true\r\n settings.timestamps = true\r\n\r\n- Expected behavior\r\nReceive the speaker labels along with the interim transcript.\r\n- Actual behavior:\r\nThe interim transcript returns but does not receive speaker labels data.\r\n- Xcode version\r\nXcode 8.3.3\r\n- ios-sdk version\r\niOS 10\r\n- ios version you are targeting\r\niOS 10"},"comment":{"url":"https://api.github.com/repos/watson-developer-cloud/swift-sdk/issues/comments/334065034","html_url":"https://github.com/watson-developer-cloud/swift-sdk/issues/645#issuecomment-334065034","issue_url":"https://api.github.com/repos/watson-developer-cloud/swift-sdk/issues/645","id":334065034,"user":{"login":"Gurdev-Singh","id":7534222,"avatar_url":"https://avatars1.githubusercontent.com/u/7534222?v=4","gravatar_id":"","url":"https://api.github.com/users/Gurdev-Singh","html_url":"https://github.com/Gurdev-Singh","followers_url":"https://api.github.com/users/Gurdev-Singh/followers","following_url":"https://api.github.com/users/Gurdev-Singh/following{/other_user}","gists_url":"https://api.github.com/users/Gurdev-Singh/gists{/gist_id}","starred_url":"https://api.github.com/users/Gurdev-Singh/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Gurdev-Singh/subscriptions","organizations_url":"https://api.github.com/users/Gurdev-Singh/orgs","repos_url":"https://api.github.com/users/Gurdev-Singh/repos","events_url":"https://api.github.com/users/Gurdev-Singh/events{/privacy}","received_events_url":"https://api.github.com/users/Gurdev-Singh/received_events","type":"User","site_admin":false},"created_at":"2017-10-04T06:50:26Z","updated_at":"2017-10-04T06:50:26Z","author_association":"NONE","body":"Is there any update regarding this issue? Speaker labels array is returned but they are smaller in numbers and received with an initial 61 seconds of delay. "}} | {
"id": 42934262,
"name": "watson-developer-cloud/swift-sdk",
"url": "https://api.github.com/repos/watson-developer-cloud/swift-sdk"
} | {
"id": 7534222,
"login": "Gurdev-Singh",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/7534222?",
"url": "https://api.github.com/users/Gurdev-Singh"
} | {
"id": 10017763,
"login": "watson-developer-cloud",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/10017763?",
"url": "https://api.github.com/orgs/watson-developer-cloud"
} | 2017-10-04T06:50:26 | 6671359386 | {"actor":{"display_login":"Gurdev-Singh"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/BiologicalRecordsCentre/iRecord/issues/74","repository_url":"https://api.github.com/repos/BiologicalRecordsCentre/iRecord","labels_url":"https://api.github.com/repos/BiologicalRecordsCentre/iRecord/issues/74/labels{/name}","comments_url":"https://api.github.com/repos/BiologicalRecordsCentre/iRecord/issues/74/comments","events_url":"https://api.github.com/repos/BiologicalRecordsCentre/iRecord/issues/74/events","html_url":"https://github.com/BiologicalRecordsCentre/iRecord/issues/74","id":167101626,"number":74,"title":"Data downloads – suggested actions part 1","user":{"login":"kitenetter","id":16039111,"avatar_url":"https://avatars.githubusercontent.com/u/16039111?v=3","gravatar_id":"","url":"https://api.github.com/users/kitenetter","html_url":"https://github.com/kitenetter","followers_url":"https://api.github.com/users/kitenetter/followers","following_url":"https://api.github.com/users/kitenetter/following{/other_user}","gists_url":"https://api.github.com/users/kitenetter/gists{/gist_id}","starred_url":"https://api.github.com/users/kitenetter/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/kitenetter/subscriptions","organizations_url":"https://api.github.com/users/kitenetter/orgs","repos_url":"https://api.github.com/users/kitenetter/repos","events_url":"https://api.github.com/users/kitenetter/events{/privacy}","received_events_url":"https://api.github.com/users/kitenetter/received_events","type":"User","site_admin":false},"labels":[{"id":348262407,"url":"https://api.github.com/repos/BiologicalRecordsCentre/iRecord/labels/bug","name":"bug","color":"ee0701","default":true},{"id":348262409,"url":"https://api.github.com/repos/BiologicalRecordsCentre/iRecord/labels/enhancement","name":"enhancement","color":"84b6eb","default":true}],"state":"open","locked":false,"assignee":{"login":"johnvanbreda","id":2392594,"avatar_url":"https://avatars.githubusercontent.com/u/2392594?v=3","gravatar_id":"","url":"https://api.github.com/users/johnvanbreda","html_url":"https://github.com/johnvanbreda","followers_url":"https://api.github.com/users/johnvanbreda/followers","following_url":"https://api.github.com/users/johnvanbreda/following{/other_user}","gists_url":"https://api.github.com/users/johnvanbreda/gists{/gist_id}","starred_url":"https://api.github.com/users/johnvanbreda/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/johnvanbreda/subscriptions","organizations_url":"https://api.github.com/users/johnvanbreda/orgs","repos_url":"https://api.github.com/users/johnvanbreda/repos","events_url":"https://api.github.com/users/johnvanbreda/events{/privacy}","received_events_url":"https://api.github.com/users/johnvanbreda/received_events","type":"User","site_admin":false},"assignees":[{"login":"johnvanbreda","id":2392594,"avatar_url":"https://avatars.githubusercontent.com/u/2392594?v=3","gravatar_id":"","url":"https://api.github.com/users/johnvanbreda","html_url":"https://github.com/johnvanbreda","followers_url":"https://api.github.com/users/johnvanbreda/followers","following_url":"https://api.github.com/users/johnvanbreda/following{/other_user}","gists_url":"https://api.github.com/users/johnvanbreda/gists{/gist_id}","starred_url":"https://api.github.com/users/johnvanbreda/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/johnvanbreda/subscriptions","organizations_url":"https://api.github.com/users/johnvanbreda/orgs","repos_url":"https://api.github.com/users/johnvanbreda/repos","events_url":"https://api.github.com/users/johnvanbreda/events{/privacy}","received_events_url":"https://api.github.com/users/johnvanbreda/received_events","type":"User","site_admin":false},{"login":"DavidRoy","id":2699478,"avatar_url":"https://avatars.githubusercontent.com/u/2699478?v=3","gravatar_id":"","url":"https://api.github.com/users/DavidRoy","html_url":"https://github.com/DavidRoy","followers_url":"https://api.github.com/users/DavidRoy/followers","following_url":"https://api.github.com/users/DavidRoy/following{/other_user}","gists_url":"https://api.github.com/users/DavidRoy/gists{/gist_id}","starred_url":"https://api.github.com/users/DavidRoy/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/DavidRoy/subscriptions","organizations_url":"https://api.github.com/users/DavidRoy/orgs","repos_url":"https://api.github.com/users/DavidRoy/repos","events_url":"https://api.github.com/users/DavidRoy/events{/privacy}","received_events_url":"https://api.github.com/users/DavidRoy/received_events","type":"User","site_admin":false},{"login":"kitenetter","id":16039111,"avatar_url":"https://avatars.githubusercontent.com/u/16039111?v=3","gravatar_id":"","url":"https://api.github.com/users/kitenetter","html_url":"https://github.com/kitenetter","followers_url":"https://api.github.com/users/kitenetter/followers","following_url":"https://api.github.com/users/kitenetter/following{/other_user}","gists_url":"https://api.github.com/users/kitenetter/gists{/gist_id}","starred_url":"https://api.github.com/users/kitenetter/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/kitenetter/subscriptions","organizations_url":"https://api.github.com/users/kitenetter/orgs","repos_url":"https://api.github.com/users/kitenetter/repos","events_url":"https://api.github.com/users/kitenetter/events{/privacy}","received_events_url":"https://api.github.com/users/kitenetter/received_events","type":"User","site_admin":false}],"milestone":null,"comments":8,"created_at":"2016-07-22T18:12:32Z","updated_at":"2017-01-25T12:32:34Z","closed_at":null,"body":"This picks up from #4 . I’ve tried to break things down into things that we can do quite easily (I hope) and things that will take longer or need more thought (see #75 ). These are the things I hope we can do easily.\n\n**Output grid ref**\nThis is mostly working well but for records outside the UK (including from the Channel Islands) this column is being populated with lat/longs. Since lat/longs have columns of their own, they don’t need to appear in the Output grid ref column. For the Channel Islands, it would make more sense to use the Channel Islands grid ref for the Output field, while for other overseas records Ouput grid ref should be blank.\n\n**Vice county**\nThis is an essential field for many recording schemes, but currently is much less helpful than it should be:\n- it sometimes includes the ‘pseudo-vice-counties’ of Yorkshire or Sussex\n- it is sometimes left blank\n- the vice-county names used are not standardised with other systems, nor with the list of vice-counties on the BRC website\n- the VC number is not given\n\nSuggested solutions:\n- Can we remove all references to the two pseudo-vice-counties?\n- Can we run a database update to ensure that all records have a vice-county allocated to them where appropriate?\n- Can we edit the list of vice-county names to make them more compatible with other lists (and if we do will that cause problems elsewhere, e.g. with the verification filters)? (Problem: there doesn't seem to be much consensus on what the correct names are!)\n- Add an additional column that gives the vice-county number (which is much easier to work with when collating with other external data) [if we do this the issue of non-standard VC names become less pressing]\n\n**State**\nAt the moment we are only showing the old level 1 verification terms (Verified/Rejected etc.) We need to change this, or add to it, to display the new two-tier verification terms. Suggest having two fields:\nVerification status: Accepted / Not accepted / Unconfirmed\nVerification detail: Correct / Considered correct / Unable to verify / Incorrect / Plausible / Not reviewed\n\n**attr_biotope**\nNot currently getting populated. Do we need two columns to display the two tiers of habitat?\n\n**Date**\nIt’s very difficult to use the downloaded Date field consistently at the moment because it includes vague dates. We need three columns:\n- Date\n- Date to\n- Compiled date (i.e. the column we currently have that mixes vague dates and single-day dates – this may be easier for some users who simply wish to display the data, but the two separate Date and Date to fields are needed for use with external databases)\n\nI would also prefer the date columns to appear earlier in the sequence of colunms than they currently do (see below for reordering).\n\n**External record keys**\nFor those records that have come in to iRecord from other systems, and have retained a field for the record ID in the external system, it is essential that we include this attribute in the download, otherwise it is impossible to track data across multiple systems.\n\n**Determiner vs attr_det_full_name**\nIt’s not clear to me why we need both of these fields – can we remove one of them?\n\n**Reordering of columns**\nThis isn’t vital, but I think it would make a more logical sequence.\n\n\n"},"comment":{"url":"https://api.github.com/repos/BiologicalRecordsCentre/iRecord/issues/comments/275096886","html_url":"https://github.com/BiologicalRecordsCentre/iRecord/issues/74#issuecomment-275096886","issue_url":"https://api.github.com/repos/BiologicalRecordsCentre/iRecord/issues/74","id":275096886,"user":{"login":"johnvanbreda","id":2392594,"avatar_url":"https://avatars.githubusercontent.com/u/2392594?v=3","gravatar_id":"","url":"https://api.github.com/users/johnvanbreda","html_url":"https://github.com/johnvanbreda","followers_url":"https://api.github.com/users/johnvanbreda/followers","following_url":"https://api.github.com/users/johnvanbreda/following{/other_user}","gists_url":"https://api.github.com/users/johnvanbreda/gists{/gist_id}","starred_url":"https://api.github.com/users/johnvanbreda/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/johnvanbreda/subscriptions","organizations_url":"https://api.github.com/users/johnvanbreda/orgs","repos_url":"https://api.github.com/users/johnvanbreda/repos","events_url":"https://api.github.com/users/johnvanbreda/events{/privacy}","received_events_url":"https://api.github.com/users/johnvanbreda/received_events","type":"User","site_admin":false},"created_at":"2017-01-25T12:32:34Z","updated_at":"2017-01-25T12:32:34Z","body":"Hi @kitenetter, does @DavidRoy agree with the proposed change to the images column? I am aware that a link to the record page does not give the same functionality as having the image filenames. This would affect any code written to extract the images from a download, though I'm not sure if anyone has done that."}} | {
"id": 54832780,
"name": "BiologicalRecordsCentre/iRecord",
"url": "https://api.github.com/repos/BiologicalRecordsCentre/iRecord"
} | {
"id": 2392594,
"login": "johnvanbreda",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/2392594?",
"url": "https://api.github.com/users/johnvanbreda"
} | {
"id": 2599214,
"login": "BiologicalRecordsCentre",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/2599214?",
"url": "https://api.github.com/orgs/BiologicalRecordsCentre"
} | 2017-01-25T12:32:34 | 5210357173 | {"actor":{"display_login":"johnvanbreda"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/Mozilla-Campus-Club-IIT/Mozilla-Campus-Club-IIT.github.io/issues/1","repository_url":"https://api.github.com/repos/Mozilla-Campus-Club-IIT/Mozilla-Campus-Club-IIT.github.io","labels_url":"https://api.github.com/repos/Mozilla-Campus-Club-IIT/Mozilla-Campus-Club-IIT.github.io/issues/1/labels{/name}","comments_url":"https://api.github.com/repos/Mozilla-Campus-Club-IIT/Mozilla-Campus-Club-IIT.github.io/issues/1/comments","events_url":"https://api.github.com/repos/Mozilla-Campus-Club-IIT/Mozilla-Campus-Club-IIT.github.io/issues/1/events","html_url":"https://github.com/Mozilla-Campus-Club-IIT/Mozilla-Campus-Club-IIT.github.io/issues/1","id":265739923,"number":1,"title":"Have a Navigation Bar with a black color ","user":{"login":"RavinduHasithanjana","id":17488349,"avatar_url":"https://avatars1.githubusercontent.com/u/17488349?v=4","gravatar_id":"","url":"https://api.github.com/users/RavinduHasithanjana","html_url":"https://github.com/RavinduHasithanjana","followers_url":"https://api.github.com/users/RavinduHasithanjana/followers","following_url":"https://api.github.com/users/RavinduHasithanjana/following{/other_user}","gists_url":"https://api.github.com/users/RavinduHasithanjana/gists{/gist_id}","starred_url":"https://api.github.com/users/RavinduHasithanjana/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/RavinduHasithanjana/subscriptions","organizations_url":"https://api.github.com/users/RavinduHasithanjana/orgs","repos_url":"https://api.github.com/users/RavinduHasithanjana/repos","events_url":"https://api.github.com/users/RavinduHasithanjana/events{/privacy}","received_events_url":"https://api.github.com/users/RavinduHasithanjana/received_events","type":"User","site_admin":false},"labels":[{"id":712600583,"url":"https://api.github.com/repos/Mozilla-Campus-Club-IIT/Mozilla-Campus-Club-IIT.github.io/labels/enhancement","name":"enhancement","color":"84b6eb","default":true},{"id":721309284,"url":"https://api.github.com/repos/Mozilla-Campus-Club-IIT/Mozilla-Campus-Club-IIT.github.io/labels/Hacktoberfest","name":"Hacktoberfest","color":"ebfc6c","default":false},{"id":722768928,"url":"https://api.github.com/repos/Mozilla-Campus-Club-IIT/Mozilla-Campus-Club-IIT.github.io/labels/OpenSource","name":"OpenSource","color":"ef32ef","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":3,"created_at":"2017-10-16T11:43:06Z","updated_at":"2017-10-17T21:03:51Z","closed_at":null,"author_association":"CONTRIBUTOR","body":""},"comment":{"url":"https://api.github.com/repos/Mozilla-Campus-Club-IIT/Mozilla-Campus-Club-IIT.github.io/issues/comments/337370748","html_url":"https://github.com/Mozilla-Campus-Club-IIT/Mozilla-Campus-Club-IIT.github.io/issues/1#issuecomment-337370748","issue_url":"https://api.github.com/repos/Mozilla-Campus-Club-IIT/Mozilla-Campus-Club-IIT.github.io/issues/1","id":337370748,"user":{"login":"dakeenekid","id":14897590,"avatar_url":"https://avatars0.githubusercontent.com/u/14897590?v=4","gravatar_id":"","url":"https://api.github.com/users/dakeenekid","html_url":"https://github.com/dakeenekid","followers_url":"https://api.github.com/users/dakeenekid/followers","following_url":"https://api.github.com/users/dakeenekid/following{/other_user}","gists_url":"https://api.github.com/users/dakeenekid/gists{/gist_id}","starred_url":"https://api.github.com/users/dakeenekid/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dakeenekid/subscriptions","organizations_url":"https://api.github.com/users/dakeenekid/orgs","repos_url":"https://api.github.com/users/dakeenekid/repos","events_url":"https://api.github.com/users/dakeenekid/events{/privacy}","received_events_url":"https://api.github.com/users/dakeenekid/received_events","type":"User","site_admin":false},"created_at":"2017-10-17T21:03:51Z","updated_at":"2017-10-17T21:03:51Z","author_association":"NONE","body":"I forked this repo and made a very basic reactive black navigation bar. It's simplistic but I think it's what you're looking for. Let me know if you want me to help you create the rest of the website as well!"}} | {
"id": 106038538,
"name": "Mozilla-Campus-Club-IIT/Mozilla-Campus-Club-IIT.github.io",
"url": "https://api.github.com/repos/Mozilla-Campus-Club-IIT/Mozilla-Campus-Club-IIT.github.io"
} | {
"id": 14897590,
"login": "dakeenekid",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/14897590?",
"url": "https://api.github.com/users/dakeenekid"
} | {
"id": 32569402,
"login": "Mozilla-Campus-Club-IIT",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/32569402?",
"url": "https://api.github.com/orgs/Mozilla-Campus-Club-IIT"
} | 2017-10-17T21:03:51 | 6729688347 | {"actor":{"display_login":"dakeenekid"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/citation-style-language/styles/issues/2854","repository_url":"https://api.github.com/repos/citation-style-language/styles","labels_url":"https://api.github.com/repos/citation-style-language/styles/issues/2854/labels{/name}","comments_url":"https://api.github.com/repos/citation-style-language/styles/issues/2854/comments","events_url":"https://api.github.com/repos/citation-style-language/styles/issues/2854/events","html_url":"https://github.com/citation-style-language/styles/pull/2854","id":246706805,"number":2854,"title":"Create MSCA_application.csl","user":{"login":"DaniBodor","id":14219087,"avatar_url":"https://avatars1.githubusercontent.com/u/14219087?v=4","gravatar_id":"","url":"https://api.github.com/users/DaniBodor","html_url":"https://github.com/DaniBodor","followers_url":"https://api.github.com/users/DaniBodor/followers","following_url":"https://api.github.com/users/DaniBodor/following{/other_user}","gists_url":"https://api.github.com/users/DaniBodor/gists{/gist_id}","starred_url":"https://api.github.com/users/DaniBodor/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/DaniBodor/subscriptions","organizations_url":"https://api.github.com/users/DaniBodor/orgs","repos_url":"https://api.github.com/users/DaniBodor/repos","events_url":"https://api.github.com/users/DaniBodor/events{/privacy}","received_events_url":"https://api.github.com/users/DaniBodor/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":33,"created_at":"2017-07-31T10:06:38Z","updated_at":"2017-08-02T03:40:28Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/citation-style-language/styles/pulls/2854","html_url":"https://github.com/citation-style-language/styles/pull/2854","diff_url":"https://github.com/citation-style-language/styles/pull/2854.diff","patch_url":"https://github.com/citation-style-language/styles/pull/2854.patch"},"body":"Please see discussion https://forums.zotero.org/discussion/comment/281719 for comments and limitations on this style!"},"comment":{"url":"https://api.github.com/repos/citation-style-language/styles/issues/comments/319558906","html_url":"https://github.com/citation-style-language/styles/pull/2854#issuecomment-319558906","issue_url":"https://api.github.com/repos/citation-style-language/styles/issues/2854","id":319558906,"user":{"login":"rmzelle","id":77951,"avatar_url":"https://avatars2.githubusercontent.com/u/77951?v=4","gravatar_id":"","url":"https://api.github.com/users/rmzelle","html_url":"https://github.com/rmzelle","followers_url":"https://api.github.com/users/rmzelle/followers","following_url":"https://api.github.com/users/rmzelle/following{/other_user}","gists_url":"https://api.github.com/users/rmzelle/gists{/gist_id}","starred_url":"https://api.github.com/users/rmzelle/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rmzelle/subscriptions","organizations_url":"https://api.github.com/users/rmzelle/orgs","repos_url":"https://api.github.com/users/rmzelle/repos","events_url":"https://api.github.com/users/rmzelle/events{/privacy}","received_events_url":"https://api.github.com/users/rmzelle/received_events","type":"User","site_admin":false},"created_at":"2017-08-02T03:40:28Z","updated_at":"2017-08-02T03:40:28Z","body":"> There is indeed no specific style that MUST be used.\r\n\r\nMy apologies, but I don't think this style is a good fit for the repository, if there are no citation format requirements beyond having to use a note-style.\r\n\r\n(@adam3smith, thoughts? The guidelines for NSF grant proposals are also poorly defined, but at least they define a set required fields; see https://www.zotero.org/styles?q=grant%20proposals and their \"documentation\" links)\r\n\r\n(@POBrien333, I appreciate the help, but for cases like these you might want to wait until we make a decision on whether or not to accept the style, before tidying it up, so that we don't waste the submitter's time in case we don't take it)"}} | {
"id": 1175581,
"name": "citation-style-language/styles",
"url": "https://api.github.com/repos/citation-style-language/styles"
} | {
"id": 77951,
"login": "rmzelle",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/77951?",
"url": "https://api.github.com/users/rmzelle"
} | {
"id": 526476,
"login": "citation-style-language",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/526476?",
"url": "https://api.github.com/orgs/citation-style-language"
} | 2017-08-02T03:40:28 | 6375573929 | {"actor":{"display_login":"rmzelle"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/evergreen-library-system/Evergreen/issues/46","repository_url":"https://api.github.com/repos/evergreen-library-system/Evergreen","labels_url":"https://api.github.com/repos/evergreen-library-system/Evergreen/issues/46/labels{/name}","comments_url":"https://api.github.com/repos/evergreen-library-system/Evergreen/issues/46/comments","events_url":"https://api.github.com/repos/evergreen-library-system/Evergreen/issues/46/events","html_url":"https://github.com/evergreen-library-system/Evergreen/pull/46","id":254130610,"number":46,"title":"offline_circ_webclient.adoc","user":{"login":"abneiman","id":791124,"avatar_url":"https://avatars0.githubusercontent.com/u/791124?v=4","gravatar_id":"","url":"https://api.github.com/users/abneiman","html_url":"https://github.com/abneiman","followers_url":"https://api.github.com/users/abneiman/followers","following_url":"https://api.github.com/users/abneiman/following{/other_user}","gists_url":"https://api.github.com/users/abneiman/gists{/gist_id}","starred_url":"https://api.github.com/users/abneiman/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/abneiman/subscriptions","organizations_url":"https://api.github.com/users/abneiman/orgs","repos_url":"https://api.github.com/users/abneiman/repos","events_url":"https://api.github.com/users/abneiman/events{/privacy}","received_events_url":"https://api.github.com/users/abneiman/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":1,"created_at":"2017-08-30T20:48:20Z","updated_at":"2017-11-09T16:29:41Z","closed_at":null,"author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/evergreen-library-system/Evergreen/pulls/46","html_url":"https://github.com/evergreen-library-system/Evergreen/pull/46","diff_url":"https://github.com/evergreen-library-system/Evergreen/pull/46.diff","patch_url":"https://github.com/evergreen-library-system/Evergreen/pull/46.patch"},"body":"\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nDocumentation for the web client version of Offline Circulation."},"comment":{"url":"https://api.github.com/repos/evergreen-library-system/Evergreen/issues/comments/343210561","html_url":"https://github.com/evergreen-library-system/Evergreen/pull/46#issuecomment-343210561","issue_url":"https://api.github.com/repos/evergreen-library-system/Evergreen/issues/46","id":343210561,"user":{"login":"sandbergja","id":7086943,"avatar_url":"https://avatars2.githubusercontent.com/u/7086943?v=4","gravatar_id":"","url":"https://api.github.com/users/sandbergja","html_url":"https://github.com/sandbergja","followers_url":"https://api.github.com/users/sandbergja/followers","following_url":"https://api.github.com/users/sandbergja/following{/other_user}","gists_url":"https://api.github.com/users/sandbergja/gists{/gist_id}","starred_url":"https://api.github.com/users/sandbergja/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sandbergja/subscriptions","organizations_url":"https://api.github.com/users/sandbergja/orgs","repos_url":"https://api.github.com/users/sandbergja/repos","events_url":"https://api.github.com/users/sandbergja/events{/privacy}","received_events_url":"https://api.github.com/users/sandbergja/received_events","type":"User","site_admin":false},"created_at":"2017-11-09T16:29:41Z","updated_at":"2017-11-09T16:29:41Z","author_association":"CONTRIBUTOR","body":"Thanks for this very important contribution, @abneiman. I've added this to master and 3.0.\r\n\r\nFolks with GitHub write permissions, please feel free to close this pull request."}} | {
"id": 1756711,
"name": "evergreen-library-system/Evergreen",
"url": "https://api.github.com/repos/evergreen-library-system/Evergreen"
} | {
"id": 7086943,
"login": "sandbergja",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/7086943?",
"url": "https://api.github.com/users/sandbergja"
} | {
"id": 791563,
"login": "evergreen-library-system",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/791563?",
"url": "https://api.github.com/orgs/evergreen-library-system"
} | 2017-11-09T16:29:41 | 6833102194 | {"actor":{"display_login":"sandbergja"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/CSC-IT-Center-for-Science/ansible-role-hosts-inventory/issues/4","repository_url":"https://api.github.com/repos/CSC-IT-Center-for-Science/ansible-role-hosts-inventory","labels_url":"https://api.github.com/repos/CSC-IT-Center-for-Science/ansible-role-hosts-inventory/issues/4/labels{/name}","comments_url":"https://api.github.com/repos/CSC-IT-Center-for-Science/ansible-role-hosts-inventory/issues/4/comments","events_url":"https://api.github.com/repos/CSC-IT-Center-for-Science/ansible-role-hosts-inventory/issues/4/events","html_url":"https://github.com/CSC-IT-Center-for-Science/ansible-role-hosts-inventory/pull/4","id":214998450,"number":4,"title":"Add a configurable handler for hosts file updates","user":{"login":"rlaurika","id":5939676,"avatar_url":"https://avatars0.githubusercontent.com/u/5939676?v=3","gravatar_id":"","url":"https://api.github.com/users/rlaurika","html_url":"https://github.com/rlaurika","followers_url":"https://api.github.com/users/rlaurika/followers","following_url":"https://api.github.com/users/rlaurika/following{/other_user}","gists_url":"https://api.github.com/users/rlaurika/gists{/gist_id}","starred_url":"https://api.github.com/users/rlaurika/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rlaurika/subscriptions","organizations_url":"https://api.github.com/users/rlaurika/orgs","repos_url":"https://api.github.com/users/rlaurika/repos","events_url":"https://api.github.com/users/rlaurika/events{/privacy}","received_events_url":"https://api.github.com/users/rlaurika/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":5,"created_at":"2017-03-17T13:09:51Z","updated_at":"2017-03-20T06:45:59Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/CSC-IT-Center-for-Science/ansible-role-hosts-inventory/pulls/4","html_url":"https://github.com/CSC-IT-Center-for-Science/ansible-role-hosts-inventory/pull/4","diff_url":"https://github.com/CSC-IT-Center-for-Science/ansible-role-hosts-inventory/pull/4.diff","patch_url":"https://github.com/CSC-IT-Center-for-Science/ansible-role-hosts-inventory/pull/4.patch"},"body":"When the hosts file is updated, it can be useful to send a notification\r\nto some service like e.g. dnsmasq so that changes in the hosts file are\r\ntaken into use. Add a configurable handler name to all the tasks in this\r\nrole that update the hosts file. The default handler is \"restart\r\ndnsmasq\" which is defined here:\r\nhttps://github.com/CSC-IT-Center-for-Science/ansible-role-dnsmasq"},"comment":{"url":"https://api.github.com/repos/CSC-IT-Center-for-Science/ansible-role-hosts-inventory/issues/comments/287687355","html_url":"https://github.com/CSC-IT-Center-for-Science/ansible-role-hosts-inventory/pull/4#issuecomment-287687355","issue_url":"https://api.github.com/repos/CSC-IT-Center-for-Science/ansible-role-hosts-inventory/issues/4","id":287687355,"user":{"login":"rlaurika","id":5939676,"avatar_url":"https://avatars0.githubusercontent.com/u/5939676?v=3","gravatar_id":"","url":"https://api.github.com/users/rlaurika","html_url":"https://github.com/rlaurika","followers_url":"https://api.github.com/users/rlaurika/followers","following_url":"https://api.github.com/users/rlaurika/following{/other_user}","gists_url":"https://api.github.com/users/rlaurika/gists{/gist_id}","starred_url":"https://api.github.com/users/rlaurika/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rlaurika/subscriptions","organizations_url":"https://api.github.com/users/rlaurika/orgs","repos_url":"https://api.github.com/users/rlaurika/repos","events_url":"https://api.github.com/users/rlaurika/events{/privacy}","received_events_url":"https://api.github.com/users/rlaurika/received_events","type":"User","site_admin":false},"created_at":"2017-03-20T06:45:59Z","updated_at":"2017-03-20T06:45:59Z","body":"@martbhell Looks like the Travis failure was because of a yum failure. Never even ran Ansible."}} | {
"id": 53916908,
"name": "CSC-IT-Center-for-Science/ansible-role-hosts-inventory",
"url": "https://api.github.com/repos/CSC-IT-Center-for-Science/ansible-role-hosts-inventory"
} | {
"id": 5939676,
"login": "rlaurika",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/5939676?",
"url": "https://api.github.com/users/rlaurika"
} | {
"id": 5947494,
"login": "CSC-IT-Center-for-Science",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/5947494?",
"url": "https://api.github.com/orgs/CSC-IT-Center-for-Science"
} | 2017-03-20T06:45:59 | 5523447775 | {"actor":{"display_login":"rlaurika"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/contao-community-alliance/dc-general/issues/201","repository_url":"https://api.github.com/repos/contao-community-alliance/dc-general","labels_url":"https://api.github.com/repos/contao-community-alliance/dc-general/issues/201/labels{/name}","comments_url":"https://api.github.com/repos/contao-community-alliance/dc-general/issues/201/comments","events_url":"https://api.github.com/repos/contao-community-alliance/dc-general/issues/201/events","html_url":"https://github.com/contao-community-alliance/dc-general/issues/201","id":137855556,"number":201,"title":"Extrem long save time (54 Widgets = 35 sec save time)","user":{"login":"stefanheimes","id":988286,"avatar_url":"https://avatars3.githubusercontent.com/u/988286?v=3","gravatar_id":"","url":"https://api.github.com/users/stefanheimes","html_url":"https://github.com/stefanheimes","followers_url":"https://api.github.com/users/stefanheimes/followers","following_url":"https://api.github.com/users/stefanheimes/following{/other_user}","gists_url":"https://api.github.com/users/stefanheimes/gists{/gist_id}","starred_url":"https://api.github.com/users/stefanheimes/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/stefanheimes/subscriptions","organizations_url":"https://api.github.com/users/stefanheimes/orgs","repos_url":"https://api.github.com/users/stefanheimes/repos","events_url":"https://api.github.com/users/stefanheimes/events{/privacy}","received_events_url":"https://api.github.com/users/stefanheimes/received_events","type":"User","site_admin":false},"labels":[{"id":79237581,"url":"https://api.github.com/repos/contao-community-alliance/dc-general/labels/question","name":"question","color":"cc317c","default":true}],"state":"open","locked":false,"assignee":{"login":"stefanheimes","id":988286,"avatar_url":"https://avatars3.githubusercontent.com/u/988286?v=3","gravatar_id":"","url":"https://api.github.com/users/stefanheimes","html_url":"https://github.com/stefanheimes","followers_url":"https://api.github.com/users/stefanheimes/followers","following_url":"https://api.github.com/users/stefanheimes/following{/other_user}","gists_url":"https://api.github.com/users/stefanheimes/gists{/gist_id}","starred_url":"https://api.github.com/users/stefanheimes/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/stefanheimes/subscriptions","organizations_url":"https://api.github.com/users/stefanheimes/orgs","repos_url":"https://api.github.com/users/stefanheimes/repos","events_url":"https://api.github.com/users/stefanheimes/events{/privacy}","received_events_url":"https://api.github.com/users/stefanheimes/received_events","type":"User","site_admin":false},"assignees":[{"login":"stefanheimes","id":988286,"avatar_url":"https://avatars3.githubusercontent.com/u/988286?v=3","gravatar_id":"","url":"https://api.github.com/users/stefanheimes","html_url":"https://github.com/stefanheimes","followers_url":"https://api.github.com/users/stefanheimes/followers","following_url":"https://api.github.com/users/stefanheimes/following{/other_user}","gists_url":"https://api.github.com/users/stefanheimes/gists{/gist_id}","starred_url":"https://api.github.com/users/stefanheimes/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/stefanheimes/subscriptions","organizations_url":"https://api.github.com/users/stefanheimes/orgs","repos_url":"https://api.github.com/users/stefanheimes/repos","events_url":"https://api.github.com/users/stefanheimes/events{/privacy}","received_events_url":"https://api.github.com/users/stefanheimes/received_events","type":"User","site_admin":false}],"milestone":{"url":"https://api.github.com/repos/contao-community-alliance/dc-general/milestones/2","html_url":"https://github.com/contao-community-alliance/dc-general/milestone/2","labels_url":"https://api.github.com/repos/contao-community-alliance/dc-general/milestones/2/labels","id":836763,"number":2,"title":"Future","description":"Future enhancements not yet assigned to a definite version number.","creator":{"login":"discordier","id":940331,"avatar_url":"https://avatars1.githubusercontent.com/u/940331?v=3","gravatar_id":"","url":"https://api.github.com/users/discordier","html_url":"https://github.com/discordier","followers_url":"https://api.github.com/users/discordier/followers","following_url":"https://api.github.com/users/discordier/following{/other_user}","gists_url":"https://api.github.com/users/discordier/gists{/gist_id}","starred_url":"https://api.github.com/users/discordier/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/discordier/subscriptions","organizations_url":"https://api.github.com/users/discordier/orgs","repos_url":"https://api.github.com/users/discordier/repos","events_url":"https://api.github.com/users/discordier/events{/privacy}","received_events_url":"https://api.github.com/users/discordier/received_events","type":"User","site_admin":false},"open_issues":12,"closed_issues":3,"state":"open","created_at":"2014-10-23T00:47:53Z","updated_at":"2017-05-05T14:22:33Z","due_on":null,"closed_at":null},"comments":14,"created_at":"2016-03-02T11:59:28Z","updated_at":"2017-05-16T10:58:13Z","closed_at":null,"body":"**Porblem:**\n\nI have a edit mask with 54 widgets, if i hit the save button it takes ~35 sec to save this. This is to long so i search why the system need such a long time to save the data.\n\n**What is the problme:**\n\nThe setProperty Function will be called round about 3000 times. So the reason why starts here:\n\nhttps://github.com/contao-community-alliance/dc-general/blob/develop/src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/ContaoWidgetManager.php#L229\n\nWe have one single widget but we send the whole bag of ALL properties. So the next step is:\n\nhttps://github.com/contao-community-alliance/dc-general/blob/develop/src/ContaoCommunityAlliance/DcGeneral/Controller/DefaultController.php#L378\n\nSo we run each widget, which means we have 54 and each call get all 54 values from the bag and each will call all values to be set in the model which means 54 Widgets \\* 54 Values = 2916 calls.\n\nAnd this is why it take 35 sec to save all data.\n\n**How to solve**\nI have a little snippit which should fix this problme for this see this line:\nhttps://github.com/contao-community-alliance/dc-general/blob/develop/src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/ContaoWidgetManager.php#L228\n\nand change it whth this.\n\n``` php\n if ($inputValues) {\n $allValues = $inputValues->getArrayCopy();\n $values = new PropertyValueBag(array($property => $allValues[$property]));\n $this->environment->getController()->updateModelFromPropertyBag($model, $values);\n }\n```\n\nWe only send the one property and now the question did i miss something?\n"},"comment":{"url":"https://api.github.com/repos/contao-community-alliance/dc-general/issues/comments/301747463","html_url":"https://github.com/contao-community-alliance/dc-general/issues/201#issuecomment-301747463","issue_url":"https://api.github.com/repos/contao-community-alliance/dc-general/issues/201","id":301747463,"user":{"login":"Damsgit","id":28708483,"avatar_url":"https://avatars3.githubusercontent.com/u/28708483?v=3","gravatar_id":"","url":"https://api.github.com/users/Damsgit","html_url":"https://github.com/Damsgit","followers_url":"https://api.github.com/users/Damsgit/followers","following_url":"https://api.github.com/users/Damsgit/following{/other_user}","gists_url":"https://api.github.com/users/Damsgit/gists{/gist_id}","starred_url":"https://api.github.com/users/Damsgit/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Damsgit/subscriptions","organizations_url":"https://api.github.com/users/Damsgit/orgs","repos_url":"https://api.github.com/users/Damsgit/repos","events_url":"https://api.github.com/users/Damsgit/events{/privacy}","received_events_url":"https://api.github.com/users/Damsgit/received_events","type":"User","site_admin":false},"created_at":"2017-05-16T10:58:13Z","updated_at":"2017-05-16T10:58:13Z","body":"Sorry, i just started with github...\r\n\r\nMy changes in the three files :\r\n\r\n**src/MetaModels/DcGeneral/Data/Driver.php**\r\nI replaced this line\r\n\r\n```\r\n- $objItem = $modelId ? $this->getMetaModel()->findById($modelId) : null;\r\n+ $objItem = $modelId ? $this->getMetaModel()->findById($modelId, $objConfig->getFields() ?: array()) : null;\r\n```\r\n\r\n **src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/ButtonRenderer.php**\r\nI replaced this line\r\n```\r\n - ->setFields($command->getToggleProperty())\r\n + ->setFields(array($command->getToggleProperty()))\r\n```\r\n \r\n **src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/PanelRenderer.php**\r\n \r\nI deleted the line between\r\n\r\n```\r\n return $template->parse();\r\n }\r\n```\r\n\r\nit's not that ? something is missing ?"}} | {
"id": 16614837,
"name": "contao-community-alliance/dc-general",
"url": "https://api.github.com/repos/contao-community-alliance/dc-general"
} | {
"id": 28708483,
"login": "Damsgit",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/28708483?",
"url": "https://api.github.com/users/Damsgit"
} | {
"id": 1191812,
"login": "contao-community-alliance",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/1191812?",
"url": "https://api.github.com/orgs/contao-community-alliance"
} | 2017-05-16T10:58:14 | 5880428613 | {"actor":{"display_login":"Damsgit"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/uky-transport-data-science/ce599-s17/issues/6","repository_url":"https://api.github.com/repos/uky-transport-data-science/ce599-s17","labels_url":"https://api.github.com/repos/uky-transport-data-science/ce599-s17/issues/6/labels{/name}","comments_url":"https://api.github.com/repos/uky-transport-data-science/ce599-s17/issues/6/comments","events_url":"https://api.github.com/repos/uky-transport-data-science/ce599-s17/issues/6/events","html_url":"https://github.com/uky-transport-data-science/ce599-s17/issues/6","id":208536198,"number":6,"title":"Working with loops to index number of bikes per boro","user":{"login":"jdbr223","id":25157169,"avatar_url":"https://avatars.githubusercontent.com/u/25157169?v=3","gravatar_id":"","url":"https://api.github.com/users/jdbr223","html_url":"https://github.com/jdbr223","followers_url":"https://api.github.com/users/jdbr223/followers","following_url":"https://api.github.com/users/jdbr223/following{/other_user}","gists_url":"https://api.github.com/users/jdbr223/gists{/gist_id}","starred_url":"https://api.github.com/users/jdbr223/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jdbr223/subscriptions","organizations_url":"https://api.github.com/users/jdbr223/orgs","repos_url":"https://api.github.com/users/jdbr223/repos","events_url":"https://api.github.com/users/jdbr223/events{/privacy}","received_events_url":"https://api.github.com/users/jdbr223/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":2,"created_at":"2017-02-17T19:39:07Z","updated_at":"2017-02-17T21:26:49Z","closed_at":null,"body":"Right now I have a function that takes an open dataframe and allows me to individually index the number of bikes from the df dataframe based on whether the bool for each boro is true or false. My logic works if I just pass integers, but not for when I want to loop. Below is my code:\r\n#Function to create boolean columns in df dataframe\r\ndef bike_in_boro(x): \r\n boro = boros.geometry[x]\r\n in_boro = df.geometry.within(boro)\r\n return in_boro\r\n\r\n#Creates columns\r\nfor j in range(0,5):\r\n if j == 0:\r\n b = bike_in_boro(j)\r\n df['Statisland']=b\r\n elif j == 1:\r\n b = bike_in_boro(j)\r\n df['Brooklyn']=b\r\n elif j == 2:\r\n b = bike_in_boro(j)\r\n df['Queens']=b\r\n elif j == 3:\r\n b = bike_in_boro(j)\r\n df['Manhattan']=b\r\n elif j == 4:\r\n b = bike_in_boro(j)\r\n df['Bronx']=b\r\n\r\n#Creates a new bikes dataframe to carry bike values:\r\nbikes = pd.DataFrame(index = range(667),columns = ['Statisland','Brooklyn','Queens','Manhattan','Bronx'])\r\nbikes.head()\r\n\r\n#What Works. Also, df is the same dataframe that was created in the citibike tutorial. It has already had rows added to where if the bike location is within a given boro, it is true and if not it is false. \r\nif df.iloc[0,19] == True:\r\n bikes.iloc[0,0] = df.iloc[0,1]\r\nelse:\r\n bikes.iloc[0,0] = [0]\r\n\r\n#My Function\r\ndef bike_index(r,k):\r\n if df.iloc[r,k+19] == True:\r\n bikes.iloc[r,k] = df.iloc[r,1]\r\n else:\r\n bikes.iloc[r,k] = 0\r\n\r\n#What I want to do\r\nfor k in range (0,5):\r\n for x in range (0,667):\r\n bike_index(r,k)\r\n\r\nWhen I pass values through the equation in a loop, I always get an index positioning error. Any help is appreciated. "},"comment":{"url":"https://api.github.com/repos/uky-transport-data-science/ce599-s17/issues/comments/280770977","html_url":"https://github.com/uky-transport-data-science/ce599-s17/issues/6#issuecomment-280770977","issue_url":"https://api.github.com/repos/uky-transport-data-science/ce599-s17/issues/6","id":280770977,"user":{"login":"gregerhardt","id":5774986,"avatar_url":"https://avatars.githubusercontent.com/u/5774986?v=3","gravatar_id":"","url":"https://api.github.com/users/gregerhardt","html_url":"https://github.com/gregerhardt","followers_url":"https://api.github.com/users/gregerhardt/followers","following_url":"https://api.github.com/users/gregerhardt/following{/other_user}","gists_url":"https://api.github.com/users/gregerhardt/gists{/gist_id}","starred_url":"https://api.github.com/users/gregerhardt/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gregerhardt/subscriptions","organizations_url":"https://api.github.com/users/gregerhardt/orgs","repos_url":"https://api.github.com/users/gregerhardt/repos","events_url":"https://api.github.com/users/gregerhardt/events{/privacy}","received_events_url":"https://api.github.com/users/gregerhardt/received_events","type":"User","site_admin":false},"created_at":"2017-02-17T21:26:49Z","updated_at":"2017-02-17T21:26:49Z","body":"You only have 666 rows, not 667. "}} | {
"id": 77955899,
"name": "uky-transport-data-science/ce599-s17",
"url": "https://api.github.com/repos/uky-transport-data-science/ce599-s17"
} | {
"id": 5774986,
"login": "gregerhardt",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/5774986?",
"url": "https://api.github.com/users/gregerhardt"
} | {
"id": 24902654,
"login": "uky-transport-data-science",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/24902654?",
"url": "https://api.github.com/orgs/uky-transport-data-science"
} | 2017-02-17T21:26:49 | 5347045228 | {"actor":{"display_login":"gregerhardt"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/ibm-bluemix-mobile-services/bms-clientsdk-swift-push/issues/60","repository_url":"https://api.github.com/repos/ibm-bluemix-mobile-services/bms-clientsdk-swift-push","labels_url":"https://api.github.com/repos/ibm-bluemix-mobile-services/bms-clientsdk-swift-push/issues/60/labels{/name}","comments_url":"https://api.github.com/repos/ibm-bluemix-mobile-services/bms-clientsdk-swift-push/issues/60/comments","events_url":"https://api.github.com/repos/ibm-bluemix-mobile-services/bms-clientsdk-swift-push/issues/60/events","html_url":"https://github.com/ibm-bluemix-mobile-services/bms-clientsdk-swift-push/issues/60","id":257642640,"number":60,"title":"Disable Code Coverage needed for xCode 9 - Carthage Compatibility","user":{"login":"zirinisp","id":2939569,"avatar_url":"https://avatars1.githubusercontent.com/u/2939569?v=4","gravatar_id":"","url":"https://api.github.com/users/zirinisp","html_url":"https://github.com/zirinisp","followers_url":"https://api.github.com/users/zirinisp/followers","following_url":"https://api.github.com/users/zirinisp/following{/other_user}","gists_url":"https://api.github.com/users/zirinisp/gists{/gist_id}","starred_url":"https://api.github.com/users/zirinisp/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zirinisp/subscriptions","organizations_url":"https://api.github.com/users/zirinisp/orgs","repos_url":"https://api.github.com/users/zirinisp/repos","events_url":"https://api.github.com/users/zirinisp/events{/privacy}","received_events_url":"https://api.github.com/users/zirinisp/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":5,"created_at":"2017-09-14T08:52:35Z","updated_at":"2017-09-15T03:38:13Z","closed_at":null,"author_association":"NONE","body":"when submitting to App Store I am getting the following warning:\r\n\r\n> Invalid Bundle - Disallowed LLVM instrumentation. Do not submit apps with LLVM profiling instrumentation or coverage collection enabled. Turn off LLVM profiling or code coverage, rebuild your app and resubmit the app.\r\n\r\nIt appears that this is being cause because Code Coverage is enabled on this framework.\r\n\r\nFor more information please visit:\r\n\r\nhttps://github.com/Carthage/Carthage/issues/2056\r\n\r\nCarthage/Checkouts/bms-clientsdk-swift-push/Carthage/Checkouts/bms-clientsdk-swift-core/Carthage/Checkouts/bms-clientsdk-swift-analytics-api/BMSAnalyticsAPI.xcodeproj/xcshareddata/xcschemes/BMSAnalyticsAPI iOS.xcscheme: codeCoverageEnabled = \"YES\">\r\nCarthage/Checkouts/bms-clientsdk-swift-push/Carthage/Checkouts/bms-clientsdk-swift-core/Carthage/Checkouts/bms-clientsdk-swift-analytics-api/BMSAnalyticsAPI.xcodeproj/xcshareddata/xcschemes/BMSAnalyticsAPI Tests.xcscheme: codeCoverageEnabled = \"YES\">\r\nCarthage/Checkouts/bms-clientsdk-swift-push/Carthage/Checkouts/bms-clientsdk-swift-core/Carthage/Checkouts/bms-clientsdk-swift-analytics-api/BMSAnalyticsAPI.xcodeproj/xcshareddata/xcschemes/BMSAnalyticsAPI watchOS.xcscheme: codeCoverageEnabled = \"YES\">\r\n"},"comment":{"url":"https://api.github.com/repos/ibm-bluemix-mobile-services/bms-clientsdk-swift-push/issues/comments/329671525","html_url":"https://github.com/ibm-bluemix-mobile-services/bms-clientsdk-swift-push/issues/60#issuecomment-329671525","issue_url":"https://api.github.com/repos/ibm-bluemix-mobile-services/bms-clientsdk-swift-push/issues/60","id":329671525,"user":{"login":"AnanthaKrish","id":16939018,"avatar_url":"https://avatars0.githubusercontent.com/u/16939018?v=4","gravatar_id":"","url":"https://api.github.com/users/AnanthaKrish","html_url":"https://github.com/AnanthaKrish","followers_url":"https://api.github.com/users/AnanthaKrish/followers","following_url":"https://api.github.com/users/AnanthaKrish/following{/other_user}","gists_url":"https://api.github.com/users/AnanthaKrish/gists{/gist_id}","starred_url":"https://api.github.com/users/AnanthaKrish/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/AnanthaKrish/subscriptions","organizations_url":"https://api.github.com/users/AnanthaKrish/orgs","repos_url":"https://api.github.com/users/AnanthaKrish/repos","events_url":"https://api.github.com/users/AnanthaKrish/events{/privacy}","received_events_url":"https://api.github.com/users/AnanthaKrish/received_events","type":"User","site_admin":false},"created_at":"2017-09-15T03:38:13Z","updated_at":"2017-09-15T03:38:13Z","author_association":"MEMBER","body":"@zirinisp We are aware of this. Disabling the Code coverage on our SDKs will impact in the quality of SDKs. Its being monitored. I will try to get a permanent solution. Will come back to you soon... We are also following this https://github.com/Carthage/Carthage/issues/2056"}} | {
"id": 50594261,
"name": "ibm-bluemix-mobile-services/bms-clientsdk-swift-push",
"url": "https://api.github.com/repos/ibm-bluemix-mobile-services/bms-clientsdk-swift-push"
} | {
"id": 16939018,
"login": "AnanthaKrish",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/16939018?",
"url": "https://api.github.com/users/AnanthaKrish"
} | {
"id": 13438764,
"login": "ibm-bluemix-mobile-services",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13438764?",
"url": "https://api.github.com/orgs/ibm-bluemix-mobile-services"
} | 2017-09-15T03:38:13 | 6593768945 | {"actor":{"display_login":"AnanthaKrish"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/CMU-Perceptual-Computing-Lab/openpose/issues/45","repository_url":"https://api.github.com/repos/CMU-Perceptual-Computing-Lab/openpose","labels_url":"https://api.github.com/repos/CMU-Perceptual-Computing-Lab/openpose/issues/45/labels{/name}","comments_url":"https://api.github.com/repos/CMU-Perceptual-Computing-Lab/openpose/issues/45/comments","events_url":"https://api.github.com/repos/CMU-Perceptual-Computing-Lab/openpose/issues/45/events","html_url":"https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/45","id":231854517,"number":45,"title":"How to use caffe without cuda supported?","user":{"login":"AlexLuya","id":303353,"avatar_url":"https://avatars2.githubusercontent.com/u/303353?v=3","gravatar_id":"","url":"https://api.github.com/users/AlexLuya","html_url":"https://github.com/AlexLuya","followers_url":"https://api.github.com/users/AlexLuya/followers","following_url":"https://api.github.com/users/AlexLuya/following{/other_user}","gists_url":"https://api.github.com/users/AlexLuya/gists{/gist_id}","starred_url":"https://api.github.com/users/AlexLuya/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/AlexLuya/subscriptions","organizations_url":"https://api.github.com/users/AlexLuya/orgs","repos_url":"https://api.github.com/users/AlexLuya/repos","events_url":"https://api.github.com/users/AlexLuya/events{/privacy}","received_events_url":"https://api.github.com/users/AlexLuya/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":1,"created_at":"2017-05-28T08:22:11Z","updated_at":"2017-05-28T22:50:22Z","closed_at":"2017-05-28T22:50:22Z","body":"Hello,\r\n I want to try openpose in my laptop with AMD video card ,how to?"},"comment":{"url":"https://api.github.com/repos/CMU-Perceptual-Computing-Lab/openpose/issues/comments/304545397","html_url":"https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/45#issuecomment-304545397","issue_url":"https://api.github.com/repos/CMU-Perceptual-Computing-Lab/openpose/issues/45","id":304545397,"user":{"login":"gineshidalgo99","id":7797094,"avatar_url":"https://avatars0.githubusercontent.com/u/7797094?v=3","gravatar_id":"","url":"https://api.github.com/users/gineshidalgo99","html_url":"https://github.com/gineshidalgo99","followers_url":"https://api.github.com/users/gineshidalgo99/followers","following_url":"https://api.github.com/users/gineshidalgo99/following{/other_user}","gists_url":"https://api.github.com/users/gineshidalgo99/gists{/gist_id}","starred_url":"https://api.github.com/users/gineshidalgo99/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gineshidalgo99/subscriptions","organizations_url":"https://api.github.com/users/gineshidalgo99/orgs","repos_url":"https://api.github.com/users/gineshidalgo99/repos","events_url":"https://api.github.com/users/gineshidalgo99/events{/privacy}","received_events_url":"https://api.github.com/users/gineshidalgo99/received_events","type":"User","site_admin":false},"created_at":"2017-05-28T22:50:22Z","updated_at":"2017-05-28T22:50:22Z","body":"Our code uses CUDA code, so you will need a NVIDIA graphics card. We are not planning to extend it to other graphics card at the moment, I am sorry."}} | {
"id": 89247811,
"name": "CMU-Perceptual-Computing-Lab/openpose",
"url": "https://api.github.com/repos/CMU-Perceptual-Computing-Lab/openpose"
} | {
"id": 7797094,
"login": "gineshidalgo99",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/7797094?",
"url": "https://api.github.com/users/gineshidalgo99"
} | {
"id": 12239573,
"login": "CMU-Perceptual-Computing-Lab",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/12239573?",
"url": "https://api.github.com/orgs/CMU-Perceptual-Computing-Lab"
} | 2017-05-28T22:50:22 | 5957083539 | {"actor":{"display_login":"gineshidalgo99"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/architecture-building-systems/CEAforArcGIS/issues/460","repository_url":"https://api.github.com/repos/architecture-building-systems/CEAforArcGIS","labels_url":"https://api.github.com/repos/architecture-building-systems/CEAforArcGIS/issues/460/labels{/name}","comments_url":"https://api.github.com/repos/architecture-building-systems/CEAforArcGIS/issues/460/comments","events_url":"https://api.github.com/repos/architecture-building-systems/CEAforArcGIS/issues/460/events","html_url":"https://github.com/architecture-building-systems/CEAforArcGIS/pull/460","id":201455827,"number":460,"title":"Updated Demand Calculation","user":{"login":"gabriel-happle","id":17002288,"avatar_url":"https://avatars.githubusercontent.com/u/17002288?v=3","gravatar_id":"","url":"https://api.github.com/users/gabriel-happle","html_url":"https://github.com/gabriel-happle","followers_url":"https://api.github.com/users/gabriel-happle/followers","following_url":"https://api.github.com/users/gabriel-happle/following{/other_user}","gists_url":"https://api.github.com/users/gabriel-happle/gists{/gist_id}","starred_url":"https://api.github.com/users/gabriel-happle/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gabriel-happle/subscriptions","organizations_url":"https://api.github.com/users/gabriel-happle/orgs","repos_url":"https://api.github.com/users/gabriel-happle/repos","events_url":"https://api.github.com/users/gabriel-happle/events{/privacy}","received_events_url":"https://api.github.com/users/gabriel-happle/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":{"login":"daren-thomas","id":2969564,"avatar_url":"https://avatars.githubusercontent.com/u/2969564?v=3","gravatar_id":"","url":"https://api.github.com/users/daren-thomas","html_url":"https://github.com/daren-thomas","followers_url":"https://api.github.com/users/daren-thomas/followers","following_url":"https://api.github.com/users/daren-thomas/following{/other_user}","gists_url":"https://api.github.com/users/daren-thomas/gists{/gist_id}","starred_url":"https://api.github.com/users/daren-thomas/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/daren-thomas/subscriptions","organizations_url":"https://api.github.com/users/daren-thomas/orgs","repos_url":"https://api.github.com/users/daren-thomas/repos","events_url":"https://api.github.com/users/daren-thomas/events{/privacy}","received_events_url":"https://api.github.com/users/daren-thomas/received_events","type":"User","site_admin":false},"assignees":[{"login":"daren-thomas","id":2969564,"avatar_url":"https://avatars.githubusercontent.com/u/2969564?v=3","gravatar_id":"","url":"https://api.github.com/users/daren-thomas","html_url":"https://github.com/daren-thomas","followers_url":"https://api.github.com/users/daren-thomas/followers","following_url":"https://api.github.com/users/daren-thomas/following{/other_user}","gists_url":"https://api.github.com/users/daren-thomas/gists{/gist_id}","starred_url":"https://api.github.com/users/daren-thomas/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/daren-thomas/subscriptions","organizations_url":"https://api.github.com/users/daren-thomas/orgs","repos_url":"https://api.github.com/users/daren-thomas/repos","events_url":"https://api.github.com/users/daren-thomas/events{/privacy}","received_events_url":"https://api.github.com/users/daren-thomas/received_events","type":"User","site_admin":false},{"login":"JIMENOFONSECA","id":8973186,"avatar_url":"https://avatars.githubusercontent.com/u/8973186?v=3","gravatar_id":"","url":"https://api.github.com/users/JIMENOFONSECA","html_url":"https://github.com/JIMENOFONSECA","followers_url":"https://api.github.com/users/JIMENOFONSECA/followers","following_url":"https://api.github.com/users/JIMENOFONSECA/following{/other_user}","gists_url":"https://api.github.com/users/JIMENOFONSECA/gists{/gist_id}","starred_url":"https://api.github.com/users/JIMENOFONSECA/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/JIMENOFONSECA/subscriptions","organizations_url":"https://api.github.com/users/JIMENOFONSECA/orgs","repos_url":"https://api.github.com/users/JIMENOFONSECA/repos","events_url":"https://api.github.com/users/JIMENOFONSECA/events{/privacy}","received_events_url":"https://api.github.com/users/JIMENOFONSECA/received_events","type":"User","site_admin":false}],"milestone":{"url":"https://api.github.com/repos/architecture-building-systems/CEAforArcGIS/milestones/2","html_url":"https://github.com/architecture-building-systems/CEAforArcGIS/milestone/2","labels_url":"https://api.github.com/repos/architecture-building-systems/CEAforArcGIS/milestones/2/labels","id":1650497,"number":2,"title":"M2 CEA for Supply side","description":"This version will bring the dynamic supply and optimization models to users. It should include a manual. It should work for the Swiss context.","creator":{"login":"JIMENOFONSECA","id":8973186,"avatar_url":"https://avatars.githubusercontent.com/u/8973186?v=3","gravatar_id":"","url":"https://api.github.com/users/JIMENOFONSECA","html_url":"https://github.com/JIMENOFONSECA","followers_url":"https://api.github.com/users/JIMENOFONSECA/followers","following_url":"https://api.github.com/users/JIMENOFONSECA/following{/other_user}","gists_url":"https://api.github.com/users/JIMENOFONSECA/gists{/gist_id}","starred_url":"https://api.github.com/users/JIMENOFONSECA/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/JIMENOFONSECA/subscriptions","organizations_url":"https://api.github.com/users/JIMENOFONSECA/orgs","repos_url":"https://api.github.com/users/JIMENOFONSECA/repos","events_url":"https://api.github.com/users/JIMENOFONSECA/events{/privacy}","received_events_url":"https://api.github.com/users/JIMENOFONSECA/received_events","type":"User","site_admin":false},"open_issues":8,"closed_issues":68,"state":"open","created_at":"2016-03-17T08:46:38Z","updated_at":"2017-01-18T08:13:09Z","due_on":"2016-12-22T08:00:00Z","closed_at":null},"comments":12,"created_at":"2017-01-18T01:39:51Z","updated_at":"2017-01-24T12:11:11Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/architecture-building-systems/CEAforArcGIS/pulls/460","html_url":"https://github.com/architecture-building-systems/CEAforArcGIS/pull/460","diff_url":"https://github.com/architecture-building-systems/CEAforArcGIS/pull/460.diff","patch_url":"https://github.com/architecture-building-systems/CEAforArcGIS/pull/460.patch"},"body":"I post this pull request for @JIMENOFONSECA and @daren-thomas to have a look at the new demand calculation procedure. Please check it out while I still continue to do some testing, improvements, clean up and documentation.\r\n\r\nThis pull request #460 addresses #220 #392 #427 (partially, as there are currently no TABS implemented) #84 and #379 "},"comment":{"url":"https://api.github.com/repos/architecture-building-systems/CEAforArcGIS/issues/comments/274787236","html_url":"https://github.com/architecture-building-systems/CEAforArcGIS/pull/460#issuecomment-274787236","issue_url":"https://api.github.com/repos/architecture-building-systems/CEAforArcGIS/issues/460","id":274787236,"user":{"login":"daren-thomas","id":2969564,"avatar_url":"https://avatars.githubusercontent.com/u/2969564?v=3","gravatar_id":"","url":"https://api.github.com/users/daren-thomas","html_url":"https://github.com/daren-thomas","followers_url":"https://api.github.com/users/daren-thomas/followers","following_url":"https://api.github.com/users/daren-thomas/following{/other_user}","gists_url":"https://api.github.com/users/daren-thomas/gists{/gist_id}","starred_url":"https://api.github.com/users/daren-thomas/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/daren-thomas/subscriptions","organizations_url":"https://api.github.com/users/daren-thomas/orgs","repos_url":"https://api.github.com/users/daren-thomas/repos","events_url":"https://api.github.com/users/daren-thomas/events{/privacy}","received_events_url":"https://api.github.com/users/daren-thomas/received_events","type":"User","site_admin":false},"created_at":"2017-01-24T12:11:11Z","updated_at":"2017-01-24T12:11:11Z","body":"@gabriel-happle please wait. instead, focus on making the code correct. i will do the performance optimization."}} | {
"id": 49491341,
"name": "architecture-building-systems/CEAforArcGIS",
"url": "https://api.github.com/repos/architecture-building-systems/CEAforArcGIS"
} | {
"id": 2969564,
"login": "daren-thomas",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/2969564?",
"url": "https://api.github.com/users/daren-thomas"
} | {
"id": 8478952,
"login": "architecture-building-systems",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/8478952?",
"url": "https://api.github.com/orgs/architecture-building-systems"
} | 2017-01-24T12:11:11 | 5203244529 | {"actor":{"display_login":"daren-thomas"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/department-of-veterans-affairs/caseflow/issues/3399","repository_url":"https://api.github.com/repos/department-of-veterans-affairs/caseflow","labels_url":"https://api.github.com/repos/department-of-veterans-affairs/caseflow/issues/3399/labels{/name}","comments_url":"https://api.github.com/repos/department-of-veterans-affairs/caseflow/issues/3399/comments","events_url":"https://api.github.com/repos/department-of-veterans-affairs/caseflow/issues/3399/events","html_url":"https://github.com/department-of-veterans-affairs/caseflow/issues/3399","id":260735081,"number":3399,"title":"Daily Docket | Save feature test should include dropdowns","user":{"login":"sharonwarner","id":4306128,"avatar_url":"https://avatars3.githubusercontent.com/u/4306128?v=4","gravatar_id":"","url":"https://api.github.com/users/sharonwarner","html_url":"https://github.com/sharonwarner","followers_url":"https://api.github.com/users/sharonwarner/followers","following_url":"https://api.github.com/users/sharonwarner/following{/other_user}","gists_url":"https://api.github.com/users/sharonwarner/gists{/gist_id}","starred_url":"https://api.github.com/users/sharonwarner/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sharonwarner/subscriptions","organizations_url":"https://api.github.com/users/sharonwarner/orgs","repos_url":"https://api.github.com/users/sharonwarner/repos","events_url":"https://api.github.com/users/sharonwarner/events{/privacy}","received_events_url":"https://api.github.com/users/sharonwarner/received_events","type":"User","site_admin":false},"labels":[{"id":598783889,"url":"https://api.github.com/repos/department-of-veterans-affairs/caseflow/labels/caseflow-hearing-prep","name":"caseflow-hearing-prep","color":"0052cc","default":false},{"id":481601330,"url":"https://api.github.com/repos/department-of-veterans-affairs/caseflow/labels/In-Validation","name":"In-Validation","color":"e6e6e6","default":false},{"id":493448495,"url":"https://api.github.com/repos/department-of-veterans-affairs/caseflow/labels/tango","name":"tango","color":"5319e7","default":false}],"state":"open","locked":false,"assignee":{"login":"sharonwarner","id":4306128,"avatar_url":"https://avatars3.githubusercontent.com/u/4306128?v=4","gravatar_id":"","url":"https://api.github.com/users/sharonwarner","html_url":"https://github.com/sharonwarner","followers_url":"https://api.github.com/users/sharonwarner/followers","following_url":"https://api.github.com/users/sharonwarner/following{/other_user}","gists_url":"https://api.github.com/users/sharonwarner/gists{/gist_id}","starred_url":"https://api.github.com/users/sharonwarner/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sharonwarner/subscriptions","organizations_url":"https://api.github.com/users/sharonwarner/orgs","repos_url":"https://api.github.com/users/sharonwarner/repos","events_url":"https://api.github.com/users/sharonwarner/events{/privacy}","received_events_url":"https://api.github.com/users/sharonwarner/received_events","type":"User","site_admin":false},"assignees":[{"login":"sharonwarner","id":4306128,"avatar_url":"https://avatars3.githubusercontent.com/u/4306128?v=4","gravatar_id":"","url":"https://api.github.com/users/sharonwarner","html_url":"https://github.com/sharonwarner","followers_url":"https://api.github.com/users/sharonwarner/followers","following_url":"https://api.github.com/users/sharonwarner/following{/other_user}","gists_url":"https://api.github.com/users/sharonwarner/gists{/gist_id}","starred_url":"https://api.github.com/users/sharonwarner/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sharonwarner/subscriptions","organizations_url":"https://api.github.com/users/sharonwarner/orgs","repos_url":"https://api.github.com/users/sharonwarner/repos","events_url":"https://api.github.com/users/sharonwarner/events{/privacy}","received_events_url":"https://api.github.com/users/sharonwarner/received_events","type":"User","site_admin":false},{"login":"astewarttistatech","id":23038505,"avatar_url":"https://avatars1.githubusercontent.com/u/23038505?v=4","gravatar_id":"","url":"https://api.github.com/users/astewarttistatech","html_url":"https://github.com/astewarttistatech","followers_url":"https://api.github.com/users/astewarttistatech/followers","following_url":"https://api.github.com/users/astewarttistatech/following{/other_user}","gists_url":"https://api.github.com/users/astewarttistatech/gists{/gist_id}","starred_url":"https://api.github.com/users/astewarttistatech/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/astewarttistatech/subscriptions","organizations_url":"https://api.github.com/users/astewarttistatech/orgs","repos_url":"https://api.github.com/users/astewarttistatech/repos","events_url":"https://api.github.com/users/astewarttistatech/events{/privacy}","received_events_url":"https://api.github.com/users/astewarttistatech/received_events","type":"User","site_admin":false}],"milestone":null,"comments":1,"created_at":"2017-09-26T19:05:49Z","updated_at":"2017-10-16T15:51:09Z","closed_at":null,"author_association":"CONTRIBUTOR","body":"The feature test for saving the daily docket doesn't include the dropdowns. We should follow the pattern established in Reader for adding them. \r\n\r\nhttps://github.com/department-of-veterans-affairs/caseflow/blob/master/spec/feature/reader/reader_spec.rb#L1004\r\n\r\nAC:\r\n- Dropdowns are covered in feature test"},"comment":{"url":"https://api.github.com/repos/department-of-veterans-affairs/caseflow/issues/comments/336930683","html_url":"https://github.com/department-of-veterans-affairs/caseflow/issues/3399#issuecomment-336930683","issue_url":"https://api.github.com/repos/department-of-veterans-affairs/caseflow/issues/3399","id":336930683,"user":{"login":"sharonwarner","id":4306128,"avatar_url":"https://avatars3.githubusercontent.com/u/4306128?v=4","gravatar_id":"","url":"https://api.github.com/users/sharonwarner","html_url":"https://github.com/sharonwarner","followers_url":"https://api.github.com/users/sharonwarner/followers","following_url":"https://api.github.com/users/sharonwarner/following{/other_user}","gists_url":"https://api.github.com/users/sharonwarner/gists{/gist_id}","starred_url":"https://api.github.com/users/sharonwarner/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sharonwarner/subscriptions","organizations_url":"https://api.github.com/users/sharonwarner/orgs","repos_url":"https://api.github.com/users/sharonwarner/repos","events_url":"https://api.github.com/users/sharonwarner/events{/privacy}","received_events_url":"https://api.github.com/users/sharonwarner/received_events","type":"User","site_admin":false},"created_at":"2017-10-16T15:51:09Z","updated_at":"2017-10-16T15:51:09Z","author_association":"CONTRIBUTOR","body":"@astewarttistatech yeah, you can look through the code if you want, but no functionality was updated."}} | {
"id": 51449239,
"name": "department-of-veterans-affairs/caseflow",
"url": "https://api.github.com/repos/department-of-veterans-affairs/caseflow"
} | {
"id": 4306128,
"login": "sharonwarner",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/4306128?",
"url": "https://api.github.com/users/sharonwarner"
} | {
"id": 5421563,
"login": "department-of-veterans-affairs",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/5421563?",
"url": "https://api.github.com/orgs/department-of-veterans-affairs"
} | 2017-10-16T15:51:09 | 6722672321 | {"actor":{"display_login":"sharonwarner"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/department-of-veterans-affairs/caseflow/issues/2311","repository_url":"https://api.github.com/repos/department-of-veterans-affairs/caseflow","labels_url":"https://api.github.com/repos/department-of-veterans-affairs/caseflow/issues/2311/labels{/name}","comments_url":"https://api.github.com/repos/department-of-veterans-affairs/caseflow/issues/2311/comments","events_url":"https://api.github.com/repos/department-of-veterans-affairs/caseflow/issues/2311/events","html_url":"https://github.com/department-of-veterans-affairs/caseflow/issues/2311","id":235111324,"number":2311,"title":"How should we get POA addresses?","user":{"login":"amprokop","id":3781835,"avatar_url":"https://avatars3.githubusercontent.com/u/3781835?v=3","gravatar_id":"","url":"https://api.github.com/users/amprokop","html_url":"https://github.com/amprokop","followers_url":"https://api.github.com/users/amprokop/followers","following_url":"https://api.github.com/users/amprokop/following{/other_user}","gists_url":"https://api.github.com/users/amprokop/gists{/gist_id}","starred_url":"https://api.github.com/users/amprokop/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/amprokop/subscriptions","organizations_url":"https://api.github.com/users/amprokop/orgs","repos_url":"https://api.github.com/users/amprokop/repos","events_url":"https://api.github.com/users/amprokop/events{/privacy}","received_events_url":"https://api.github.com/users/amprokop/received_events","type":"User","site_admin":false},"labels":[{"id":357000626,"url":"https://api.github.com/repos/department-of-veterans-affairs/caseflow/labels/caseflow-certification","name":"caseflow-certification","color":"a0dacc","default":false},{"id":565294816,"url":"https://api.github.com/repos/department-of-veterans-affairs/caseflow/labels/Discovery","name":"Discovery","color":"ededed","default":false},{"id":524261329,"url":"https://api.github.com/repos/department-of-veterans-affairs/caseflow/labels/discussion","name":"discussion","color":"0e8a16","default":false}],"state":"open","locked":false,"assignee":{"login":"amprokop","id":3781835,"avatar_url":"https://avatars3.githubusercontent.com/u/3781835?v=3","gravatar_id":"","url":"https://api.github.com/users/amprokop","html_url":"https://github.com/amprokop","followers_url":"https://api.github.com/users/amprokop/followers","following_url":"https://api.github.com/users/amprokop/following{/other_user}","gists_url":"https://api.github.com/users/amprokop/gists{/gist_id}","starred_url":"https://api.github.com/users/amprokop/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/amprokop/subscriptions","organizations_url":"https://api.github.com/users/amprokop/orgs","repos_url":"https://api.github.com/users/amprokop/repos","events_url":"https://api.github.com/users/amprokop/events{/privacy}","received_events_url":"https://api.github.com/users/amprokop/received_events","type":"User","site_admin":false},"assignees":[{"login":"amprokop","id":3781835,"avatar_url":"https://avatars3.githubusercontent.com/u/3781835?v=3","gravatar_id":"","url":"https://api.github.com/users/amprokop","html_url":"https://github.com/amprokop","followers_url":"https://api.github.com/users/amprokop/followers","following_url":"https://api.github.com/users/amprokop/following{/other_user}","gists_url":"https://api.github.com/users/amprokop/gists{/gist_id}","starred_url":"https://api.github.com/users/amprokop/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/amprokop/subscriptions","organizations_url":"https://api.github.com/users/amprokop/orgs","repos_url":"https://api.github.com/users/amprokop/repos","events_url":"https://api.github.com/users/amprokop/events{/privacy}","received_events_url":"https://api.github.com/users/amprokop/received_events","type":"User","site_admin":false}],"milestone":null,"comments":4,"created_at":"2017-06-12T02:27:52Z","updated_at":"2017-06-12T20:20:32Z","closed_at":null,"body":"The POA address being not present or out of date in VACOLS is a persistent pain point. We wanted to address this with Certification v2— we were advised that BGS contained more up to date POA information. However, we recently determined that BGS production does not contain the addresses we expected it to. [See this issue in ruby-bgs](https://github.com/department-of-veterans-affairs/ruby-bgs/issues/32) for context on the failure of our previous efforts. \r\n\r\nHere are a few non-vetted ideas for how we could proceed.\r\n\r\n- Follow up with the BGS team— they told us that these addresses should be there. \r\n\r\n- [This VA link](https://www.va.gov/ogc/apps/accreditation/index.asp) allows you to download markup files containing big buckets of POA information. We could write scripts to parse them into JSON and check them into the Caseflow repo as a short term solution.\r\n\r\n- [The same link](https://www.va.gov/ogc/apps/accreditation/index.asp) has a form where you can submit a search. We could reverse engineer that request and parse the results ourselves.\r\n\r\n- We could get access to the actual OGC database that contains this information. As far as I've heard, there is no API, but potentially we could read from the DB. According to @nicholasholtz this may be possible.\r\n\r\nWe should also consider a potential long-term POA solution. Do we want to be the system of record for any of this?\r\n\r\n"},"comment":{"url":"https://api.github.com/repos/department-of-veterans-affairs/caseflow/issues/comments/307912398","html_url":"https://github.com/department-of-veterans-affairs/caseflow/issues/2311#issuecomment-307912398","issue_url":"https://api.github.com/repos/department-of-veterans-affairs/caseflow/issues/2311","id":307912398,"user":{"login":"nicholasholtz","id":16781398,"avatar_url":"https://avatars0.githubusercontent.com/u/16781398?v=3","gravatar_id":"","url":"https://api.github.com/users/nicholasholtz","html_url":"https://github.com/nicholasholtz","followers_url":"https://api.github.com/users/nicholasholtz/followers","following_url":"https://api.github.com/users/nicholasholtz/following{/other_user}","gists_url":"https://api.github.com/users/nicholasholtz/gists{/gist_id}","starred_url":"https://api.github.com/users/nicholasholtz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nicholasholtz/subscriptions","organizations_url":"https://api.github.com/users/nicholasholtz/orgs","repos_url":"https://api.github.com/users/nicholasholtz/repos","events_url":"https://api.github.com/users/nicholasholtz/events{/privacy}","received_events_url":"https://api.github.com/users/nicholasholtz/received_events","type":"User","site_admin":false},"created_at":"2017-06-12T20:20:31Z","updated_at":"2017-06-12T20:20:31Z","body":"@amprokop \r\n\r\n>We should also consider a potential long-term POA solution. Do we want to be the system of record for any of this?\r\n\r\nWe are investigating this with OGC. Had a conversation with the folks who own the accreditation database last week, and have discussed the likelihood of a discovery sprint to investigate. Ultimately, they want/need a new database (plus some additional functionality), and our ultimate options are either to a) use this data now and then be ready to adjust to however they set up the database they build to replace this one, which will always mean balancing BGS records and the accreditation records, or b) figuring out a way to set this up ourselves. \r\n\r\nIf it is doable, my strong preference would be to set it up ourselves, as this impacts many (all) of our products."}} | {
"id": 51449239,
"name": "department-of-veterans-affairs/caseflow",
"url": "https://api.github.com/repos/department-of-veterans-affairs/caseflow"
} | {
"id": 16781398,
"login": "nicholasholtz",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/16781398?",
"url": "https://api.github.com/users/nicholasholtz"
} | {
"id": 5421563,
"login": "department-of-veterans-affairs",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/5421563?",
"url": "https://api.github.com/orgs/department-of-veterans-affairs"
} | 2017-06-12T20:20:32 | 6050118947 | {"actor":{"display_login":"nicholasholtz"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/kitsunenosaraT/Mozilla-Italia-l10n-guide/comments/22007590","html_url":"https://github.com/kitsunenosaraT/Mozilla-Italia-l10n-guide/commit/0d9c157fc15d9a2dc91f51ee61e90e74225772ee#commitcomment-22007590","id":22007590,"user":{"login":"kitsunenosaraT","id":14000019,"avatar_url":"https://avatars2.githubusercontent.com/u/14000019?v=3","gravatar_id":"","url":"https://api.github.com/users/kitsunenosaraT","html_url":"https://github.com/kitsunenosaraT","followers_url":"https://api.github.com/users/kitsunenosaraT/followers","following_url":"https://api.github.com/users/kitsunenosaraT/following{/other_user}","gists_url":"https://api.github.com/users/kitsunenosaraT/gists{/gist_id}","starred_url":"https://api.github.com/users/kitsunenosaraT/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/kitsunenosaraT/subscriptions","organizations_url":"https://api.github.com/users/kitsunenosaraT/orgs","repos_url":"https://api.github.com/users/kitsunenosaraT/repos","events_url":"https://api.github.com/users/kitsunenosaraT/events{/privacy}","received_events_url":"https://api.github.com/users/kitsunenosaraT/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"0d9c157fc15d9a2dc91f51ee61e90e74225772ee","created_at":"2017-05-03T21:45:44Z","updated_at":"2017-05-03T21:45:44Z","body":"Grazie mille, domani mattina lo rileggo con calma e appena fai la pall request apro il relativo Issue per discuterne.\nComunque visto così mi sembra molto ben fatto :D\nIl il ToC lo metterei, anche se solo fino al livello dei tipi di file (HTML, properties, lang, po), non serve collegare ogni sottoparagrafo, mail capitolo è abbastanza lungo e avere un indice dei contenuti aiuta a navigare lungo la pagina e ad andare direttamente al punto che si vuole consultare. \n> Il giorno 03/mag/2017, alle ore 22:32, gialloporpora <[email protected]> ha scritto:\n> \n> @kitsunenosaraT <https://github.com/kitsunenosaraT>,\n> Questa <https://github.com/kitsunenosaraT/Mozilla-Italia-l10n-guide/blob/cap4/it/4-Tipi_di_file.md> è la bozza finale, domani la rileggo e poi se vuoi faccio il merge e continuo con il capitolo 5.\n> \n> Sono arrivato a controllare fino alla sezione 3, mi manca solo la quarta dove ci sono i programmi per i file di testo, i file po e poi OmegaT (che non conosco in realtà ho solo preso il tuo testo e cambiato un po' la formattazione).\n> Da questo commit ho tolto solo gli id personalizzati agli header perché ho visto che su GitHub non funzionavano.\n> \n> Dimmi se devo far l'indice a inizio capitolo o se si tiene solo un indice a inizio libro.\n> \n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub <https://github.com/kitsunenosaraT/Mozilla-Italia-l10n-guide/commit/0d9c157fc15d9a2dc91f51ee61e90e74225772ee#commitcomment-22006550>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ANWfk5KNtFJ61oziydz0Zh4Dr5mw9fbbks5r2ORkgaJpZM4NP6rt>.\n> \n\n"}} | {
"id": 86229018,
"name": "kitsunenosaraT/Mozilla-Italia-l10n-guide",
"url": "https://api.github.com/repos/kitsunenosaraT/Mozilla-Italia-l10n-guide"
} | {
"id": 14000019,
"login": "kitsunenosaraT",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/14000019?",
"url": "https://api.github.com/users/kitsunenosaraT"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-05-03T21:45:44 | 5805225914 | {"actor":{"display_login":"kitsunenosaraT"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/CGH0621/java/comments/25948172","html_url":"https://github.com/CGH0621/java/commit/7516f10ece49b9119d4ab53c59243b60cdd2cdf9#commitcomment-25948172","id":25948172,"user":{"login":"CGH0621","id":34119398,"avatar_url":"https://avatars0.githubusercontent.com/u/34119398?v=4","gravatar_id":"","url":"https://api.github.com/users/CGH0621","html_url":"https://github.com/CGH0621","followers_url":"https://api.github.com/users/CGH0621/followers","following_url":"https://api.github.com/users/CGH0621/following{/other_user}","gists_url":"https://api.github.com/users/CGH0621/gists{/gist_id}","starred_url":"https://api.github.com/users/CGH0621/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/CGH0621/subscriptions","organizations_url":"https://api.github.com/users/CGH0621/orgs","repos_url":"https://api.github.com/users/CGH0621/repos","events_url":"https://api.github.com/users/CGH0621/events{/privacy}","received_events_url":"https://api.github.com/users/CGH0621/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"7516f10ece49b9119d4ab53c59243b60cdd2cdf9","created_at":"2017-11-30T08:28:37Z","updated_at":"2017-11-30T08:28:37Z","author_association":"OWNER","body":"21"}} | {
"id": 112571049,
"name": "CGH0621/java",
"url": "https://api.github.com/repos/CGH0621/java"
} | {
"id": 34119398,
"login": "CGH0621",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/34119398?",
"url": "https://api.github.com/users/CGH0621"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-11-30T08:28:37 | 6923301043 | {"actor":{"display_login":"CGH0621"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/Talh4/IslandOfWarrior/comments/26122125","html_url":"https://github.com/Talh4/IslandOfWarrior/commit/bb80eeefec4bb1b7fabaddaefe157fe97645fc93#commitcomment-26122125","id":26122125,"user":{"login":"Talh4","id":34317394,"avatar_url":"https://avatars2.githubusercontent.com/u/34317394?v=4","gravatar_id":"","url":"https://api.github.com/users/Talh4","html_url":"https://github.com/Talh4","followers_url":"https://api.github.com/users/Talh4/followers","following_url":"https://api.github.com/users/Talh4/following{/other_user}","gists_url":"https://api.github.com/users/Talh4/gists{/gist_id}","starred_url":"https://api.github.com/users/Talh4/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Talh4/subscriptions","organizations_url":"https://api.github.com/users/Talh4/orgs","repos_url":"https://api.github.com/users/Talh4/repos","events_url":"https://api.github.com/users/Talh4/events{/privacy}","received_events_url":"https://api.github.com/users/Talh4/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"bb80eeefec4bb1b7fabaddaefe157fe97645fc93","created_at":"2017-12-07T18:57:45Z","updated_at":"2017-12-07T18:57:45Z","author_association":"OWNER","body":" [Nükleer Bomba Güçlendirmesi Sadece Kullanıcı Satın Aldığında Aktif Olmalı. Dİğer Türlü Pasif Kalmalı.](https://trello.com/c/hFWiHGat/28-n%C3%BCkleer-bomba-g%C3%BC%C3%A7lendirmesi-sadece-kullan%C4%B1c%C4%B1-sat%C4%B1n-ald%C4%B1%C4%9F%C4%B1nda-aktif-olmal%C4%B1-di%CC%87%C4%9Fer-t%C3%BCrl%C3%BC-pasif-kalmal%C4%B1)"}} | {
"id": 113356760,
"name": "Talh4/IslandOfWarrior",
"url": "https://api.github.com/repos/Talh4/IslandOfWarrior"
} | {
"id": 34317394,
"login": "Talh4",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/34317394?",
"url": "https://api.github.com/users/Talh4"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-12-07T18:57:45 | 6958630567 | {"actor":{"display_login":"Talh4"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/zaqueurodrigues/EstoqueSupermercado/comments/24070064","html_url":"https://github.com/zaqueurodrigues/EstoqueSupermercado/commit/69c7b75549dd05b826976e3f554e4fe1603672b8#commitcomment-24070064","id":24070064,"user":{"login":"joaovitorcavalcante","id":26802457,"avatar_url":"https://avatars1.githubusercontent.com/u/26802457?v=4","gravatar_id":"","url":"https://api.github.com/users/joaovitorcavalcante","html_url":"https://github.com/joaovitorcavalcante","followers_url":"https://api.github.com/users/joaovitorcavalcante/followers","following_url":"https://api.github.com/users/joaovitorcavalcante/following{/other_user}","gists_url":"https://api.github.com/users/joaovitorcavalcante/gists{/gist_id}","starred_url":"https://api.github.com/users/joaovitorcavalcante/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/joaovitorcavalcante/subscriptions","organizations_url":"https://api.github.com/users/joaovitorcavalcante/orgs","repos_url":"https://api.github.com/users/joaovitorcavalcante/repos","events_url":"https://api.github.com/users/joaovitorcavalcante/events{/privacy}","received_events_url":"https://api.github.com/users/joaovitorcavalcante/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"69c7b75549dd05b826976e3f554e4fe1603672b8","created_at":"2017-09-04T11:14:52Z","updated_at":"2017-09-04T11:14:52Z","author_association":"COLLABORATOR","body":"xibata é o caralho"}} | {
"id": 102351370,
"name": "zaqueurodrigues/EstoqueSupermercado",
"url": "https://api.github.com/repos/zaqueurodrigues/EstoqueSupermercado"
} | {
"id": 26802457,
"login": "joaovitorcavalcante",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/26802457?",
"url": "https://api.github.com/users/joaovitorcavalcante"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-09-04T11:14:52 | 6546639993 | {"actor":{"display_login":"joaovitorcavalcante"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/juliannabspence/homework_assignment2/comments/23270463","html_url":"https://github.com/juliannabspence/homework_assignment2/commit/06d2b2c6192f1be525177330115b6e427b36cb1d#commitcomment-23270463","id":23270463,"user":{"login":"barryross","id":2281667,"avatar_url":"https://avatars2.githubusercontent.com/u/2281667?v=4","gravatar_id":"","url":"https://api.github.com/users/barryross","html_url":"https://github.com/barryross","followers_url":"https://api.github.com/users/barryross/followers","following_url":"https://api.github.com/users/barryross/following{/other_user}","gists_url":"https://api.github.com/users/barryross/gists{/gist_id}","starred_url":"https://api.github.com/users/barryross/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/barryross/subscriptions","organizations_url":"https://api.github.com/users/barryross/orgs","repos_url":"https://api.github.com/users/barryross/repos","events_url":"https://api.github.com/users/barryross/events{/privacy}","received_events_url":"https://api.github.com/users/barryross/received_events","type":"User","site_admin":false},"position":43,"line":43,"path":"css/style.css","commit_id":"06d2b2c6192f1be525177330115b6e427b36cb1d","created_at":"2017-07-24T18:07:49Z","updated_at":"2017-07-24T18:07:49Z","body":"Awesome work creating and using the `.button` class and being able to remove redundant lines from the `#button1` and `#button2` rules!"}} | {
"id": 97774110,
"name": "juliannabspence/homework_assignment2",
"url": "https://api.github.com/repos/juliannabspence/homework_assignment2"
} | {
"id": 2281667,
"login": "barryross",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/2281667?",
"url": "https://api.github.com/users/barryross"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-07-24T18:07:49 | 6317653024 | {"actor":{"display_login":"barryross"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/MichaelWallace30/CommProtocol/comments/21761119","html_url":"https://github.com/MichaelWallace30/CommProtocol/commit/d390f1b900031bde56284ae8f9677e6ad85a893b#commitcomment-21761119","id":21761119,"user":{"login":"CheezBoiger","id":10396295,"avatar_url":"https://avatars2.githubusercontent.com/u/10396295?v=3","gravatar_id":"","url":"https://api.github.com/users/CheezBoiger","html_url":"https://github.com/CheezBoiger","followers_url":"https://api.github.com/users/CheezBoiger/followers","following_url":"https://api.github.com/users/CheezBoiger/following{/other_user}","gists_url":"https://api.github.com/users/CheezBoiger/gists{/gist_id}","starred_url":"https://api.github.com/users/CheezBoiger/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/CheezBoiger/subscriptions","organizations_url":"https://api.github.com/users/CheezBoiger/orgs","repos_url":"https://api.github.com/users/CheezBoiger/repos","events_url":"https://api.github.com/users/CheezBoiger/events{/privacy}","received_events_url":"https://api.github.com/users/CheezBoiger/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"d390f1b900031bde56284ae8f9677e6ad85a893b","created_at":"2017-04-14T00:37:52Z","updated_at":"2017-04-14T00:37:52Z","body":"@Jester565 Yea unfortunately windows won't be fixing it, simply because their backwards compatibility oath. Winsock2 is just a replacement for winsock, it has all the same api calls, but with added protocols like bluetooth and wlan and stuffs, along with a better implementation with their tcp/ip network that winsock had trouble with. This is a result of poor design of their interface though, in my opinion. that is why we say we need to limit the amount of changes we do in header files. Otherwise you get problems like Angular.js and angular2.js. Not to mentio the Unity engine is known for this as well."}} | {
"id": 58155549,
"name": "MichaelWallace30/CommProtocol",
"url": "https://api.github.com/repos/MichaelWallace30/CommProtocol"
} | {
"id": 10396295,
"login": "CheezBoiger",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/10396295?",
"url": "https://api.github.com/users/CheezBoiger"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-04-14T00:37:52 | 5687879728 | {"actor":{"display_login":"CheezBoiger"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/KatarzynaHawliczek/Projekt_nr_161/comments/20505717","html_url":"https://github.com/KatarzynaHawliczek/Projekt_nr_161/commit/f80e2cb4f9fc6b85f53e64a23ca56e4df98793b9#commitcomment-20505717","id":20505717,"user":{"login":"KatarzynaHawliczek","id":24282086,"avatar_url":"https://avatars.githubusercontent.com/u/24282086?v=3","gravatar_id":"","url":"https://api.github.com/users/KatarzynaHawliczek","html_url":"https://github.com/KatarzynaHawliczek","followers_url":"https://api.github.com/users/KatarzynaHawliczek/followers","following_url":"https://api.github.com/users/KatarzynaHawliczek/following{/other_user}","gists_url":"https://api.github.com/users/KatarzynaHawliczek/gists{/gist_id}","starred_url":"https://api.github.com/users/KatarzynaHawliczek/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/KatarzynaHawliczek/subscriptions","organizations_url":"https://api.github.com/users/KatarzynaHawliczek/orgs","repos_url":"https://api.github.com/users/KatarzynaHawliczek/repos","events_url":"https://api.github.com/users/KatarzynaHawliczek/events{/privacy}","received_events_url":"https://api.github.com/users/KatarzynaHawliczek/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"f80e2cb4f9fc6b85f53e64a23ca56e4df98793b9","created_at":"2017-01-17T15:30:36Z","updated_at":"2017-01-17T15:30:36Z","body":"Projekt nr 161\r\nKatarzyna Hawliczek 15804\r\nProgram rysuje figurę znakiem ASCII i umożliwia przesuwanie jej w prawo, lewo, górę i dół oraz zmniejszanie i zwiększanie jej.\r\n"}} | {
"id": 79240636,
"name": "KatarzynaHawliczek/Projekt_nr_161",
"url": "https://api.github.com/repos/KatarzynaHawliczek/Projekt_nr_161"
} | {
"id": 24282086,
"login": "KatarzynaHawliczek",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/24282086?",
"url": "https://api.github.com/users/KatarzynaHawliczek"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-01-17T15:30:36 | 5166126829 | {"actor":{"display_login":"KatarzynaHawliczek"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/brunom76/rpg-pi/comments/25912272","html_url":"https://github.com/brunom76/rpg-pi/commit/452b11ab0b74b18e4a264f09530949c92bb443e0#commitcomment-25912272","id":25912272,"user":{"login":"UnbreakableKid","id":29483407,"avatar_url":"https://avatars0.githubusercontent.com/u/29483407?v=4","gravatar_id":"","url":"https://api.github.com/users/UnbreakableKid","html_url":"https://github.com/UnbreakableKid","followers_url":"https://api.github.com/users/UnbreakableKid/followers","following_url":"https://api.github.com/users/UnbreakableKid/following{/other_user}","gists_url":"https://api.github.com/users/UnbreakableKid/gists{/gist_id}","starred_url":"https://api.github.com/users/UnbreakableKid/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/UnbreakableKid/subscriptions","organizations_url":"https://api.github.com/users/UnbreakableKid/orgs","repos_url":"https://api.github.com/users/UnbreakableKid/repos","events_url":"https://api.github.com/users/UnbreakableKid/events{/privacy}","received_events_url":"https://api.github.com/users/UnbreakableKid/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"452b11ab0b74b18e4a264f09530949c92bb443e0","created_at":"2017-11-29T00:08:58Z","updated_at":"2017-11-29T00:08:58Z","author_association":"COLLABORATOR","body":"i'm stupid"}} | {
"id": 105023184,
"name": "brunom76/rpg-pi",
"url": "https://api.github.com/repos/brunom76/rpg-pi"
} | {
"id": 29483407,
"login": "UnbreakableKid",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/29483407?",
"url": "https://api.github.com/users/UnbreakableKid"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-11-29T00:08:58 | 6916007418 | {"actor":{"display_login":"UnbreakableKid"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/mr-teu/react-ab-test/comments/25548272","html_url":"https://github.com/mr-teu/react-ab-test/commit/82a2b1d87fdc687d4d269010022bb734b4a4086c#commitcomment-25548272","id":25548272,"user":{"login":"cicloid","id":1833,"avatar_url":"https://avatars2.githubusercontent.com/u/1833?v=4","gravatar_id":"","url":"https://api.github.com/users/cicloid","html_url":"https://github.com/cicloid","followers_url":"https://api.github.com/users/cicloid/followers","following_url":"https://api.github.com/users/cicloid/following{/other_user}","gists_url":"https://api.github.com/users/cicloid/gists{/gist_id}","starred_url":"https://api.github.com/users/cicloid/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cicloid/subscriptions","organizations_url":"https://api.github.com/users/cicloid/orgs","repos_url":"https://api.github.com/users/cicloid/repos","events_url":"https://api.github.com/users/cicloid/events{/privacy}","received_events_url":"https://api.github.com/users/cicloid/received_events","type":"User","site_admin":false},"position":5,"line":81,"path":"src/CoreExperiment.jsx","commit_id":"82a2b1d87fdc687d4d269010022bb734b4a4086c","created_at":"2017-11-11T06:52:21Z","updated_at":"2017-11-11T06:52:21Z","author_association":"NONE","body":"?"}} | {
"id": 110039392,
"name": "mr-teu/react-ab-test",
"url": "https://api.github.com/repos/mr-teu/react-ab-test"
} | {
"id": 1833,
"login": "cicloid",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/1833?",
"url": "https://api.github.com/users/cicloid"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-11-11T06:52:21 | 6840963791 | {"actor":{"display_login":"cicloid"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/perfectboy/Student-2048new/comments/22808959","html_url":"https://github.com/perfectboy/Student-2048new/commit/b2734a49b4fe865a3797f6673435253a650ea095#commitcomment-22808959","id":22808959,"user":{"login":"perfectboy","id":20873762,"avatar_url":"https://avatars1.githubusercontent.com/u/20873762?v=3","gravatar_id":"","url":"https://api.github.com/users/perfectboy","html_url":"https://github.com/perfectboy","followers_url":"https://api.github.com/users/perfectboy/followers","following_url":"https://api.github.com/users/perfectboy/following{/other_user}","gists_url":"https://api.github.com/users/perfectboy/gists{/gist_id}","starred_url":"https://api.github.com/users/perfectboy/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/perfectboy/subscriptions","organizations_url":"https://api.github.com/users/perfectboy/orgs","repos_url":"https://api.github.com/users/perfectboy/repos","events_url":"https://api.github.com/users/perfectboy/events{/privacy}","received_events_url":"https://api.github.com/users/perfectboy/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"b2734a49b4fe865a3797f6673435253a650ea095","created_at":"2017-06-28T12:53:44Z","updated_at":"2017-06-28T12:53:44Z","body":"碳酸钡,化学式BaCO3。六角形微细晶体或白色粉末,难溶于水,能与酸反应放出二氧化碳。"}} | {
"id": 65617913,
"name": "perfectboy/Student-2048new",
"url": "https://api.github.com/repos/perfectboy/Student-2048new"
} | {
"id": 20873762,
"login": "perfectboy",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/20873762?",
"url": "https://api.github.com/users/perfectboy"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-06-28T12:53:44 | 6154520831 | {"actor":{"display_login":"perfectboy"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/WawanAndiika/gekresto/comments/21489642","html_url":"https://github.com/WawanAndiika/gekresto/commit/fa231bfc5f2399631c2b183905372e74f84fb8ac#commitcomment-21489642","id":21489642,"user":{"login":"myogin","id":26683915,"avatar_url":"https://avatars1.githubusercontent.com/u/26683915?v=3","gravatar_id":"","url":"https://api.github.com/users/myogin","html_url":"https://github.com/myogin","followers_url":"https://api.github.com/users/myogin/followers","following_url":"https://api.github.com/users/myogin/following{/other_user}","gists_url":"https://api.github.com/users/myogin/gists{/gist_id}","starred_url":"https://api.github.com/users/myogin/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/myogin/subscriptions","organizations_url":"https://api.github.com/users/myogin/orgs","repos_url":"https://api.github.com/users/myogin/repos","events_url":"https://api.github.com/users/myogin/events{/privacy}","received_events_url":"https://api.github.com/users/myogin/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"fa231bfc5f2399631c2b183905372e74f84fb8ac","created_at":"2017-03-26T05:12:52Z","updated_at":"2017-03-26T05:12:52Z","body":"tes"}} | {
"id": 86166100,
"name": "WawanAndiika/gekresto",
"url": "https://api.github.com/repos/WawanAndiika/gekresto"
} | {
"id": 26683915,
"login": "myogin",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/26683915?",
"url": "https://api.github.com/users/myogin"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-03-26T05:12:52 | 5564619803 | {"actor":{"display_login":"myogin"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/Beercow/NBDServer/comments/21582769","html_url":"https://github.com/Beercow/NBDServer/commit/6c593ef48ae322d1825aca4afcbacb8f95fce422#commitcomment-21582769","id":21582769,"user":{"login":"Beercow","id":10360919,"avatar_url":"https://avatars2.githubusercontent.com/u/10360919?v=3","gravatar_id":"","url":"https://api.github.com/users/Beercow","html_url":"https://github.com/Beercow","followers_url":"https://api.github.com/users/Beercow/followers","following_url":"https://api.github.com/users/Beercow/following{/other_user}","gists_url":"https://api.github.com/users/Beercow/gists{/gist_id}","starred_url":"https://api.github.com/users/Beercow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Beercow/subscriptions","organizations_url":"https://api.github.com/users/Beercow/orgs","repos_url":"https://api.github.com/users/Beercow/repos","events_url":"https://api.github.com/users/Beercow/events{/privacy}","received_events_url":"https://api.github.com/users/Beercow/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"6c593ef48ae322d1825aca4afcbacb8f95fce422","created_at":"2017-03-31T18:57:47Z","updated_at":"2017-03-31T18:57:47Z","body":"#define FSCTL_ALLOW_EXTENDED_DASD_IO 0x90083"}} | {
"id": 77660705,
"name": "Beercow/NBDServer",
"url": "https://api.github.com/repos/Beercow/NBDServer"
} | {
"id": 10360919,
"login": "Beercow",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/10360919?",
"url": "https://api.github.com/users/Beercow"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-03-31T18:57:47 | 5605296741 | {"actor":{"display_login":"Beercow"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/martin-podlubny/cordova-plugin-fcm/comments/21782072","html_url":"https://github.com/martin-podlubny/cordova-plugin-fcm/commit/f17aed5604d14b1d89d5c7880c1888e928041b09#commitcomment-21782072","id":21782072,"user":{"login":"haqeem19","id":17331243,"avatar_url":"https://avatars0.githubusercontent.com/u/17331243?v=3","gravatar_id":"","url":"https://api.github.com/users/haqeem19","html_url":"https://github.com/haqeem19","followers_url":"https://api.github.com/users/haqeem19/followers","following_url":"https://api.github.com/users/haqeem19/following{/other_user}","gists_url":"https://api.github.com/users/haqeem19/gists{/gist_id}","starred_url":"https://api.github.com/users/haqeem19/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/haqeem19/subscriptions","organizations_url":"https://api.github.com/users/haqeem19/orgs","repos_url":"https://api.github.com/users/haqeem19/repos","events_url":"https://api.github.com/users/haqeem19/events{/privacy}","received_events_url":"https://api.github.com/users/haqeem19/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"f17aed5604d14b1d89d5c7880c1888e928041b09","created_at":"2017-04-17T08:32:16Z","updated_at":"2017-04-17T08:32:16Z","body":"still not working for me, ios 9.4 :("}} | {
"id": 79645435,
"name": "martin-podlubny/cordova-plugin-fcm",
"url": "https://api.github.com/repos/martin-podlubny/cordova-plugin-fcm"
} | {
"id": 17331243,
"login": "haqeem19",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/17331243?",
"url": "https://api.github.com/users/haqeem19"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-04-17T08:32:16 | 5698913758 | {"actor":{"display_login":"haqeem19"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/einav18-meet/meet201617YL1cs-chat/comments/20655429","html_url":"https://github.com/einav18-meet/meet201617YL1cs-chat/commit/16af74b8ef313b5ac873433896d611ce3c251a43#commitcomment-20655429","id":20655429,"user":{"login":"einav18-meet","id":23617421,"avatar_url":"https://avatars.githubusercontent.com/u/23617421?v=3","gravatar_id":"","url":"https://api.github.com/users/einav18-meet","html_url":"https://github.com/einav18-meet","followers_url":"https://api.github.com/users/einav18-meet/followers","following_url":"https://api.github.com/users/einav18-meet/following{/other_user}","gists_url":"https://api.github.com/users/einav18-meet/gists{/gist_id}","starred_url":"https://api.github.com/users/einav18-meet/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/einav18-meet/subscriptions","organizations_url":"https://api.github.com/users/einav18-meet/orgs","repos_url":"https://api.github.com/users/einav18-meet/repos","events_url":"https://api.github.com/users/einav18-meet/events{/privacy}","received_events_url":"https://api.github.com/users/einav18-meet/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"16af74b8ef313b5ac873433896d611ce3c251a43","created_at":"2017-01-29T19:24:45Z","updated_at":"2017-01-29T19:24:45Z","body":"Thank you,\nIll do it.\nEinav\n\nבתאריך 29 בינו׳ 2017 21:23, \"Ted\" <[email protected]> כתב:\n\n> Hi, Einav,\n>\n> This is a very good start. One small thing to look at: watch the spelling\n> of height.\n>\n> You can now move on to the next method of TextBox - write_msg. You will\n> likely find at some point down the road that you may need to go back and\n> make a few small changes to draw_box, but that's normal. We write code\n> iteratively - we make a first draft, try it out, and improve it, try it\n> again, improve it, and keep repeating until we get something we like.\n>\n> See you at the open session,\n>\n> Ted\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/einav18-meet/meet201617YL1cs-chat/commit/16af74b8ef313b5ac873433896d611ce3c251a43#commitcomment-20655426>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AWhfjU7Q5iMaO-pEhWtzxsYAPLDrzhLqks5rXOc-gaJpZM4Lw4OU>\n> .\n>\n"}} | {
"id": 80033116,
"name": "einav18-meet/meet201617YL1cs-chat",
"url": "https://api.github.com/repos/einav18-meet/meet201617YL1cs-chat"
} | {
"id": 23617421,
"login": "einav18-meet",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/23617421?",
"url": "https://api.github.com/users/einav18-meet"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-01-29T19:24:45 | 5230661374 | {"actor":{"display_login":"einav18-meet"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/bodawei/contrib-electrode/comments/22792221","html_url":"https://github.com/bodawei/contrib-electrode/commit/43ac196d1efa7d734783a8d164b716da97a019a8#commitcomment-22792221","id":22792221,"user":{"login":"jchip","id":5876741,"avatar_url":"https://avatars0.githubusercontent.com/u/5876741?v=3","gravatar_id":"","url":"https://api.github.com/users/jchip","html_url":"https://github.com/jchip","followers_url":"https://api.github.com/users/jchip/followers","following_url":"https://api.github.com/users/jchip/following{/other_user}","gists_url":"https://api.github.com/users/jchip/gists{/gist_id}","starred_url":"https://api.github.com/users/jchip/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jchip/subscriptions","organizations_url":"https://api.github.com/users/jchip/orgs","repos_url":"https://api.github.com/users/jchip/repos","events_url":"https://api.github.com/users/jchip/events{/privacy}","received_events_url":"https://api.github.com/users/jchip/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"43ac196d1efa7d734783a8d164b716da97a019a8","created_at":"2017-06-27T18:05:42Z","updated_at":"2017-06-27T18:05:42Z","body":"we might need to imporve the `<script` regex a bit to compensate for `< script` (if the browser recognize that also)."}} | {
"id": 93566820,
"name": "bodawei/contrib-electrode",
"url": "https://api.github.com/repos/bodawei/contrib-electrode"
} | {
"id": 5876741,
"login": "jchip",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/5876741?",
"url": "https://api.github.com/users/jchip"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-06-27T18:05:42 | 6148555638 | {"actor":{"display_login":"jchip"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/otayuki/gr2moc/comments/21156309","html_url":"https://github.com/otayuki/gr2moc/commit/b253f174e16452eca53c3a1e6a1b8a5cfdea26c0#commitcomment-21156309","id":21156309,"user":{"login":"otayuki","id":19606612,"avatar_url":"https://avatars2.githubusercontent.com/u/19606612?v=3","gravatar_id":"","url":"https://api.github.com/users/otayuki","html_url":"https://github.com/otayuki","followers_url":"https://api.github.com/users/otayuki/followers","following_url":"https://api.github.com/users/otayuki/following{/other_user}","gists_url":"https://api.github.com/users/otayuki/gists{/gist_id}","starred_url":"https://api.github.com/users/otayuki/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otayuki/subscriptions","organizations_url":"https://api.github.com/users/otayuki/orgs","repos_url":"https://api.github.com/users/otayuki/repos","events_url":"https://api.github.com/users/otayuki/events{/privacy}","received_events_url":"https://api.github.com/users/otayuki/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"b253f174e16452eca53c3a1e6a1b8a5cfdea26c0","created_at":"2017-03-05T07:23:53Z","updated_at":"2017-03-05T07:23:53Z","body":"This includes two primitive tools to obtain equilibrium structure data from grrm output"}} | {
"id": 59827545,
"name": "otayuki/gr2moc",
"url": "https://api.github.com/repos/otayuki/gr2moc"
} | {
"id": 19606612,
"login": "otayuki",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/19606612?",
"url": "https://api.github.com/users/otayuki"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-03-05T07:23:53 | 5434473922 | {"actor":{"display_login":"otayuki"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/katabathina/studio/comments/24800655","html_url":"https://github.com/katabathina/studio/commit/bd183695d3d30fbe863d7e647397d88ee378a8ef#commitcomment-24800655","id":24800655,"user":{"login":"katabathina","id":31954639,"avatar_url":"https://avatars2.githubusercontent.com/u/31954639?v=4","gravatar_id":"","url":"https://api.github.com/users/katabathina","html_url":"https://github.com/katabathina","followers_url":"https://api.github.com/users/katabathina/followers","following_url":"https://api.github.com/users/katabathina/following{/other_user}","gists_url":"https://api.github.com/users/katabathina/gists{/gist_id}","starred_url":"https://api.github.com/users/katabathina/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/katabathina/subscriptions","organizations_url":"https://api.github.com/users/katabathina/orgs","repos_url":"https://api.github.com/users/katabathina/repos","events_url":"https://api.github.com/users/katabathina/events{/privacy}","received_events_url":"https://api.github.com/users/katabathina/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"bd183695d3d30fbe863d7e647397d88ee378a8ef","created_at":"2017-10-06T07:39:23Z","updated_at":"2017-10-06T07:39:23Z","author_association":"OWNER","body":"commit"}} | {
"id": 105978810,
"name": "katabathina/studio",
"url": "https://api.github.com/repos/katabathina/studio"
} | {
"id": 31954639,
"login": "katabathina",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/31954639?",
"url": "https://api.github.com/users/katabathina"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-10-06T07:39:23 | 6681944579 | {"actor":{"display_login":"katabathina"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/Adenilson/zlib-ng/comments/21624396","html_url":"https://github.com/Adenilson/zlib-ng/commit/a551815e95f47d0b7a2dc91c3af3ea587fe03626#commitcomment-21624396","id":21624396,"user":{"login":"Adenilson","id":959744,"avatar_url":"https://avatars2.githubusercontent.com/u/959744?v=3","gravatar_id":"","url":"https://api.github.com/users/Adenilson","html_url":"https://github.com/Adenilson","followers_url":"https://api.github.com/users/Adenilson/followers","following_url":"https://api.github.com/users/Adenilson/following{/other_user}","gists_url":"https://api.github.com/users/Adenilson/gists{/gist_id}","starred_url":"https://api.github.com/users/Adenilson/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Adenilson/subscriptions","organizations_url":"https://api.github.com/users/Adenilson/orgs","repos_url":"https://api.github.com/users/Adenilson/repos","events_url":"https://api.github.com/users/Adenilson/events{/privacy}","received_events_url":"https://api.github.com/users/Adenilson/received_events","type":"User","site_admin":false},"position":17,"line":70,"path":"adler32.c","commit_id":"a551815e95f47d0b7a2dc91c3af3ea587fe03626","created_at":"2017-04-04T18:13:50Z","updated_at":"2017-04-04T18:13:50Z","body":"Ack."}} | {
"id": 87097459,
"name": "Adenilson/zlib-ng",
"url": "https://api.github.com/repos/Adenilson/zlib-ng"
} | {
"id": 959744,
"login": "Adenilson",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/959744?",
"url": "https://api.github.com/users/Adenilson"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-04-04T18:13:50 | 5624949382 | {"actor":{"display_login":"Adenilson"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/SuperWonjune/Console_Shooting/comments/22229661","html_url":"https://github.com/SuperWonjune/Console_Shooting/commit/a4cfd05e873a3c4734a1b696bdb2c284f96a4dba#commitcomment-22229661","id":22229661,"user":{"login":"SuperWonjune","id":5356935,"avatar_url":"https://avatars0.githubusercontent.com/u/5356935?v=3","gravatar_id":"","url":"https://api.github.com/users/SuperWonjune","html_url":"https://github.com/SuperWonjune","followers_url":"https://api.github.com/users/SuperWonjune/followers","following_url":"https://api.github.com/users/SuperWonjune/following{/other_user}","gists_url":"https://api.github.com/users/SuperWonjune/gists{/gist_id}","starred_url":"https://api.github.com/users/SuperWonjune/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/SuperWonjune/subscriptions","organizations_url":"https://api.github.com/users/SuperWonjune/orgs","repos_url":"https://api.github.com/users/SuperWonjune/repos","events_url":"https://api.github.com/users/SuperWonjune/events{/privacy}","received_events_url":"https://api.github.com/users/SuperWonjune/received_events","type":"User","site_admin":false},"position":15,"line":44,"path":"src/Scene.h","commit_id":"a4cfd05e873a3c4734a1b696bdb2c284f96a4dba","created_at":"2017-05-22T13:10:41Z","updated_at":"2017-05-22T13:10:41Z","body":"public static 으로 옮겼다.\r\n결국 버퍼 같이 많은 객체에서 자주 쓰이는 요소는 전역적으로 참조할 방법밖에 없는것같음.."}} | {
"id": 89691627,
"name": "SuperWonjune/Console_Shooting",
"url": "https://api.github.com/repos/SuperWonjune/Console_Shooting"
} | {
"id": 5356935,
"login": "SuperWonjune",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/5356935?",
"url": "https://api.github.com/users/SuperWonjune"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-05-22T13:10:41 | 5917397636 | {"actor":{"display_login":"SuperWonjune"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/Jfortunati/demo-repo/comments/26044105","html_url":"https://github.com/Jfortunati/demo-repo/commit/272f5a97890bf82f83da6b168d74ade30f8f4845#commitcomment-26044105","id":26044105,"user":{"login":"Jfortunati","id":30081957,"avatar_url":"https://avatars2.githubusercontent.com/u/30081957?v=4","gravatar_id":"","url":"https://api.github.com/users/Jfortunati","html_url":"https://github.com/Jfortunati","followers_url":"https://api.github.com/users/Jfortunati/followers","following_url":"https://api.github.com/users/Jfortunati/following{/other_user}","gists_url":"https://api.github.com/users/Jfortunati/gists{/gist_id}","starred_url":"https://api.github.com/users/Jfortunati/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Jfortunati/subscriptions","organizations_url":"https://api.github.com/users/Jfortunati/orgs","repos_url":"https://api.github.com/users/Jfortunati/repos","events_url":"https://api.github.com/users/Jfortunati/events{/privacy}","received_events_url":"https://api.github.com/users/Jfortunati/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"272f5a97890bf82f83da6b168d74ade30f8f4845","created_at":"2017-12-04T21:37:27Z","updated_at":"2017-12-04T21:37:27Z","author_association":"OWNER","body":"Collaborator: Review for this commit was created. [Link to review](https://demo.smartbeartrial.com/ui#review:id=230)"}} | {
"id": 98215609,
"name": "Jfortunati/demo-repo",
"url": "https://api.github.com/repos/Jfortunati/demo-repo"
} | {
"id": 30081957,
"login": "Jfortunati",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/30081957?",
"url": "https://api.github.com/users/Jfortunati"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-12-04T21:37:27 | 6941867630 | {"actor":{"display_login":"Jfortunati"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/morph027/vm/comments/21559672","html_url":"https://github.com/morph027/vm/commit/068211c3ea8d365b6acb241b48ab57c523979120#commitcomment-21559672","id":21559672,"user":{"login":"enoch85","id":4511254,"avatar_url":"https://avatars1.githubusercontent.com/u/4511254?v=3","gravatar_id":"","url":"https://api.github.com/users/enoch85","html_url":"https://github.com/enoch85","followers_url":"https://api.github.com/users/enoch85/followers","following_url":"https://api.github.com/users/enoch85/following{/other_user}","gists_url":"https://api.github.com/users/enoch85/gists{/gist_id}","starred_url":"https://api.github.com/users/enoch85/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/enoch85/subscriptions","organizations_url":"https://api.github.com/users/enoch85/orgs","repos_url":"https://api.github.com/users/enoch85/repos","events_url":"https://api.github.com/users/enoch85/events{/privacy}","received_events_url":"https://api.github.com/users/enoch85/received_events","type":"User","site_admin":false},"position":65,"line":80,"path":"lets-encrypt/activate-ssl.sh","commit_id":"068211c3ea8d365b6acb241b48ab57c523979120","created_at":"2017-03-30T14:36:33Z","updated_at":"2017-03-30T14:36:33Z","body":"Why remove this?"}} | {
"id": 86545691,
"name": "morph027/vm",
"url": "https://api.github.com/repos/morph027/vm"
} | {
"id": 4511254,
"login": "enoch85",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/4511254?",
"url": "https://api.github.com/users/enoch85"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-03-30T14:36:33 | 5595835769 | {"actor":{"display_login":"enoch85"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/Lchiffon/ggimage-md-for-COS/comments/21326543","html_url":"https://github.com/Lchiffon/ggimage-md-for-COS/commit/cfb2e360d45af2f8480c0bb51f38efefdd35aaa5#commitcomment-21326543","id":21326543,"user":{"login":"PuddingNnn","id":4189703,"avatar_url":"https://avatars1.githubusercontent.com/u/4189703?v=3","gravatar_id":"","url":"https://api.github.com/users/PuddingNnn","html_url":"https://github.com/PuddingNnn","followers_url":"https://api.github.com/users/PuddingNnn/followers","following_url":"https://api.github.com/users/PuddingNnn/following{/other_user}","gists_url":"https://api.github.com/users/PuddingNnn/gists{/gist_id}","starred_url":"https://api.github.com/users/PuddingNnn/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/PuddingNnn/subscriptions","organizations_url":"https://api.github.com/users/PuddingNnn/orgs","repos_url":"https://api.github.com/users/PuddingNnn/repos","events_url":"https://api.github.com/users/PuddingNnn/events{/privacy}","received_events_url":"https://api.github.com/users/PuddingNnn/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"cfb2e360d45af2f8480c0bb51f38efefdd35aaa5","created_at":"2017-03-15T09:03:05Z","updated_at":"2017-03-15T09:03:05Z","body":"@GuangchuangYu 光创,感觉很赞!能否在开头加一个导言/摘要,好像上来就是知识介绍了,有点突兀哈。\r\nbtw文末不用感谢我了,感谢大为&太云就好哈,辛苦了:)"}} | {
"id": 84766671,
"name": "Lchiffon/ggimage-md-for-COS",
"url": "https://api.github.com/repos/Lchiffon/ggimage-md-for-COS"
} | {
"id": 4189703,
"login": "PuddingNnn",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/4189703?",
"url": "https://api.github.com/users/PuddingNnn"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-03-15T09:03:05 | 5496512686 | {"actor":{"display_login":"PuddingNnn"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/1deaworld/software_proj2_6/comments/25886224","html_url":"https://github.com/1deaworld/software_proj2_6/commit/e64b0326e2865a6ca7ee272417c017f2c0834eec#commitcomment-25886224","id":25886224,"user":{"login":"20171609","id":28584277,"avatar_url":"https://avatars1.githubusercontent.com/u/28584277?v=4","gravatar_id":"","url":"https://api.github.com/users/20171609","html_url":"https://github.com/20171609","followers_url":"https://api.github.com/users/20171609/followers","following_url":"https://api.github.com/users/20171609/following{/other_user}","gists_url":"https://api.github.com/users/20171609/gists{/gist_id}","starred_url":"https://api.github.com/users/20171609/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/20171609/subscriptions","organizations_url":"https://api.github.com/users/20171609/orgs","repos_url":"https://api.github.com/users/20171609/repos","events_url":"https://api.github.com/users/20171609/events{/privacy}","received_events_url":"https://api.github.com/users/20171609/received_events","type":"User","site_admin":false},"position":28,"line":28,"path":"qkqkqkkqk/guess.py","commit_id":"e64b0326e2865a6ca7ee272417c017f2c0834eec","created_at":"2017-11-28T01:55:51Z","updated_at":"2017-11-28T01:55:51Z","author_association":"COLLABORATOR","body":"좋은 의견 고마워^^"}} | {
"id": 102677123,
"name": "1deaworld/software_proj2_6",
"url": "https://api.github.com/repos/1deaworld/software_proj2_6"
} | {
"id": 28584277,
"login": "20171609",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/28584277?",
"url": "https://api.github.com/users/20171609"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-11-28T01:55:51 | 6910376188 | {"actor":{"display_login":"20171609"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/bruderstein/nppPluginManager/comments/21742439","html_url":"https://github.com/bruderstein/nppPluginManager/commit/70698980d8140afc9c0b966e1d01451cec386e07#commitcomment-21742439","id":21742439,"user":{"login":"chcg","id":12630740,"avatar_url":"https://avatars3.githubusercontent.com/u/12630740?v=3","gravatar_id":"","url":"https://api.github.com/users/chcg","html_url":"https://github.com/chcg","followers_url":"https://api.github.com/users/chcg/followers","following_url":"https://api.github.com/users/chcg/following{/other_user}","gists_url":"https://api.github.com/users/chcg/gists{/gist_id}","starred_url":"https://api.github.com/users/chcg/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/chcg/subscriptions","organizations_url":"https://api.github.com/users/chcg/orgs","repos_url":"https://api.github.com/users/chcg/repos","events_url":"https://api.github.com/users/chcg/events{/privacy}","received_events_url":"https://api.github.com/users/chcg/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"70698980d8140afc9c0b966e1d01451cec386e07","created_at":"2017-04-12T22:30:36Z","updated_at":"2017-04-12T22:30:36Z","body":"Interesting that we need a workaround of the workaround to get back on track. High speed update cycles this week. Let's see if we find some further easter eggs 🥇 "}} | {
"id": 242070,
"name": "bruderstein/nppPluginManager",
"url": "https://api.github.com/repos/bruderstein/nppPluginManager"
} | {
"id": 12630740,
"login": "chcg",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/12630740?",
"url": "https://api.github.com/users/chcg"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-04-12T22:30:36 | 5679758378 | {"actor":{"display_login":"chcg"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/ziggi/FCNPC/comments/21779160","html_url":"https://github.com/ziggi/FCNPC/commit/804545d1a0d26265e863d333213f6dacf5312c9c#commitcomment-21779160","id":21779160,"user":{"login":"ziggi","id":1020099,"avatar_url":"https://avatars3.githubusercontent.com/u/1020099?v=3","gravatar_id":"","url":"https://api.github.com/users/ziggi","html_url":"https://github.com/ziggi","followers_url":"https://api.github.com/users/ziggi/followers","following_url":"https://api.github.com/users/ziggi/following{/other_user}","gists_url":"https://api.github.com/users/ziggi/gists{/gist_id}","starred_url":"https://api.github.com/users/ziggi/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ziggi/subscriptions","organizations_url":"https://api.github.com/users/ziggi/orgs","repos_url":"https://api.github.com/users/ziggi/repos","events_url":"https://api.github.com/users/ziggi/events{/privacy}","received_events_url":"https://api.github.com/users/ziggi/received_events","type":"User","site_admin":false},"position":16,"line":523,"path":"src/CPlayerData.cpp","commit_id":"804545d1a0d26265e863d333213f6dacf5312c9c","created_at":"2017-04-16T17:46:37Z","updated_at":"2017-04-16T17:46:37Z","body":"Ehh, my bad."}} | {
"id": 49101449,
"name": "ziggi/FCNPC",
"url": "https://api.github.com/repos/ziggi/FCNPC"
} | {
"id": 1020099,
"login": "ziggi",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/1020099?",
"url": "https://api.github.com/users/ziggi"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-04-16T17:46:37 | 5697030253 | {"actor":{"display_login":"ziggi"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/TRBaldim/Projeto-BigData/comments/21053689","html_url":"https://github.com/TRBaldim/Projeto-BigData/commit/b2e8f0a280fdb1a640b495d6e5adcc729c33a821#commitcomment-21053689","id":21053689,"user":{"login":"TRBaldim","id":3915454,"avatar_url":"https://avatars.githubusercontent.com/u/3915454?v=3","gravatar_id":"","url":"https://api.github.com/users/TRBaldim","html_url":"https://github.com/TRBaldim","followers_url":"https://api.github.com/users/TRBaldim/followers","following_url":"https://api.github.com/users/TRBaldim/following{/other_user}","gists_url":"https://api.github.com/users/TRBaldim/gists{/gist_id}","starred_url":"https://api.github.com/users/TRBaldim/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/TRBaldim/subscriptions","organizations_url":"https://api.github.com/users/TRBaldim/orgs","repos_url":"https://api.github.com/users/TRBaldim/repos","events_url":"https://api.github.com/users/TRBaldim/events{/privacy}","received_events_url":"https://api.github.com/users/TRBaldim/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"b2e8f0a280fdb1a640b495d6e5adcc729c33a821","created_at":"2017-02-26T02:50:05Z","updated_at":"2017-02-26T02:50:05Z","body":" [Problema a recuperar dados Antigos gerando duplicidade.](https://trello.com/c/tERZVld6/24-problema-a-recuperar-dados-antigos-gerando-duplicidade)"}} | {
"id": 81679449,
"name": "TRBaldim/Projeto-BigData",
"url": "https://api.github.com/repos/TRBaldim/Projeto-BigData"
} | {
"id": 3915454,
"login": "TRBaldim",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/3915454?",
"url": "https://api.github.com/users/TRBaldim"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-02-26T02:50:05 | 5391760198 | {"actor":{"display_login":"TRBaldim"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/Mogeng/IOHMM/comments/25058790","html_url":"https://github.com/Mogeng/IOHMM/commit/bab1afaa75db13b79bd9e7ac3fc5dd21be5b57aa#commitcomment-25058790","id":25058790,"user":{"login":"Mogeng","id":6878934,"avatar_url":"https://avatars1.githubusercontent.com/u/6878934?v=4","gravatar_id":"","url":"https://api.github.com/users/Mogeng","html_url":"https://github.com/Mogeng","followers_url":"https://api.github.com/users/Mogeng/followers","following_url":"https://api.github.com/users/Mogeng/following{/other_user}","gists_url":"https://api.github.com/users/Mogeng/gists{/gist_id}","starred_url":"https://api.github.com/users/Mogeng/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Mogeng/subscriptions","organizations_url":"https://api.github.com/users/Mogeng/orgs","repos_url":"https://api.github.com/users/Mogeng/repos","events_url":"https://api.github.com/users/Mogeng/events{/privacy}","received_events_url":"https://api.github.com/users/Mogeng/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"bab1afaa75db13b79bd9e7ac3fc5dd21be5b57aa","created_at":"2017-10-18T17:33:34Z","updated_at":"2017-10-18T17:33:34Z","author_association":"OWNER","body":"Hi @songanz , if you want them to be dependent, you will have to specify the output as [['output1', 'output2']], rather than [['output1'], ['output2]].\r\n\r\n"}} | {
"id": 51579377,
"name": "Mogeng/IOHMM",
"url": "https://api.github.com/repos/Mogeng/IOHMM"
} | {
"id": 6878934,
"login": "Mogeng",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/6878934?",
"url": "https://api.github.com/users/Mogeng"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-10-18T17:33:34 | 6734299173 | {"actor":{"display_login":"Mogeng"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/jmarrec/OpenStudio/comments/23310688","html_url":"https://github.com/jmarrec/OpenStudio/commit/08c665cc83ae7b5931ce971634be1f63d1bfa240#commitcomment-23310688","id":23310688,"user":{"login":"nrel-bot-3","id":15201607,"avatar_url":"https://avatars0.githubusercontent.com/u/15201607?v=4","gravatar_id":"","url":"https://api.github.com/users/nrel-bot-3","html_url":"https://github.com/nrel-bot-3","followers_url":"https://api.github.com/users/nrel-bot-3/followers","following_url":"https://api.github.com/users/nrel-bot-3/following{/other_user}","gists_url":"https://api.github.com/users/nrel-bot-3/gists{/gist_id}","starred_url":"https://api.github.com/users/nrel-bot-3/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nrel-bot-3/subscriptions","organizations_url":"https://api.github.com/users/nrel-bot-3/orgs","repos_url":"https://api.github.com/users/nrel-bot-3/repos","events_url":"https://api.github.com/users/nrel-bot-3/events{/privacy}","received_events_url":"https://api.github.com/users/nrel-bot-3/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"08c665cc83ae7b5931ce971634be1f63d1bfa240","created_at":"2017-07-26T13:00:58Z","updated_at":"2017-07-26T13:00:58Z","body":"Enable_ChillerHeater_and_CentralHeatPump (jmarrec) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-08c665cc83ae7b5931ce971634be1f63d1bfa240-PR2699-x86_64-MacOS-10.10-clang.html'></a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-08c665cc83ae7b5931ce971634be1f63d1bfa240-PR2699-x86_64-MacOS-10.10-clang.html'></a> \n"}} | {
"id": 33243342,
"name": "jmarrec/OpenStudio",
"url": "https://api.github.com/repos/jmarrec/OpenStudio"
} | {
"id": 15201607,
"login": "nrel-bot-3",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/15201607?",
"url": "https://api.github.com/users/nrel-bot-3"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-07-26T13:00:58 | 6332579126 | {"actor":{"display_login":"nrel-bot-3"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/InfinityDreamt/index.html/comments/20847040","html_url":"https://github.com/InfinityDreamt/index.html/commit/311432b89ed202dbffa45713df0d27305e755a36#commitcomment-20847040","id":20847040,"user":{"login":"InfinityDreamt","id":10732340,"avatar_url":"https://avatars.githubusercontent.com/u/10732340?v=3","gravatar_id":"","url":"https://api.github.com/users/InfinityDreamt","html_url":"https://github.com/InfinityDreamt","followers_url":"https://api.github.com/users/InfinityDreamt/followers","following_url":"https://api.github.com/users/InfinityDreamt/following{/other_user}","gists_url":"https://api.github.com/users/InfinityDreamt/gists{/gist_id}","starred_url":"https://api.github.com/users/InfinityDreamt/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/InfinityDreamt/subscriptions","organizations_url":"https://api.github.com/users/InfinityDreamt/orgs","repos_url":"https://api.github.com/users/InfinityDreamt/repos","events_url":"https://api.github.com/users/InfinityDreamt/events{/privacy}","received_events_url":"https://api.github.com/users/InfinityDreamt/received_events","type":"User","site_admin":false},"position":22,"line":22,"path":"nav.html","commit_id":"311432b89ed202dbffa45713df0d27305e755a36","created_at":"2017-02-11T19:27:45Z","updated_at":"2017-02-11T19:27:45Z","body":"<script async src=\"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"></script>\r\n<script>\r\n (adsbygoogle = window.adsbygoogle || []).push({\r\n google_ad_client: \"ca-pub-7153832661294548\",\r\n enable_page_level_ads: true\r\n });\r\n</script>"}} | {
"id": 67494706,
"name": "InfinityDreamt/index.html",
"url": "https://api.github.com/repos/InfinityDreamt/index.html"
} | {
"id": 10732340,
"login": "InfinityDreamt",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/10732340?",
"url": "https://api.github.com/users/InfinityDreamt"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-02-11T19:27:45 | 5308200114 | {"actor":{"display_login":"InfinityDreamt"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/ChengIrene/Just/comments/25383683","html_url":"https://github.com/ChengIrene/Just/commit/8b79dfbb6ce42c68448c80cc83485383f8b2dd8b#commitcomment-25383683","id":25383683,"user":{"login":"yotsuba1022","id":838924,"avatar_url":"https://avatars3.githubusercontent.com/u/838924?v=4","gravatar_id":"","url":"https://api.github.com/users/yotsuba1022","html_url":"https://github.com/yotsuba1022","followers_url":"https://api.github.com/users/yotsuba1022/followers","following_url":"https://api.github.com/users/yotsuba1022/following{/other_user}","gists_url":"https://api.github.com/users/yotsuba1022/gists{/gist_id}","starred_url":"https://api.github.com/users/yotsuba1022/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/yotsuba1022/subscriptions","organizations_url":"https://api.github.com/users/yotsuba1022/orgs","repos_url":"https://api.github.com/users/yotsuba1022/repos","events_url":"https://api.github.com/users/yotsuba1022/events{/privacy}","received_events_url":"https://api.github.com/users/yotsuba1022/received_events","type":"User","site_admin":false},"position":10,"line":10,"path":"src/ch7Practice/MultipleOfThreeButNotFive.java","commit_id":"8b79dfbb6ce42c68448c80cc83485383f8b2dd8b","created_at":"2017-11-03T16:37:27Z","updated_at":"2017-11-03T16:37:27Z","author_association":"NONE","body":"砍掉這行"}} | {
"id": 108878401,
"name": "ChengIrene/Just",
"url": "https://api.github.com/repos/ChengIrene/Just"
} | {
"id": 838924,
"login": "yotsuba1022",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/838924?",
"url": "https://api.github.com/users/yotsuba1022"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-11-03T16:37:27 | 6806572946 | {"actor":{"display_login":"yotsuba1022"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/jasonjhjeon/hello-world/comments/23198200","html_url":"https://github.com/jasonjhjeon/hello-world/commit/3cd2b5d88f2101d7417c13806a31b87fc515c0e9#commitcomment-23198200","id":23198200,"user":{"login":"jasonjhjeon","id":11325243,"avatar_url":"https://avatars1.githubusercontent.com/u/11325243?v=4","gravatar_id":"","url":"https://api.github.com/users/jasonjhjeon","html_url":"https://github.com/jasonjhjeon","followers_url":"https://api.github.com/users/jasonjhjeon/followers","following_url":"https://api.github.com/users/jasonjhjeon/following{/other_user}","gists_url":"https://api.github.com/users/jasonjhjeon/gists{/gist_id}","starred_url":"https://api.github.com/users/jasonjhjeon/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jasonjhjeon/subscriptions","organizations_url":"https://api.github.com/users/jasonjhjeon/orgs","repos_url":"https://api.github.com/users/jasonjhjeon/repos","events_url":"https://api.github.com/users/jasonjhjeon/events{/privacy}","received_events_url":"https://api.github.com/users/jasonjhjeon/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"3cd2b5d88f2101d7417c13806a31b87fc515c0e9","created_at":"2017-07-20T08:02:23Z","updated_at":"2017-07-20T08:02:23Z","body":"comment test of master"}} | {
"id": 97807401,
"name": "jasonjhjeon/hello-world",
"url": "https://api.github.com/repos/jasonjhjeon/hello-world"
} | {
"id": 11325243,
"login": "jasonjhjeon",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/11325243?",
"url": "https://api.github.com/users/jasonjhjeon"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-07-20T08:02:23 | 6293109485 | {"actor":{"display_login":"jasonjhjeon"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/fdellwing/osTicket/comments/21008898","html_url":"https://github.com/fdellwing/osTicket/commit/cade42ed2834146dd7b9802107f3e06f565ad1ef#commitcomment-21008898","id":21008898,"user":{"login":"iHunt101","id":16589622,"avatar_url":"https://avatars.githubusercontent.com/u/16589622?v=3","gravatar_id":"","url":"https://api.github.com/users/iHunt101","html_url":"https://github.com/iHunt101","followers_url":"https://api.github.com/users/iHunt101/followers","following_url":"https://api.github.com/users/iHunt101/following{/other_user}","gists_url":"https://api.github.com/users/iHunt101/gists{/gist_id}","starred_url":"https://api.github.com/users/iHunt101/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iHunt101/subscriptions","organizations_url":"https://api.github.com/users/iHunt101/orgs","repos_url":"https://api.github.com/users/iHunt101/repos","events_url":"https://api.github.com/users/iHunt101/events{/privacy}","received_events_url":"https://api.github.com/users/iHunt101/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"cade42ed2834146dd7b9802107f3e06f565ad1ef","created_at":"2017-02-23T03:59:23Z","updated_at":"2017-02-23T03:59:23Z","body":"This one not fix the bug.."}} | {
"id": 81190216,
"name": "fdellwing/osTicket",
"url": "https://api.github.com/repos/fdellwing/osTicket"
} | {
"id": 16589622,
"login": "iHunt101",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/16589622?",
"url": "https://api.github.com/users/iHunt101"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-02-23T03:59:23 | 5375291377 | {"actor":{"display_login":"iHunt101"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/mr-Geadev/Rocket-webpage/comments/25628980","html_url":"https://github.com/mr-Geadev/Rocket-webpage/commit/d1b33488d9d2ea25ad351418874101e8107d1f57#commitcomment-25628980","id":25628980,"user":{"login":"dergunovd","id":19981184,"avatar_url":"https://avatars3.githubusercontent.com/u/19981184?v=4","gravatar_id":"","url":"https://api.github.com/users/dergunovd","html_url":"https://github.com/dergunovd","followers_url":"https://api.github.com/users/dergunovd/followers","following_url":"https://api.github.com/users/dergunovd/following{/other_user}","gists_url":"https://api.github.com/users/dergunovd/gists{/gist_id}","starred_url":"https://api.github.com/users/dergunovd/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dergunovd/subscriptions","organizations_url":"https://api.github.com/users/dergunovd/orgs","repos_url":"https://api.github.com/users/dergunovd/repos","events_url":"https://api.github.com/users/dergunovd/events{/privacy}","received_events_url":"https://api.github.com/users/dergunovd/received_events","type":"User","site_admin":false},"position":263,"line":263,"path":"styles/less.less","commit_id":"d1b33488d9d2ea25ad351418874101e8107d1f57","created_at":"2017-11-15T13:21:29Z","updated_at":"2017-11-15T13:21:29Z","author_association":"NONE","body":"дробное значение пикселей -- не очень хорошая практика. Либо размер самого круга доводить до четного значения (92-94, разницы никто не заметит). Либо делается так:\r\n{\r\nposition: absolute;\r\ntransform: translate(-50% -50%);\r\n}"}} | {
"id": 110675849,
"name": "mr-Geadev/Rocket-webpage",
"url": "https://api.github.com/repos/mr-Geadev/Rocket-webpage"
} | {
"id": 19981184,
"login": "dergunovd",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/19981184?",
"url": "https://api.github.com/users/dergunovd"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-11-15T13:21:29 | 6858495526 | {"actor":{"display_login":"dergunovd"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/RMHogervorst/lifxr/comments/24620373","html_url":"https://github.com/RMHogervorst/lifxr/commit/6c37fb608513b781baa08a6dfae3b8ababd328af#commitcomment-24620373","id":24620373,"user":{"login":"lintr-bot","id":10925265,"avatar_url":"https://avatars3.githubusercontent.com/u/10925265?v=4","gravatar_id":"","url":"https://api.github.com/users/lintr-bot","html_url":"https://github.com/lintr-bot","followers_url":"https://api.github.com/users/lintr-bot/followers","following_url":"https://api.github.com/users/lintr-bot/following{/other_user}","gists_url":"https://api.github.com/users/lintr-bot/gists{/gist_id}","starred_url":"https://api.github.com/users/lintr-bot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/lintr-bot/subscriptions","organizations_url":"https://api.github.com/users/lintr-bot/orgs","repos_url":"https://api.github.com/users/lintr-bot/repos","events_url":"https://api.github.com/users/lintr-bot/events{/privacy}","received_events_url":"https://api.github.com/users/lintr-bot/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"6c37fb608513b781baa08a6dfae3b8ababd328af","created_at":"2017-09-28T08:02:08Z","updated_at":"2017-09-28T08:02:08Z","author_association":"NONE","body":"[R/lifx-cloud.R:1:2:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L1) *style:* **Commented code should be removed.**\n```r\n## SEE Docs: https://api.lifx.com/\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-cloud.R:3:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L3) *style:* **Variable or function name should be snake_case.**\n```r\nBASE <- \"https://api.lifx.com\"\n^~~~\n```\n[R/lifx-cloud.R:4:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L4) *style:* **Variable or function name should be snake_case.**\n```r\nVERSION <- \"v1\"\n^~~~~~~\n```\n[R/lifx-cloud.R:8:7:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L8) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n if(is.na(key))stop(\"No key found\")\n ^\n```\n[R/lifx-cloud.R:12:7:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L12) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n if(hue < 0 | hue > 360){\n ^\n```\n[R/lifx-cloud.R:18:7:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L18) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n if(value < 0 | value > 1){\n ^\n```\n[R/lifx-cloud.R:24:7:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L24) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n if(value < 0 | value > 1){\n ^\n```\n[R/lifx-cloud.R:29:2:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L29) *style:* **Commented code should be removed.**\n```r\n## kelvin:[2500-9000] # maar geef boodschap als ook saturation gegeven, slaat\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-cloud.R:31:7:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L31) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n if(value < 2500 | value > 9000){\n ^\n```\n[R/lifx-cloud.R:38:16:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L38) *style:* **Trailing whitespace is superfluous.**\n```r\n# except color. \n ^\n```\n[R/lifx-cloud.R:43:3:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L43) *style:* **Trailing whitespace is superfluous.**\n```r\n#' \n ^\n```\n[R/lifx-cloud.R:51:5:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L51) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n if(results$status_code != 200)\n ^\n```\n[R/lifx-cloud.R:58:3:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L58) *style:* **Trailing whitespace is superfluous.**\n```r\n#' \n ^\n```\n[R/lifx-cloud.R:60:74:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L60) *style:* **Trailing whitespace is superfluous.**\n```r\n#' @param selector a string in format '[type]:[value]', where type can be \n ^\n```\n[R/lifx-cloud.R:61:73:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L61) *style:* **Trailing whitespace is superfluous.**\n```r\n#' 'all', 'id', 'label', 'group', 'group_id', 'location', 'location_id', \n ^\n```\n[R/lifx-cloud.R:63:34:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L63) *style:* **Trailing whitespace is superfluous.**\n```r\n#' which needs no value argument. \n ^\n```\n[R/lifx-cloud.R:64:56:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L64) *style:* **Trailing whitespace is superfluous.**\n```r\n#' @return a list of all lights, status, and properties \n ^\n```\n[R/lifx-cloud.R:74:3:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L74) *style:* **Trailing whitespace is superfluous.**\n```r\n#' \n ^\n```\n[R/lifx-cloud.R:80:17:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L80) *warning:* **no visible global function definition for ‘lights’, Did you mean 'weights'?**\n```r\n light_list <- lights(selector = selector)\n ^~~~~~\n```\n[R/lifx-cloud.R:81:21:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L81) *style:* **Trailing whitespace is superfluous.**\n```r\n sapply(light_list, \n ^\n```\n[R/lifx-cloud.R:83:14:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L83) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n if(light$color[[\"saturation\"]] > 0)\n ^\n```\n[R/lifx-cloud.R:89:18:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L89) *style:* **Trailing whitespace is superfluous.**\n```r\n else \n ^\n```\n[R/lifx-cloud.R:90:32:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L90) *style:* **Trailing whitespace is superfluous.**\n```r\n paste(\"kelvin:\", \n ^\n```\n[R/lifx-cloud.R:91:46:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L91) *style:* **Trailing whitespace is superfluous.**\n```r\n light$color[[\"kelvin\"]], \n ^\n```\n[R/lifx-cloud.R:93:50:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L93) *style:* **Trailing whitespace is superfluous.**\n```r\n light$brightness * 100, \"%\", \n ^\n```\n[R/lifx-cloud.R:100:3:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L100) *style:* **Trailing whitespace is superfluous.**\n```r\n#' \n ^\n```\n[R/lifx-cloud.R:106:67:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L106) *style:* **Trailing whitespace is superfluous.**\n```r\n results <- POST(paste0(BASE, \"/\", VERSION, \"/lights/\", selector, \n ^\n```\n[R/lifx-cloud.R:107:42:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L107) *style:* **Trailing whitespace is superfluous.**\n```r\n \"/toggle.json\"), \n ^\n```\n[R/lifx-cloud.R:109:22:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L109) *warning:* **no visible global function definition for ‘content’, Did you mean 'confint'?**\n```r\n jsonlite::fromJSON(content(results, as = \"text\"))\n ^~~~~~~\n```\n[R/lifx-cloud.R:113:3:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L113) *style:* **Trailing whitespace is superfluous.**\n```r\n#' \n ^\n```\n[R/lifx-cloud.R:119:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L119) *style:* **Lines should not be more than 80 characters.**\n```r\n#' @details Not exported because it conflicts with stats::power. see on() and off()\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-cloud.R:122:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L122) *style:* **Lines should not be more than 80 characters.**\n```r\n results <- PUT(paste0(BASE, \"/\", VERSION, \"/lights/\", selector, \"/state.json\"), \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-cloud.R:122:82:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L122) *style:* **Trailing whitespace is superfluous.**\n```r\n results <- PUT(paste0(BASE, \"/\", VERSION, \"/lights/\", selector, \"/state.json\"), \n ^\n```\n[R/lifx-cloud.R:123:34:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L123) *style:* **Trailing whitespace is superfluous.**\n```r\n query = list(power = state, \n ^\n```\n[R/lifx-cloud.R:124:40:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L124) *style:* **Trailing whitespace is superfluous.**\n```r\n duration = duration, \n ^\n```\n[R/lifx-cloud.R:126:22:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L126) *warning:* **no visible global function definition for ‘content’, Did you mean 'confint'?**\n```r\n jsonlite::fromJSON(content(results, as = \"text\"))\n ^~~~~~~\n```\n[R/lifx-cloud.R:131:3:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L131) *style:* **Trailing whitespace is superfluous.**\n```r\n#' \n ^\n```\n[R/lifx-cloud.R:138:10:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L138) *warning:* **possible error in power(\"off\", selector = selector, duration = duration): unused arguments (selector = selector, duration = duration)**\n```r\n power(\"off\", selector = selector, duration = duration)\n ^~~\n```\n[R/lifx-cloud.R:143:3:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L143) *style:* **Trailing whitespace is superfluous.**\n```r\n#' \n ^\n```\n[R/lifx-cloud.R:144:19:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L144) *style:* **Trailing whitespace is superfluous.**\n```r\n#' power lights on \n ^\n```\n[R/lifx-cloud.R:150:10:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L150) *warning:* **possible error in power(\"on\", selector = selector, duration = duration): unused arguments (selector = selector, duration = duration)**\n```r\n power(\"on\", selector = selector, duration = duration)\n ^~\n```\n[R/lifx-cloud.R:155:3:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L155) *style:* **Trailing whitespace is superfluous.**\n```r\n#' \n ^\n```\n[R/lifx-cloud.R:159:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L159) *style:* **Lines should not be more than 80 characters.**\n```r\n#' @param power_on should the light be powered on if it is off? (FALSE just leaves light off)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-cloud.R:161:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L161) *style:* **Lines should not be more than 80 characters.**\n```r\n#' @details Note that the kelvin temperature ranges from 2700 to 8000. Hue in HSB list is \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-cloud.R:161:90:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L161) *style:* **Trailing whitespace is superfluous.**\n```r\n#' @details Note that the kelvin temperature ranges from 2700 to 8000. Hue in HSB list is \n ^\n```\n[R/lifx-cloud.R:162:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L162) *style:* **Lines should not be more than 80 characters.**\n```r\n#' a number between 0 and 360, whereas saturation and brightness should be between 0 and 1.\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-cloud.R:163:3:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L163) *style:* **Trailing whitespace is superfluous.**\n```r\n#' \n ^\n```\n[R/lifx-cloud.R:165:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L165) *style:* **Lines should not be more than 80 characters.**\n```r\n#' color(\"green\", \"label:desk\") # deep green, brightness untouched on lights labeled 'desk'\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-cloud.R:168:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L168) *style:* **Lines should not be more than 80 characters.**\n```r\n#' color(\"random\") # random hue, maximum saturation, brightness untouched\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-cloud.R:175:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L175) *style:* **Lines should not be more than 80 characters.**\n```r\n results <- PUT(paste0(BASE, \"/\", VERSION, \"/lights/\", selector, \"/state.json\"), \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-cloud.R:175:82:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L175) *style:* **Trailing whitespace is superfluous.**\n```r\n results <- PUT(paste0(BASE, \"/\", VERSION, \"/lights/\", selector, \"/state.json\"), \n ^\n```\n[R/lifx-cloud.R:176:34:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L176) *style:* **Trailing whitespace is superfluous.**\n```r\n query = list(color = color, \n ^\n```\n[R/lifx-cloud.R:177:40:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L177) *style:* **Trailing whitespace is superfluous.**\n```r\n duration = duration, \n ^\n```\n[R/lifx-cloud.R:180:22:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L180) *warning:* **no visible global function definition for ‘content’, Did you mean 'confint'?**\n```r\n jsonlite::fromJSON(content(results, as = \"text\"))\n ^~~~~~~\n```\n[R/lifx-cloud.R:185:3:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L185) *style:* **Trailing whitespace is superfluous.**\n```r\n#' \n ^\n```\n[R/lifx-cloud.R:187:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L187) *style:* **Lines should not be more than 80 characters.**\n```r\n#' @param from_color Same syntax as color, defaults to current color (of first bulb in selection)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-cloud.R:190:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L190) *style:* **Lines should not be more than 80 characters.**\n```r\n#' @param persist should the color persist after the effect? default is FALSE (returns to original color)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-cloud.R:197:65:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L197) *style:* **Trailing whitespace is superfluous.**\n```r\nbreathe <- function(color, from_color = current_color(selector), \n ^\n```\n[R/lifx-cloud.R:200:34:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L200) *style:* **Trailing whitespace is superfluous.**\n```r\n settings <- list(color = color, \n ^\n```\n[R/lifx-cloud.R:208:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L208) *style:* **Lines should not be more than 80 characters.**\n```r\n results <- POST(paste0(BASE, \"/\", VERSION, \"/lights/\", selector, \"/effects/breathe\"),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-cloud.R:210:22:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L210) *warning:* **no visible global function definition for ‘content’, Did you mean 'confint'?**\n```r\n jsonlite::fromJSON(content(results, as = \"text\"))\n ^~~~~~~\n```\n[R/lifx-cloud.R:214:3:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L214) *style:* **Trailing whitespace is superfluous.**\n```r\n#' \n ^\n```\n[R/lifx-cloud.R:217:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L217) *style:* **Lines should not be more than 80 characters.**\n```r\n#' @param duty_cycle Ratio of the period where color is active. Only used for pulse. Defaults to 0.5. Range: 0-1\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-cloud.R:220:68:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L220) *style:* **Trailing whitespace is superfluous.**\n```r\npulse <- function(color, from_color = current_color(selector)[[1]], \n ^\n```\n[R/lifx-cloud.R:223:34:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L223) *style:* **Trailing whitespace is superfluous.**\n```r\n settings <- list(color = color, \n ^\n```\n[R/lifx-cloud.R:231:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L231) *style:* **Lines should not be more than 80 characters.**\n```r\n results <- POST(paste0(BASE, \"/\", VERSION, \"/lights/\", selector, \"/effects/pulse.json\"),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-cloud.R:233:22:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L233) *warning:* **no visible global function definition for ‘content’, Did you mean 'confint'?**\n```r\n jsonlite::fromJSON(content(results, as = \"text\"))\n ^~~~~~~\n```\n[R/lifx-cloud.R:237:3:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L237) *style:* **Trailing whitespace is superfluous.**\n```r\n#' \n ^\n```\n[R/lifx-cloud.R:244:71:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L244) *style:* **Trailing whitespace is superfluous.**\n```r\n PUT(paste0(BASE, \"/\", VERSION, \"/lights/\", selector, \"/label.json\"), \n ^\n```\n[R/lifx-cloud.R:245:34:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L245) *style:* **Trailing whitespace is superfluous.**\n```r\n query = list(label = label, \n ^\n```\n[R/lifx-cloud.R:250:3:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L250) *style:* **Trailing whitespace is superfluous.**\n```r\n#' \n ^\n```\n[R/lifx-cloud.R:258:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L258) *style:* **Lines should not be more than 80 characters.**\n```r\n results <- PUT(paste0(BASE, \"/\", VERSION, \"/scenes/scene_id:\", scene_id, \"/activate.json\"), \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-cloud.R:258:94:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L258) *style:* **Trailing whitespace is superfluous.**\n```r\n results <- PUT(paste0(BASE, \"/\", VERSION, \"/scenes/scene_id:\", scene_id, \"/activate.json\"), \n ^\n```\n[R/lifx-cloud.R:259:34:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L259) *style:* **Trailing whitespace is superfluous.**\n```r\n query = list(state = state, \n ^\n```\n[R/lifx-cloud.R:260:40:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L260) *style:* **Trailing whitespace is superfluous.**\n```r\n duration = duration, \n ^\n```\n[R/lifx-cloud.R:262:22:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L262) *warning:* **no visible global function definition for ‘content’, Did you mean 'confint'?**\n```r\n jsonlite::fromJSON(content(results, as = \"text\"))\n ^~~~~~~\n```\n[R/lifx-cloud.R:266:3:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L266) *style:* **Trailing whitespace is superfluous.**\n```r\n#' \n ^\n```\n[R/lifx-cloud.R:272:24:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L272) *warning:* **no visible global function definition for ‘content’, Did you mean 'confint'?**\n```r\n jsonlite::fromJSON(content(results, as = \"text\"))\n ^~~~~~~\n```\n[R/lifx-cloud.R:281:44:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L281) *style:* **Trailing whitespace is superfluous.**\n```r\n#' @return hsbk information for the string. \n ^\n```\n[R/lifx-cloud.R:284:55:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L284) *style:* **Trailing whitespace is superfluous.**\n```r\n results <- GET(paste0(BASE, \"/\", VERSION, \"/color\"), \n ^\n```\n[R/lifx-cloud.R:287:22:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L287) *warning:* **no visible global function definition for ‘content’, Did you mean 'confint'?**\n```r\n jsonlite::fromJSON(content(results, as = \"text\"))\n ^~~~~~~\n```\n[R/lifx-cloud.R:291:3:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L291) *style:* **Trailing whitespace is superfluous.**\n```r\n#' \n ^\n```\n[R/lifx-cloud.R:293:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L293) *style:* **Lines should not be more than 80 characters.**\n```r\n#' @param power either on or off, defaults to on, makes not sense to shut the light off and change the color\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-cloud.R:299:66:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L299) *style:* **Trailing whitespace is superfluous.**\n```r\nset_state <- function(selector =\"all\", power = \"on\", color= NULL, \n ^\n```\n[R/lifx-cloud.R:302:7:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L302) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n if(!is.null(brightness)){brightness <- check_brightness(brightness)}\n ^\n```\n[R/lifx-cloud.R:302:29:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L302) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n if(!is.null(brightness)){brightness <- check_brightness(brightness)}\n ^\n```\n[R/lifx-cloud.R:302:44:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L302) *warning:* **no visible global function definition for ‘check_brightness’**\n```r\n if(!is.null(brightness)){brightness <- check_brightness(brightness)}\n ^~~~~~~~~~~~~~~~\n```\n[R/lifx-cloud.R:302:72:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L302) *style:* **Closing curly-braces should always be on their own line, unless it's followed by an else.**\n```r\n if(!is.null(brightness)){brightness <- check_brightness(brightness)}\n ^\n```\n[R/lifx-cloud.R:303:7:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L303) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n if(!is.null(saturation)){brightness <- check_saturation(saturation)}\n ^\n```\n[R/lifx-cloud.R:303:29:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L303) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n if(!is.null(saturation)){brightness <- check_saturation(saturation)}\n ^\n```\n[R/lifx-cloud.R:303:44:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L303) *warning:* **no visible global function definition for ‘check_saturation’**\n```r\n if(!is.null(saturation)){brightness <- check_saturation(saturation)}\n ^~~~~~~~~~~~~~~~\n```\n[R/lifx-cloud.R:303:72:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L303) *style:* **Closing curly-braces should always be on their own line, unless it's followed by an else.**\n```r\n if(!is.null(saturation)){brightness <- check_saturation(saturation)}\n ^\n```\n[R/lifx-cloud.R:304:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L304) *style:* **Lines should not be more than 80 characters.**\n```r\n #if(grepl(\"hue\", color)){} # extract hue and check for hue:number and check hue.\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-cloud.R:304:6:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L304) *style:* **Commented code should be removed.**\n```r\n #if(grepl(\"hue\", color)){} # extract hue and check for hue:number and check hue.\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-cloud.R:305:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L305) *style:* **Lines should not be more than 80 characters.**\n```r\n result <- PUT(paste0(BASE, \"/\", VERSION, \"/lights/\", selector, \"/state.json\"), \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-cloud.R:305:83:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L305) *style:* **Trailing whitespace is superfluous.**\n```r\n result <- PUT(paste0(BASE, \"/\", VERSION, \"/lights/\", selector, \"/state.json\"), \n ^\n```\n[R/lifx-cloud.R:307:37:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L307) *style:* **Put spaces around all infix operators.**\n```r\n color= color,\n ~^\n```\n[R/lifx-cloud.R:310:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L310) *style:* **Lines should not be more than 80 characters.**\n```r\n saturation = saturation, # doesn't work. because needs to be in color.\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-cloud.R:315:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L315) *style:* **Trailing blank lines are superfluous.**\n```r\n\n^\n```\n[R/lifx-cloud.R:316:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-cloud.R#L316) *style:* **Trailing blank lines are superfluous.**\n```r\n\n^\n```\n[R/lifx-server.R:1:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L1) *style:* **Lines should not be more than 80 characters.**\n```r\n# ## These functions are designed to work with a local server only, which must be running separately\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-server.R:2:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L2) *style:* **Lines should not be more than 80 characters.**\n```r\n# ## These methods are depricated at this time, see lifx-cloud.R functions instead. \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-server.R:2:84:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L2) *style:* **Trailing whitespace is superfluous.**\n```r\n# ## These methods are depricated at this time, see lifx-cloud.R functions instead. \n ^\n```\n[R/lifx-server.R:3:2:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L3) *style:* **Trailing whitespace is superfluous.**\n```r\n# \n ^\n```\n[R/lifx-server.R:5:5:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L5) *style:* **Commented code should be removed.**\n```r\n# results <- GET(\"http://localhost:56780/lights.json\")\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-server.R:7:7:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L7) *style:* **Commented code should be removed.**\n```r\n# message(\"LIFX server could not be reached\")\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-server.R:9:7:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L9) *style:* **Commented code should be removed.**\n```r\n# message(\"ping! LIFX server is active.\")\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-server.R:11:2:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L11) *style:* **Trailing whitespace is superfluous.**\n```r\n# \n ^\n```\n[R/lifx-server.R:13:5:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L13) *style:* **Commented code should be removed.**\n```r\n# results <- GET(paste0(\"http://localhost:56780/lights/\", selector))\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-server.R:14:5:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L14) *style:* **Commented code should be removed.**\n```r\n# dat <- RJSONIO::fromJSON(content(results, as=\"text\"))\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-server.R:16:2:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L16) *style:* **Trailing whitespace is superfluous.**\n```r\n# \n ^\n```\n[R/lifx-server.R:17:2:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L17) *style:* **Trailing whitespace is superfluous.**\n```r\n# \n ^\n```\n[R/lifx-server.R:19:5:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L19) *style:* **Commented code should be removed.**\n```r\n# results <- PUT(paste0(\"http://localhost:56780/lights/\", selector, \"/on\"))\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-server.R:21:2:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L21) *style:* **Trailing whitespace is superfluous.**\n```r\n# \n ^\n```\n[R/lifx-server.R:23:5:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L23) *style:* **Commented code should be removed.**\n```r\n# results <- PUT(paste0(\"http://localhost:56780/lights/\", selector, \"/off\"))\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-server.R:25:2:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L25) *style:* **Trailing whitespace is superfluous.**\n```r\n# \n ^\n```\n[R/lifx-server.R:26:2:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L26) *style:* **Trailing whitespace is superfluous.**\n```r\n# \n ^\n```\n[R/lifx-server.R:28:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L28) *style:* **Lines should not be more than 80 characters.**\n```r\n# results <- PUT(paste0(\"http://localhost:56780/lights/\", selector, \"/toggle\"))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-server.R:28:5:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L28) *style:* **Commented code should be removed.**\n```r\n# results <- PUT(paste0(\"http://localhost:56780/lights/\", selector, \"/toggle\"))\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-server.R:30:2:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L30) *style:* **Trailing whitespace is superfluous.**\n```r\n# \n ^\n```\n[R/lifx-server.R:31:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L31) *style:* **Lines should not be more than 80 characters.**\n```r\n# server_color <- function(selector=\"all\", hue, saturation=1, brightness=1, duration=1){\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-server.R:32:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L32) *style:* **Lines should not be more than 80 characters.**\n```r\n# settings <- RJSONIO::toJSON(list(hue=hue, saturation=saturation, brightness=brightness, duration=duration))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-server.R:32:5:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L32) *style:* **Commented code should be removed.**\n```r\n# settings <- RJSONIO::toJSON(list(hue=hue, saturation=saturation, brightness=brightness, duration=duration))\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-server.R:33:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L33) *style:* **Lines should not be more than 80 characters.**\n```r\n# results <- PUT(paste0(\"http://localhost:56780/lights/\", selector, \"/color\"), body=settings, encode=\"json\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-server.R:33:5:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L33) *style:* **Commented code should be removed.**\n```r\n# results <- PUT(paste0(\"http://localhost:56780/lights/\", selector, \"/color\"), body=settings, encode=\"json\")\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-server.R:35:2:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L35) *style:* **Trailing whitespace is superfluous.**\n```r\n# \n ^\n```\n[R/lifx-server.R:36:3:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L36) *style:* **Commented code should be removed.**\n```r\n# # Briefly set light(s) to green, then restore previous setting\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-server.R:39:4:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L39) *style:* **Trailing whitespace is superfluous.**\n```r\n# # \n ^\n```\n[R/lifx-server.R:41:5:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L41) *style:* **Commented code should be removed.**\n```r\n# current <- server_status(selector)\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-server.R:42:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L42) *style:* **Lines should not be more than 80 characters.**\n```r\n# server_color(selector, hue=120, saturation=1, brightness=1, duration=0.1) # duration is speed of change\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-server.R:42:5:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L42) *style:* **Commented code should be removed.**\n```r\n# server_color(selector, hue=120, saturation=1, brightness=1, duration=0.1) # duration is speed of change\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-server.R:44:7:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L44) *style:* **Commented code should be removed.**\n```r\n# Sys.sleep(duration)\n ^~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-server.R:46:29:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L46) *style:* **Trailing whitespace is superfluous.**\n```r\n# server_color(selector, \n ^\n```\n[R/lifx-server.R:47:47:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L47) *style:* **Trailing whitespace is superfluous.**\n```r\n# hue = current[[1]]$color[[\"hue\"]], \n ^\n```\n[R/lifx-server.R:53:2:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L53) *style:* **Trailing whitespace is superfluous.**\n```r\n# \n ^\n```\n[R/lifx-server.R:54:3:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L54) *style:* **Commented code should be removed.**\n```r\n# # Briefly set light(s) to red\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-server.R:57:4:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L57) *style:* **Trailing whitespace is superfluous.**\n```r\n# # \n ^\n```\n[R/lifx-server.R:59:5:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L59) *style:* **Commented code should be removed.**\n```r\n# current <- server_status(selector)\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-server.R:60:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L60) *style:* **Lines should not be more than 80 characters.**\n```r\n# server_color(selector, hue=1, saturation=1, brightness=1, duration=0.1) # duration is speed of change\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-server.R:60:5:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L60) *style:* **Commented code should be removed.**\n```r\n# server_color(selector, hue=1, saturation=1, brightness=1, duration=0.1) # duration is speed of change\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-server.R:62:7:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L62) *style:* **Commented code should be removed.**\n```r\n# Sys.sleep(duration)\n ^~~~~~~~~~~~~~~~~~~\n```\n[R/lifx-server.R:64:29:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L64) *style:* **Trailing whitespace is superfluous.**\n```r\n# server_color(selector, \n ^\n```\n[R/lifx-server.R:65:47:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L65) *style:* **Trailing whitespace is superfluous.**\n```r\n# hue = current[[1]]$color[[\"hue\"]], \n ^\n```\n[R/lifx-server.R:71:2:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L71) *style:* **Trailing whitespace is superfluous.**\n```r\n# \n ^\n```\n[R/lifx-server.R:72:2:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/R/lifx-server.R#L72) *style:* **Trailing whitespace is superfluous.**\n```r\n# \n ^\n```\n[tests/testthat/test_inputs.R:8:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/tests/testthat/test_inputs.R#L8) *style:* **Lines should not be more than 80 characters.**\n```r\n expect_error(check_saturation(1.1), \"saturation needs to be between 0 and 1\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_inputs.R:9:1:](https://github.com/RMHogervorst/lifxr/blob/6c37fb608513b781baa08a6dfae3b8ababd328af/tests/testthat/test_inputs.R#L9) *style:* **Lines should not be more than 80 characters.**\n```r\n expect_error(check_saturation(-0.5), \"saturation needs to be between 0 and 1\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```"}} | {
"id": 86222895,
"name": "RMHogervorst/lifxr",
"url": "https://api.github.com/repos/RMHogervorst/lifxr"
} | {
"id": 10925265,
"login": "lintr-bot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/10925265?",
"url": "https://api.github.com/users/lintr-bot"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-09-28T08:02:08 | 6648097262 | {"actor":{"display_login":"lintr-bot"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/DaniyarKulmanov/thinknetica/comments/23670139","html_url":"https://github.com/DaniyarKulmanov/thinknetica/commit/ec85ecd298ff99c6c5af138253cbcb69c7135766#commitcomment-23670139","id":23670139,"user":{"login":"vkurennov","id":968537,"avatar_url":"https://avatars3.githubusercontent.com/u/968537?v=4","gravatar_id":"","url":"https://api.github.com/users/vkurennov","html_url":"https://github.com/vkurennov","followers_url":"https://api.github.com/users/vkurennov/followers","following_url":"https://api.github.com/users/vkurennov/following{/other_user}","gists_url":"https://api.github.com/users/vkurennov/gists{/gist_id}","starred_url":"https://api.github.com/users/vkurennov/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/vkurennov/subscriptions","organizations_url":"https://api.github.com/users/vkurennov/orgs","repos_url":"https://api.github.com/users/vkurennov/repos","events_url":"https://api.github.com/users/vkurennov/events{/privacy}","received_events_url":"https://api.github.com/users/vkurennov/received_events","type":"User","site_admin":false},"position":77,"line":107,"path":"Lesson_3/railways_station_management.rb","commit_id":"ec85ecd298ff99c6c5af138253cbcb69c7135766","created_at":"2017-08-16T08:42:38Z","updated_at":"2017-08-16T08:42:38Z","body":"Мало изменить индекс, надо еще отправить поезд со станции и принять на следующей"}} | {
"id": 99888498,
"name": "DaniyarKulmanov/thinknetica",
"url": "https://api.github.com/repos/DaniyarKulmanov/thinknetica"
} | {
"id": 968537,
"login": "vkurennov",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/968537?",
"url": "https://api.github.com/users/vkurennov"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-08-16T08:42:38 | 6461656484 | {"actor":{"display_login":"vkurennov"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/cproc/genode/comments/20467744","html_url":"https://github.com/cproc/genode/commit/a5de9fbbf04f4b43b9975731374ccd6f7c785e6c#commitcomment-20467744","id":20467744,"user":{"login":"cproc","id":1306467,"avatar_url":"https://avatars.githubusercontent.com/u/1306467?v=3","gravatar_id":"","url":"https://api.github.com/users/cproc","html_url":"https://github.com/cproc","followers_url":"https://api.github.com/users/cproc/followers","following_url":"https://api.github.com/users/cproc/following{/other_user}","gists_url":"https://api.github.com/users/cproc/gists{/gist_id}","starred_url":"https://api.github.com/users/cproc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cproc/subscriptions","organizations_url":"https://api.github.com/users/cproc/orgs","repos_url":"https://api.github.com/users/cproc/repos","events_url":"https://api.github.com/users/cproc/events{/privacy}","received_events_url":"https://api.github.com/users/cproc/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"a5de9fbbf04f4b43b9975731374ccd6f7c785e6c","created_at":"2017-01-13T13:54:45Z","updated_at":"2017-01-13T13:54:45Z","body":"@nfeske, @chelmuth: please add to staging"}} | {
"id": 3109602,
"name": "cproc/genode",
"url": "https://api.github.com/repos/cproc/genode"
} | {
"id": 1306467,
"login": "cproc",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/1306467?",
"url": "https://api.github.com/users/cproc"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-01-13T13:54:45 | 5149148342 | {"actor":{"display_login":"cproc"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/guymcswain/pigpio/comments/24314270","html_url":"https://github.com/guymcswain/pigpio/commit/99aa738dff5973e2e0ec3038221d63e2be4731be#commitcomment-24314270","id":24314270,"user":{"login":"guymcswain","id":29784460,"avatar_url":"https://avatars3.githubusercontent.com/u/29784460?v=4","gravatar_id":"","url":"https://api.github.com/users/guymcswain","html_url":"https://github.com/guymcswain","followers_url":"https://api.github.com/users/guymcswain/followers","following_url":"https://api.github.com/users/guymcswain/following{/other_user}","gists_url":"https://api.github.com/users/guymcswain/gists{/gist_id}","starred_url":"https://api.github.com/users/guymcswain/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/guymcswain/subscriptions","organizations_url":"https://api.github.com/users/guymcswain/orgs","repos_url":"https://api.github.com/users/guymcswain/repos","events_url":"https://api.github.com/users/guymcswain/events{/privacy}","received_events_url":"https://api.github.com/users/guymcswain/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"99aa738dff5973e2e0ec3038221d63e2be4731be","created_at":"2017-09-14T23:23:04Z","updated_at":"2017-09-14T23:23:04Z","author_association":"OWNER","body":"Joachim,\r\nI don't know if this affects your situation but I found a problem in the `gpioSerialRead()` of pigpio.c. It does not allow you to read all the data in the buffer when the read pointer is near the top of the buffer. So if you are receiving more than 8192 characters you could miss a serda event.\r\nFor example, in my test I send 4001 bytes then wait for serda event. After serda event I request to read 8192 bytes (the maximum buffer size in pigpio). After I get the expected 4001 I send the next 4001 bytes, etc. This is what I observe:\r\n- 'serda event received'\r\n- read 4001 bytes\r\n- serda event received\r\n- read 4001 bytes\r\n- serda event received\r\n- read 190 bytes\r\n\r\nAfter this I never receive serda event (since I did not get my expected 4001 bytes).\r\n\r\nIf I read a second time I get the remaining 4001 - 190 bytes.\r\nGuy"}} | {
"id": 103037269,
"name": "guymcswain/pigpio",
"url": "https://api.github.com/repos/guymcswain/pigpio"
} | {
"id": 29784460,
"login": "guymcswain",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/29784460?",
"url": "https://api.github.com/users/guymcswain"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-09-14T23:23:04 | 6593194325 | {"actor":{"display_login":"guymcswain"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/deDwarf/MIDPS/comments/20764857","html_url":"https://github.com/deDwarf/MIDPS/commit/02cf8e94e04b1d9177d318dc0dc8e15264dbed6c#commitcomment-20764857","id":20764857,"user":{"login":"deDwarf","id":22400333,"avatar_url":"https://avatars.githubusercontent.com/u/22400333?v=3","gravatar_id":"","url":"https://api.github.com/users/deDwarf","html_url":"https://github.com/deDwarf","followers_url":"https://api.github.com/users/deDwarf/followers","following_url":"https://api.github.com/users/deDwarf/following{/other_user}","gists_url":"https://api.github.com/users/deDwarf/gists{/gist_id}","starred_url":"https://api.github.com/users/deDwarf/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/deDwarf/subscriptions","organizations_url":"https://api.github.com/users/deDwarf/orgs","repos_url":"https://api.github.com/users/deDwarf/repos","events_url":"https://api.github.com/users/deDwarf/events{/privacy}","received_events_url":"https://api.github.com/users/deDwarf/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"02cf8e94e04b1d9177d318dc0dc8e15264dbed6c","created_at":"2017-02-06T15:44:43Z","updated_at":"2017-02-06T15:44:43Z","body":"Lab 1 :: Git"}} | {
"id": 81063033,
"name": "deDwarf/MIDPS",
"url": "https://api.github.com/repos/deDwarf/MIDPS"
} | {
"id": 22400333,
"login": "deDwarf",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/22400333?",
"url": "https://api.github.com/users/deDwarf"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-02-06T15:44:43 | 5273505095 | {"actor":{"display_login":"deDwarf"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/LAGx/simpllight/comments/21560141","html_url":"https://github.com/LAGx/simpllight/commit/ba6eb65e7621a79f1843a2c298ca0005dea6cabd#commitcomment-21560141","id":21560141,"user":{"login":"Oradle","id":22996142,"avatar_url":"https://avatars1.githubusercontent.com/u/22996142?v=3","gravatar_id":"","url":"https://api.github.com/users/Oradle","html_url":"https://github.com/Oradle","followers_url":"https://api.github.com/users/Oradle/followers","following_url":"https://api.github.com/users/Oradle/following{/other_user}","gists_url":"https://api.github.com/users/Oradle/gists{/gist_id}","starred_url":"https://api.github.com/users/Oradle/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Oradle/subscriptions","organizations_url":"https://api.github.com/users/Oradle/orgs","repos_url":"https://api.github.com/users/Oradle/repos","events_url":"https://api.github.com/users/Oradle/events{/privacy}","received_events_url":"https://api.github.com/users/Oradle/received_events","type":"User","site_admin":false},"position":4,"line":139,"path":"simpllight.vcxproj.filters","commit_id":"ba6eb65e7621a79f1843a2c298ca0005dea6cabd","created_at":"2017-03-30T14:59:04Z","updated_at":"2017-03-30T14:59:04Z","body":"It's can give me an **error while using this filter**, because I don't have any diagram. Don't add this strings to git, I think."}} | {
"id": 85403959,
"name": "LAGx/simpllight",
"url": "https://api.github.com/repos/LAGx/simpllight"
} | {
"id": 22996142,
"login": "Oradle",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/22996142?",
"url": "https://api.github.com/users/Oradle"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-03-30T14:59:04 | 5596026039 | {"actor":{"display_login":"Oradle"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/angry-hongy/eslint-bot/comments/21181470","html_url":"https://github.com/angry-hongy/eslint-bot/commit/c1d103e26ee304e4d8f9bc899104cbc981e53452#commitcomment-21181470","id":21181470,"user":{"login":"angry-hongy","id":26157660,"avatar_url":"https://avatars0.githubusercontent.com/u/26157660?v=3","gravatar_id":"","url":"https://api.github.com/users/angry-hongy","html_url":"https://github.com/angry-hongy","followers_url":"https://api.github.com/users/angry-hongy/followers","following_url":"https://api.github.com/users/angry-hongy/following{/other_user}","gists_url":"https://api.github.com/users/angry-hongy/gists{/gist_id}","starred_url":"https://api.github.com/users/angry-hongy/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/angry-hongy/subscriptions","organizations_url":"https://api.github.com/users/angry-hongy/orgs","repos_url":"https://api.github.com/users/angry-hongy/repos","events_url":"https://api.github.com/users/angry-hongy/events{/privacy}","received_events_url":"https://api.github.com/users/angry-hongy/received_events","type":"User","site_admin":false},"position":143,"line":null,"path":"server.js","commit_id":"c1d103e26ee304e4d8f9bc899104cbc981e53452","created_at":"2017-03-07T08:07:21Z","updated_at":"2017-03-07T08:07:21Z","body":"**indent**: Expected indentation of 10 spaces but found 12."}} | {
"id": 84161533,
"name": "angry-hongy/eslint-bot",
"url": "https://api.github.com/repos/angry-hongy/eslint-bot"
} | {
"id": 26157660,
"login": "angry-hongy",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/26157660?",
"url": "https://api.github.com/users/angry-hongy"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-03-07T08:07:21 | 5445583656 | {"actor":{"display_login":"angry-hongy"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/hyuk0824/four-factorial/comments/22748414","html_url":"https://github.com/hyuk0824/four-factorial/commit/2450f5439dd2a1317ced4d64e26469acde4ea8db#commitcomment-22748414","id":22748414,"user":{"login":"hyuk0824","id":28082025,"avatar_url":"https://avatars3.githubusercontent.com/u/28082025?v=3","gravatar_id":"","url":"https://api.github.com/users/hyuk0824","html_url":"https://github.com/hyuk0824","followers_url":"https://api.github.com/users/hyuk0824/followers","following_url":"https://api.github.com/users/hyuk0824/following{/other_user}","gists_url":"https://api.github.com/users/hyuk0824/gists{/gist_id}","starred_url":"https://api.github.com/users/hyuk0824/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/hyuk0824/subscriptions","organizations_url":"https://api.github.com/users/hyuk0824/orgs","repos_url":"https://api.github.com/users/hyuk0824/repos","events_url":"https://api.github.com/users/hyuk0824/events{/privacy}","received_events_url":"https://api.github.com/users/hyuk0824/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"2450f5439dd2a1317ced4d64e26469acde4ea8db","created_at":"2017-06-25T09:44:16Z","updated_at":"2017-06-25T09:44:16Z","body":" [로그인 서비스 구현](https://trello.com/c/wru68BVB/50-%EB%A1%9C%EA%B7%B8%EC%9D%B8-%EC%84%9C%EB%B9%84%EC%8A%A4-%EA%B5%AC%ED%98%84)"}} | {
"id": 89556915,
"name": "hyuk0824/four-factorial",
"url": "https://api.github.com/repos/hyuk0824/four-factorial"
} | {
"id": 28082025,
"login": "hyuk0824",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/28082025?",
"url": "https://api.github.com/users/hyuk0824"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-06-25T09:44:16 | 6133027037 | {"actor":{"display_login":"hyuk0824"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/capestiff/simplebot/comments/22536601","html_url":"https://github.com/capestiff/simplebot/commit/a5bb554c0c653d105621c618bdead6e091dd67df#commitcomment-22536601","id":22536601,"user":{"login":"Melevir","id":1488499,"avatar_url":"https://avatars1.githubusercontent.com/u/1488499?v=3","gravatar_id":"","url":"https://api.github.com/users/Melevir","html_url":"https://github.com/Melevir","followers_url":"https://api.github.com/users/Melevir/followers","following_url":"https://api.github.com/users/Melevir/following{/other_user}","gists_url":"https://api.github.com/users/Melevir/gists{/gist_id}","starred_url":"https://api.github.com/users/Melevir/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Melevir/subscriptions","organizations_url":"https://api.github.com/users/Melevir/orgs","repos_url":"https://api.github.com/users/Melevir/repos","events_url":"https://api.github.com/users/Melevir/events{/privacy}","received_events_url":"https://api.github.com/users/Melevir/received_events","type":"User","site_admin":false},"position":125,"line":125,"path":"w2n_ru.py","commit_id":"a5bb554c0c653d105621c618bdead6e091dd67df","created_at":"2017-06-14T12:35:19Z","updated_at":"2017-06-14T12:35:19Z","body":"Почитай, чем докстринги отличаются от простых комментариев."}} | {
"id": 93234965,
"name": "capestiff/simplebot",
"url": "https://api.github.com/repos/capestiff/simplebot"
} | {
"id": 1488499,
"login": "Melevir",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/1488499?",
"url": "https://api.github.com/users/Melevir"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-06-14T12:35:19 | 6063630620 | {"actor":{"display_login":"Melevir"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/GilbertGobbels/GAwesomeBot/comments/26028240","html_url":"https://github.com/GilbertGobbels/GAwesomeBot/commit/6939cc5815ccb94eeb7d3c47c8a527140be5dfaa#commitcomment-26028240","id":26028240,"user":{"login":"vitalkanev","id":18398761,"avatar_url":"https://avatars0.githubusercontent.com/u/18398761?v=4","gravatar_id":"","url":"https://api.github.com/users/vitalkanev","html_url":"https://github.com/vitalkanev","followers_url":"https://api.github.com/users/vitalkanev/followers","following_url":"https://api.github.com/users/vitalkanev/following{/other_user}","gists_url":"https://api.github.com/users/vitalkanev/gists{/gist_id}","starred_url":"https://api.github.com/users/vitalkanev/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/vitalkanev/subscriptions","organizations_url":"https://api.github.com/users/vitalkanev/orgs","repos_url":"https://api.github.com/users/vitalkanev/repos","events_url":"https://api.github.com/users/vitalkanev/events{/privacy}","received_events_url":"https://api.github.com/users/vitalkanev/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"6939cc5815ccb94eeb7d3c47c8a527140be5dfaa","created_at":"2017-12-04T08:52:08Z","updated_at":"2017-12-04T08:52:08Z","author_association":"CONTRIBUTOR","body":"Auttaja? I remember, that this bot was actually bad :joy: "}} | {
"id": 79330547,
"name": "GilbertGobbels/GAwesomeBot",
"url": "https://api.github.com/repos/GilbertGobbels/GAwesomeBot"
} | {
"id": 18398761,
"login": "vitalkanev",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/18398761?",
"url": "https://api.github.com/users/vitalkanev"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-12-04T08:52:08 | 6938123763 | {"actor":{"display_login":"vitalkanev"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/mtrojanowska/todo/comments/26206831","html_url":"https://github.com/mtrojanowska/todo/commit/afc830b2fe63697b2018d64cbbb2234a93900141#commitcomment-26206831","id":26206831,"user":{"login":"fanfilmu","id":6442907,"avatar_url":"https://avatars0.githubusercontent.com/u/6442907?v=4","gravatar_id":"","url":"https://api.github.com/users/fanfilmu","html_url":"https://github.com/fanfilmu","followers_url":"https://api.github.com/users/fanfilmu/followers","following_url":"https://api.github.com/users/fanfilmu/following{/other_user}","gists_url":"https://api.github.com/users/fanfilmu/gists{/gist_id}","starred_url":"https://api.github.com/users/fanfilmu/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/fanfilmu/subscriptions","organizations_url":"https://api.github.com/users/fanfilmu/orgs","repos_url":"https://api.github.com/users/fanfilmu/repos","events_url":"https://api.github.com/users/fanfilmu/events{/privacy}","received_events_url":"https://api.github.com/users/fanfilmu/received_events","type":"User","site_admin":false},"position":5,"line":5,"path":"config/routes.rb","commit_id":"afc830b2fe63697b2018d64cbbb2234a93900141","created_at":"2017-12-12T07:16:10Z","updated_at":"2017-12-12T07:16:10Z","author_association":"NONE","body":"👍 "}} | {
"id": 113782113,
"name": "mtrojanowska/todo",
"url": "https://api.github.com/repos/mtrojanowska/todo"
} | {
"id": 6442907,
"login": "fanfilmu",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/6442907?",
"url": "https://api.github.com/users/fanfilmu"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-12-12T07:16:10 | 6975476896 | {"actor":{"display_login":"fanfilmu"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/tomixiaohei/ife-baidu/comments/21632014","html_url":"https://github.com/tomixiaohei/ife-baidu/commit/fe133a094831b578827f54fd11ef5ef7fcb4a653#commitcomment-21632014","id":21632014,"user":{"login":"tomixiaohei","id":24702137,"avatar_url":"https://avatars0.githubusercontent.com/u/24702137?v=3","gravatar_id":"","url":"https://api.github.com/users/tomixiaohei","html_url":"https://github.com/tomixiaohei","followers_url":"https://api.github.com/users/tomixiaohei/followers","following_url":"https://api.github.com/users/tomixiaohei/following{/other_user}","gists_url":"https://api.github.com/users/tomixiaohei/gists{/gist_id}","starred_url":"https://api.github.com/users/tomixiaohei/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/tomixiaohei/subscriptions","organizations_url":"https://api.github.com/users/tomixiaohei/orgs","repos_url":"https://api.github.com/users/tomixiaohei/repos","events_url":"https://api.github.com/users/tomixiaohei/events{/privacy}","received_events_url":"https://api.github.com/users/tomixiaohei/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"fe133a094831b578827f54fd11ef5ef7fcb4a653","created_at":"2017-04-05T06:49:37Z","updated_at":"2017-04-05T06:49:37Z","body":"task2"}} | {
"id": 84707470,
"name": "tomixiaohei/ife-baidu",
"url": "https://api.github.com/repos/tomixiaohei/ife-baidu"
} | {
"id": 24702137,
"login": "tomixiaohei",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/24702137?",
"url": "https://api.github.com/users/tomixiaohei"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-04-05T06:49:37 | 5628534010 | {"actor":{"display_login":"tomixiaohei"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/Yuksovich/SimpleStudents/comments/20830018","html_url":"https://github.com/Yuksovich/SimpleStudents/commit/0cc66bfbbdfdbbac276c1c5066ce5503cd59c3ee#commitcomment-20830018","id":20830018,"user":{"login":"alexzaugarov","id":20421997,"avatar_url":"https://avatars.githubusercontent.com/u/20421997?v=3","gravatar_id":"","url":"https://api.github.com/users/alexzaugarov","html_url":"https://github.com/alexzaugarov","followers_url":"https://api.github.com/users/alexzaugarov/followers","following_url":"https://api.github.com/users/alexzaugarov/following{/other_user}","gists_url":"https://api.github.com/users/alexzaugarov/gists{/gist_id}","starred_url":"https://api.github.com/users/alexzaugarov/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/alexzaugarov/subscriptions","organizations_url":"https://api.github.com/users/alexzaugarov/orgs","repos_url":"https://api.github.com/users/alexzaugarov/repos","events_url":"https://api.github.com/users/alexzaugarov/events{/privacy}","received_events_url":"https://api.github.com/users/alexzaugarov/received_events","type":"User","site_admin":false},"position":19,"line":19,"path":"SimpleStudents/App_Start/WebApiconfig.cs","commit_id":"0cc66bfbbdfdbbac276c1c5066ce5503cd59c3ee","created_at":"2017-02-10T09:04:54Z","updated_at":"2017-02-10T09:04:54Z","body":"это на самом деле не обязательно было делать, тебе бы и так json возвращался в javascript"}} | {
"id": 79414767,
"name": "Yuksovich/SimpleStudents",
"url": "https://api.github.com/repos/Yuksovich/SimpleStudents"
} | {
"id": 20421997,
"login": "alexzaugarov",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/20421997?",
"url": "https://api.github.com/users/alexzaugarov"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-02-10T09:04:54 | 5301283602 | {"actor":{"display_login":"alexzaugarov"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/suniukai/hello-world/comments/23296619","html_url":"https://github.com/suniukai/hello-world/commit/df2985659811f145ea4f9350cd2b34b4c8c177d6#commitcomment-23296619","id":23296619,"user":{"login":"suniukai","id":30443066,"avatar_url":"https://avatars0.githubusercontent.com/u/30443066?v=4","gravatar_id":"","url":"https://api.github.com/users/suniukai","html_url":"https://github.com/suniukai","followers_url":"https://api.github.com/users/suniukai/followers","following_url":"https://api.github.com/users/suniukai/following{/other_user}","gists_url":"https://api.github.com/users/suniukai/gists{/gist_id}","starred_url":"https://api.github.com/users/suniukai/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/suniukai/subscriptions","organizations_url":"https://api.github.com/users/suniukai/orgs","repos_url":"https://api.github.com/users/suniukai/repos","events_url":"https://api.github.com/users/suniukai/events{/privacy}","received_events_url":"https://api.github.com/users/suniukai/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"df2985659811f145ea4f9350cd2b34b4c8c177d6","created_at":"2017-07-25T20:15:16Z","updated_at":"2017-07-25T20:15:16Z","body":"test"}} | {
"id": 98336851,
"name": "suniukai/hello-world",
"url": "https://api.github.com/repos/suniukai/hello-world"
} | {
"id": 30443066,
"login": "suniukai",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/30443066?",
"url": "https://api.github.com/users/suniukai"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-07-25T20:15:16 | 6327364672 | {"actor":{"display_login":"suniukai"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/inthej/McDonaldKiosk/comments/22634946","html_url":"https://github.com/inthej/McDonaldKiosk/commit/84b0024894183a3155284c94b4437a1a13110bb4#commitcomment-22634946","id":22634946,"user":{"login":"inthej","id":29036135,"avatar_url":"https://avatars1.githubusercontent.com/u/29036135?v=3","gravatar_id":"","url":"https://api.github.com/users/inthej","html_url":"https://github.com/inthej","followers_url":"https://api.github.com/users/inthej/followers","following_url":"https://api.github.com/users/inthej/following{/other_user}","gists_url":"https://api.github.com/users/inthej/gists{/gist_id}","starred_url":"https://api.github.com/users/inthej/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/inthej/subscriptions","organizations_url":"https://api.github.com/users/inthej/orgs","repos_url":"https://api.github.com/users/inthej/repos","events_url":"https://api.github.com/users/inthej/events{/privacy}","received_events_url":"https://api.github.com/users/inthej/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"84b0024894183a3155284c94b4437a1a13110bb4","created_at":"2017-06-19T20:15:13Z","updated_at":"2017-06-19T20:15:13Z","body":"제가 잘못 생각했었네요. 조언대로 수정 반영하였습니다.\r\n혹시 윈도우 타이틀바 높이 사이즈 구하는 방법 알고 계시나요? \r\n타이틀바 높이 구하는 방법을 제가 잘못 알고 있었네요."}} | {
"id": 92745769,
"name": "inthej/McDonaldKiosk",
"url": "https://api.github.com/repos/inthej/McDonaldKiosk"
} | {
"id": 29036135,
"login": "inthej",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/29036135?",
"url": "https://api.github.com/users/inthej"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-06-19T20:15:13 | 6095360351 | {"actor":{"display_login":"inthej"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/sladjana-dragic/frontend_practice_project_1/comments/25438788","html_url":"https://github.com/sladjana-dragic/frontend_practice_project_1/commit/e7eb435ca9683ccbb129dd1648d4a2ca3b95e672#commitcomment-25438788","id":25438788,"user":{"login":"sladjana-dragic","id":32066363,"avatar_url":"https://avatars0.githubusercontent.com/u/32066363?v=4","gravatar_id":"","url":"https://api.github.com/users/sladjana-dragic","html_url":"https://github.com/sladjana-dragic","followers_url":"https://api.github.com/users/sladjana-dragic/followers","following_url":"https://api.github.com/users/sladjana-dragic/following{/other_user}","gists_url":"https://api.github.com/users/sladjana-dragic/gists{/gist_id}","starred_url":"https://api.github.com/users/sladjana-dragic/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sladjana-dragic/subscriptions","organizations_url":"https://api.github.com/users/sladjana-dragic/orgs","repos_url":"https://api.github.com/users/sladjana-dragic/repos","events_url":"https://api.github.com/users/sladjana-dragic/events{/privacy}","received_events_url":"https://api.github.com/users/sladjana-dragic/received_events","type":"User","site_admin":false},"position":16,"line":671,"path":"scss/templates/_front-page.scss","commit_id":"e7eb435ca9683ccbb129dd1648d4a2ca3b95e672","created_at":"2017-11-06T21:24:49Z","updated_at":"2017-11-06T21:24:49Z","author_association":"OWNER","body":"flex-direction: column; ? :)\r\nSame as display:block;\r\nIt was more behind that, but I don't remember anymore, I planned to do something with flex, but I changed code a lot after that, so it lost it's purpose...\r\n"}} | {
"id": 107131308,
"name": "sladjana-dragic/frontend_practice_project_1",
"url": "https://api.github.com/repos/sladjana-dragic/frontend_practice_project_1"
} | {
"id": 32066363,
"login": "sladjana-dragic",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/32066363?",
"url": "https://api.github.com/users/sladjana-dragic"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-11-06T21:24:49 | 6816936752 | {"actor":{"display_login":"sladjana-dragic"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/nadasa/springbootshiro/comments/23158881","html_url":"https://github.com/nadasa/springbootshiro/commit/5e2cd85c79f316b71629e50873dc171ba6b81579#commitcomment-23158881","id":23158881,"user":{"login":"nadasa","id":27875976,"avatar_url":"https://avatars2.githubusercontent.com/u/27875976?v=4","gravatar_id":"","url":"https://api.github.com/users/nadasa","html_url":"https://github.com/nadasa","followers_url":"https://api.github.com/users/nadasa/followers","following_url":"https://api.github.com/users/nadasa/following{/other_user}","gists_url":"https://api.github.com/users/nadasa/gists{/gist_id}","starred_url":"https://api.github.com/users/nadasa/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nadasa/subscriptions","organizations_url":"https://api.github.com/users/nadasa/orgs","repos_url":"https://api.github.com/users/nadasa/repos","events_url":"https://api.github.com/users/nadasa/events{/privacy}","received_events_url":"https://api.github.com/users/nadasa/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"5e2cd85c79f316b71629e50873dc171ba6b81579","created_at":"2017-07-18T14:53:23Z","updated_at":"2017-07-18T14:53:23Z","body":"aa"}} | {
"id": 97608926,
"name": "nadasa/springbootshiro",
"url": "https://api.github.com/repos/nadasa/springbootshiro"
} | {
"id": 27875976,
"login": "nadasa",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/27875976?",
"url": "https://api.github.com/users/nadasa"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-07-18T14:53:23 | 6278718068 | {"actor":{"display_login":"nadasa"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/sclymer/ui-micros-IC-MAP/comments/21074715","html_url":"https://github.com/sclymer/ui-micros-IC-MAP/commit/e9bebf7b61086b0ca5dc880ee9a3b0f0deda2b0a#commitcomment-21074715","id":21074715,"user":{"login":"sclymer","id":12660414,"avatar_url":"https://avatars.githubusercontent.com/u/12660414?v=3","gravatar_id":"","url":"https://api.github.com/users/sclymer","html_url":"https://github.com/sclymer","followers_url":"https://api.github.com/users/sclymer/followers","following_url":"https://api.github.com/users/sclymer/following{/other_user}","gists_url":"https://api.github.com/users/sclymer/gists{/gist_id}","starred_url":"https://api.github.com/users/sclymer/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sclymer/subscriptions","organizations_url":"https://api.github.com/users/sclymer/orgs","repos_url":"https://api.github.com/users/sclymer/repos","events_url":"https://api.github.com/users/sclymer/events{/privacy}","received_events_url":"https://api.github.com/users/sclymer/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"e9bebf7b61086b0ca5dc880ee9a3b0f0deda2b0a","created_at":"2017-02-27T19:42:45Z","updated_at":"2017-02-27T19:42:45Z","body":"[[Bluemix DevOps]](https://dev-console.stage1.ng.bluemix.net/devops/toolchains/3df28ed3-5aa3-4303-a5e1-c1ccbdb8ef45) This commit has been deployed to PROD by [ui-micros-IC-MAP](https://dev-console.stage1.ng.bluemix.net/devops/pipelines/c4464205-d388-423f-880c-1ee00d28275c)"}} | {
"id": 83348354,
"name": "sclymer/ui-micros-IC-MAP",
"url": "https://api.github.com/repos/sclymer/ui-micros-IC-MAP"
} | {
"id": 12660414,
"login": "sclymer",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/12660414?",
"url": "https://api.github.com/users/sclymer"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-02-27T19:42:45 | 5399541683 | {"actor":{"display_login":"sclymer"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/joaoCrulhas/projectNodejs/comments/20482996","html_url":"https://github.com/joaoCrulhas/projectNodejs/commit/a1f4626f225b28ae4bb3e5bdd8579bd9456799f5#commitcomment-20482996","id":20482996,"user":{"login":"joaoCrulhas","id":20360596,"avatar_url":"https://avatars.githubusercontent.com/u/20360596?v=3","gravatar_id":"","url":"https://api.github.com/users/joaoCrulhas","html_url":"https://github.com/joaoCrulhas","followers_url":"https://api.github.com/users/joaoCrulhas/followers","following_url":"https://api.github.com/users/joaoCrulhas/following{/other_user}","gists_url":"https://api.github.com/users/joaoCrulhas/gists{/gist_id}","starred_url":"https://api.github.com/users/joaoCrulhas/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/joaoCrulhas/subscriptions","organizations_url":"https://api.github.com/users/joaoCrulhas/orgs","repos_url":"https://api.github.com/users/joaoCrulhas/repos","events_url":"https://api.github.com/users/joaoCrulhas/events{/privacy}","received_events_url":"https://api.github.com/users/joaoCrulhas/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"a1f4626f225b28ae4bb3e5bdd8579bd9456799f5","created_at":"2017-01-15T18:43:53Z","updated_at":"2017-01-15T18:43:53Z","body":"This is our last commit abou this project, so I added the req.query, to get some parameters passing by url!"}} | {
"id": 77866585,
"name": "joaoCrulhas/projectNodejs",
"url": "https://api.github.com/repos/joaoCrulhas/projectNodejs"
} | {
"id": 20360596,
"login": "joaoCrulhas",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/20360596?",
"url": "https://api.github.com/users/joaoCrulhas"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-01-15T18:43:53 | 5156017602 | {"actor":{"display_login":"joaoCrulhas"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/marcoonroad/families/comments/23755076","html_url":"https://github.com/marcoonroad/families/commit/2e22e9c2ab16a8f78b533eeb17ef38354b8839ed#commitcomment-23755076","id":23755076,"user":{"login":"marcoonroad","id":3820407,"avatar_url":"https://avatars3.githubusercontent.com/u/3820407?v=4","gravatar_id":"","url":"https://api.github.com/users/marcoonroad","html_url":"https://github.com/marcoonroad","followers_url":"https://api.github.com/users/marcoonroad/followers","following_url":"https://api.github.com/users/marcoonroad/following{/other_user}","gists_url":"https://api.github.com/users/marcoonroad/gists{/gist_id}","starred_url":"https://api.github.com/users/marcoonroad/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/marcoonroad/subscriptions","organizations_url":"https://api.github.com/users/marcoonroad/orgs","repos_url":"https://api.github.com/users/marcoonroad/repos","events_url":"https://api.github.com/users/marcoonroad/events{/privacy}","received_events_url":"https://api.github.com/users/marcoonroad/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"2e22e9c2ab16a8f78b533eeb17ef38354b8839ed","created_at":"2017-08-20T15:45:55Z","updated_at":"2017-08-20T15:45:55Z","body":"The patch for issue #9 lies on the metatable.lua diff above."}} | {
"id": 99304467,
"name": "marcoonroad/families",
"url": "https://api.github.com/repos/marcoonroad/families"
} | {
"id": 3820407,
"login": "marcoonroad",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/3820407?",
"url": "https://api.github.com/users/marcoonroad"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-08-20T15:45:55 | 6488284682 | {"actor":{"display_login":"marcoonroad"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/mosh-hamedani/vidly-mvc-5/comments/23621170","html_url":"https://github.com/mosh-hamedani/vidly-mvc-5/commit/5de3b1b93df24cacfe8fc128164af417c00bf39d#commitcomment-23621170","id":23621170,"user":{"login":"lvlessi","id":29761290,"avatar_url":"https://avatars2.githubusercontent.com/u/29761290?v=4","gravatar_id":"","url":"https://api.github.com/users/lvlessi","html_url":"https://github.com/lvlessi","followers_url":"https://api.github.com/users/lvlessi/followers","following_url":"https://api.github.com/users/lvlessi/following{/other_user}","gists_url":"https://api.github.com/users/lvlessi/gists{/gist_id}","starred_url":"https://api.github.com/users/lvlessi/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/lvlessi/subscriptions","organizations_url":"https://api.github.com/users/lvlessi/orgs","repos_url":"https://api.github.com/users/lvlessi/repos","events_url":"https://api.github.com/users/lvlessi/events{/privacy}","received_events_url":"https://api.github.com/users/lvlessi/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"5de3b1b93df24cacfe8fc128164af417c00bf39d","created_at":"2017-08-13T08:52:08Z","updated_at":"2017-08-13T08:52:08Z","body":"if i remove that attribute then how my validation for movies will work ? i mean then how i'll be able to determine that customer has selected atleast one movie"}} | {
"id": 55126507,
"name": "mosh-hamedani/vidly-mvc-5",
"url": "https://api.github.com/repos/mosh-hamedani/vidly-mvc-5"
} | {
"id": 29761290,
"login": "lvlessi",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/29761290?",
"url": "https://api.github.com/users/lvlessi"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-08-13T08:52:08 | 6445647387 | {"actor":{"display_login":"lvlessi"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/Chadley08/EarthdawnGamemasterAssistant/comments/24636600","html_url":"https://github.com/Chadley08/EarthdawnGamemasterAssistant/commit/ab556d01b880d2d90b9cf32a54bd7b519c087c67#commitcomment-24636600","id":24636600,"user":{"login":"Chadley08","id":19597131,"avatar_url":"https://avatars2.githubusercontent.com/u/19597131?v=4","gravatar_id":"","url":"https://api.github.com/users/Chadley08","html_url":"https://github.com/Chadley08","followers_url":"https://api.github.com/users/Chadley08/followers","following_url":"https://api.github.com/users/Chadley08/following{/other_user}","gists_url":"https://api.github.com/users/Chadley08/gists{/gist_id}","starred_url":"https://api.github.com/users/Chadley08/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Chadley08/subscriptions","organizations_url":"https://api.github.com/users/Chadley08/orgs","repos_url":"https://api.github.com/users/Chadley08/repos","events_url":"https://api.github.com/users/Chadley08/events{/privacy}","received_events_url":"https://api.github.com/users/Chadley08/received_events","type":"User","site_admin":false},"position":33,"line":49,"path":"EarthdawnGamemasterAssistant/Disciplines/DisciplineSet.cs","commit_id":"ab556d01b880d2d90b9cf32a54bd7b519c087c67","created_at":"2017-09-28T20:33:17Z","updated_at":"2017-09-28T20:33:17Z","author_association":"OWNER","body":"Should probably create a new class that handles this type of tuple manipulation. Could lead to more \"discoveries\" in how to handle the AbilityRules conundrum."}} | {
"id": 100892608,
"name": "Chadley08/EarthdawnGamemasterAssistant",
"url": "https://api.github.com/repos/Chadley08/EarthdawnGamemasterAssistant"
} | {
"id": 19597131,
"login": "Chadley08",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/19597131?",
"url": "https://api.github.com/users/Chadley08"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-09-28T20:33:17 | 6651563750 | {"actor":{"display_login":"Chadley08"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/wangchongyang091/BestPractice/comments/24192777","html_url":"https://github.com/wangchongyang091/BestPractice/commit/39822dbe19bd749f1bdc555fb0f39498d3870ca8#commitcomment-24192777","id":24192777,"user":{"login":"wangchongyang091","id":9800076,"avatar_url":"https://avatars2.githubusercontent.com/u/9800076?v=4","gravatar_id":"","url":"https://api.github.com/users/wangchongyang091","html_url":"https://github.com/wangchongyang091","followers_url":"https://api.github.com/users/wangchongyang091/followers","following_url":"https://api.github.com/users/wangchongyang091/following{/other_user}","gists_url":"https://api.github.com/users/wangchongyang091/gists{/gist_id}","starred_url":"https://api.github.com/users/wangchongyang091/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/wangchongyang091/subscriptions","organizations_url":"https://api.github.com/users/wangchongyang091/orgs","repos_url":"https://api.github.com/users/wangchongyang091/repos","events_url":"https://api.github.com/users/wangchongyang091/events{/privacy}","received_events_url":"https://api.github.com/users/wangchongyang091/received_events","type":"User","site_admin":false},"position":6,"line":83,"path":"riil-auto-build/src/main/java/com/riil/build/services/GenJarBuildOrderServiceImpl.java","commit_id":"39822dbe19bd749f1bdc555fb0f39498d3870ca8","created_at":"2017-09-09T17:31:19Z","updated_at":"2017-09-09T17:31:19Z","author_association":"OWNER","body":"files maybe null"}} | {
"id": 102972187,
"name": "wangchongyang091/BestPractice",
"url": "https://api.github.com/repos/wangchongyang091/BestPractice"
} | {
"id": 9800076,
"login": "wangchongyang091",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/9800076?",
"url": "https://api.github.com/users/wangchongyang091"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-09-09T17:31:19 | 6570099908 | {"actor":{"display_login":"wangchongyang091"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/heidi-ann/ios/comments/20661708","html_url":"https://github.com/heidi-ann/ios/commit/57e1bb2b59eaee292d2082459c0f020cf283950a#commitcomment-20661708","id":20661708,"user":{"login":"dgryski","id":970862,"avatar_url":"https://avatars.githubusercontent.com/u/970862?v=3","gravatar_id":"","url":"https://api.github.com/users/dgryski","html_url":"https://github.com/dgryski","followers_url":"https://api.github.com/users/dgryski/followers","following_url":"https://api.github.com/users/dgryski/following{/other_user}","gists_url":"https://api.github.com/users/dgryski/gists{/gist_id}","starred_url":"https://api.github.com/users/dgryski/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dgryski/subscriptions","organizations_url":"https://api.github.com/users/dgryski/orgs","repos_url":"https://api.github.com/users/dgryski/repos","events_url":"https://api.github.com/users/dgryski/events{/privacy}","received_events_url":"https://api.github.com/users/dgryski/received_events","type":"User","site_admin":false},"position":22,"line":15,"path":"README.md","commit_id":"57e1bb2b59eaee292d2082459c0f020cf283950a","created_at":"2017-01-30T13:19:16Z","updated_at":"2017-01-30T13:19:16Z","body":"`go get` will recursively pull down dependencies. The first two `go get` lines aren't needed."}} | {
"id": 51289730,
"name": "heidi-ann/ios",
"url": "https://api.github.com/repos/heidi-ann/ios"
} | {
"id": 970862,
"login": "dgryski",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/970862?",
"url": "https://api.github.com/users/dgryski"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-01-30T13:19:16 | 5233561276 | {"actor":{"display_login":"dgryski"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/itzexor/Cinnamon/comments/22310651","html_url":"https://github.com/itzexor/Cinnamon/commit/cbcd57964b7c57d9c92623d79002c48ebe4ac27b#commitcomment-22310651","id":22310651,"user":{"login":"itzexor","id":11601860,"avatar_url":"https://avatars3.githubusercontent.com/u/11601860?v=3","gravatar_id":"","url":"https://api.github.com/users/itzexor","html_url":"https://github.com/itzexor","followers_url":"https://api.github.com/users/itzexor/followers","following_url":"https://api.github.com/users/itzexor/following{/other_user}","gists_url":"https://api.github.com/users/itzexor/gists{/gist_id}","starred_url":"https://api.github.com/users/itzexor/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/itzexor/subscriptions","organizations_url":"https://api.github.com/users/itzexor/orgs","repos_url":"https://api.github.com/users/itzexor/repos","events_url":"https://api.github.com/users/itzexor/events{/privacy}","received_events_url":"https://api.github.com/users/itzexor/received_events","type":"User","site_admin":false},"position":77,"line":598,"path":"js/ui/layout.js","commit_id":"cbcd57964b7c57d9c92623d79002c48ebe4ac27b","created_at":"2017-05-28T18:31:52Z","updated_at":"2017-05-28T18:31:52Z","body":"this just did the same thing we're doing immediately below"}} | {
"id": 50894474,
"name": "itzexor/Cinnamon",
"url": "https://api.github.com/repos/itzexor/Cinnamon"
} | {
"id": 11601860,
"login": "itzexor",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/11601860?",
"url": "https://api.github.com/users/itzexor"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-05-28T18:31:52 | 5956622003 | {"actor":{"display_login":"itzexor"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/shivamvinsol/JqueryVtappSolutions/comments/24121630","html_url":"https://github.com/shivamvinsol/JqueryVtappSolutions/commit/c510dc0781d19fc7240f8d1d8f640fbfee118598#commitcomment-24121630","id":24121630,"user":{"login":"manishrawat0212","id":21332195,"avatar_url":"https://avatars0.githubusercontent.com/u/21332195?v=4","gravatar_id":"","url":"https://api.github.com/users/manishrawat0212","html_url":"https://github.com/manishrawat0212","followers_url":"https://api.github.com/users/manishrawat0212/followers","following_url":"https://api.github.com/users/manishrawat0212/following{/other_user}","gists_url":"https://api.github.com/users/manishrawat0212/gists{/gist_id}","starred_url":"https://api.github.com/users/manishrawat0212/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/manishrawat0212/subscriptions","organizations_url":"https://api.github.com/users/manishrawat0212/orgs","repos_url":"https://api.github.com/users/manishrawat0212/repos","events_url":"https://api.github.com/users/manishrawat0212/events{/privacy}","received_events_url":"https://api.github.com/users/manishrawat0212/received_events","type":"User","site_admin":false},"position":14,"line":14,"path":"StoreManager/StoreManager.html","commit_id":"c510dc0781d19fc7240f8d1d8f640fbfee118598","created_at":"2017-09-06T17:32:19Z","updated_at":"2017-09-06T17:32:19Z","author_association":"NONE","body":"Move all the `script` tags inside the `head` tag."}} | {
"id": 101738090,
"name": "shivamvinsol/JqueryVtappSolutions",
"url": "https://api.github.com/repos/shivamvinsol/JqueryVtappSolutions"
} | {
"id": 21332195,
"login": "manishrawat0212",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/21332195?",
"url": "https://api.github.com/users/manishrawat0212"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-09-06T17:32:19 | 6557465654 | {"actor":{"display_login":"manishrawat0212"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/mochidu010/mochiBooks/comments/25753328","html_url":"https://github.com/mochidu010/mochiBooks/commit/8dd65cb5f52ab9e27c3b92c4fb031ca0c56d5042#commitcomment-25753328","id":25753328,"user":{"login":"mizunokura","id":2253623,"avatar_url":"https://avatars2.githubusercontent.com/u/2253623?v=4","gravatar_id":"","url":"https://api.github.com/users/mizunokura","html_url":"https://github.com/mizunokura","followers_url":"https://api.github.com/users/mizunokura/followers","following_url":"https://api.github.com/users/mizunokura/following{/other_user}","gists_url":"https://api.github.com/users/mizunokura/gists{/gist_id}","starred_url":"https://api.github.com/users/mizunokura/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mizunokura/subscriptions","organizations_url":"https://api.github.com/users/mizunokura/orgs","repos_url":"https://api.github.com/users/mizunokura/repos","events_url":"https://api.github.com/users/mizunokura/events{/privacy}","received_events_url":"https://api.github.com/users/mizunokura/received_events","type":"User","site_admin":false},"position":63,"line":49,"path":"app/Controller/AppController.php","commit_id":"8dd65cb5f52ab9e27c3b92c4fb031ca0c56d5042","created_at":"2017-11-21T11:35:52Z","updated_at":"2017-11-21T11:35:52Z","author_association":"NONE","body":"スペース2つのインデントか…"}} | {
"id": 111395576,
"name": "mochidu010/mochiBooks",
"url": "https://api.github.com/repos/mochidu010/mochiBooks"
} | {
"id": 2253623,
"login": "mizunokura",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/2253623?",
"url": "https://api.github.com/users/mizunokura"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-11-21T11:35:52 | 6884058045 | {"actor":{"display_login":"mizunokura"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/RajaBule/BatchMessenger/comments/26012340","html_url":"https://github.com/RajaBule/BatchMessenger/commit/7f1d7cea096d58f42d231fdf4df7f988c8f4a53f#commitcomment-26012340","id":26012340,"user":{"login":"RajaBule","id":30694282,"avatar_url":"https://avatars2.githubusercontent.com/u/30694282?v=4","gravatar_id":"","url":"https://api.github.com/users/RajaBule","html_url":"https://github.com/RajaBule","followers_url":"https://api.github.com/users/RajaBule/followers","following_url":"https://api.github.com/users/RajaBule/following{/other_user}","gists_url":"https://api.github.com/users/RajaBule/gists{/gist_id}","starred_url":"https://api.github.com/users/RajaBule/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/RajaBule/subscriptions","organizations_url":"https://api.github.com/users/RajaBule/orgs","repos_url":"https://api.github.com/users/RajaBule/repos","events_url":"https://api.github.com/users/RajaBule/events{/privacy}","received_events_url":"https://api.github.com/users/RajaBule/received_events","type":"User","site_admin":false},"position":2,"line":2,"path":"README.md","commit_id":"7f1d7cea096d58f42d231fdf4df7f988c8f4a53f","created_at":"2017-12-03T10:27:10Z","updated_at":"2017-12-03T10:27:10Z","author_association":"OWNER","body":"Hello and thank you for your interest in this project. It is a very simple messenger that is not very practical but was fun creating in high-school. I decided to revive the project just for the heck of it. Feel free to make changes and what not.\r\n\r\n\r\n-Joseph J Armstrong"}} | {
"id": 112918405,
"name": "RajaBule/BatchMessenger",
"url": "https://api.github.com/repos/RajaBule/BatchMessenger"
} | {
"id": 30694282,
"login": "RajaBule",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/30694282?",
"url": "https://api.github.com/users/RajaBule"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-12-03T10:27:10 | 6935546960 | {"actor":{"display_login":"RajaBule"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/UnnamedMoose/BasicOpenFOAMProgrammingTutorials/comments/25659579","html_url":"https://github.com/UnnamedMoose/BasicOpenFOAMProgrammingTutorials/commit/44c42b7709bcc2b278ff0a59991ae2b6aa6dbfae#commitcomment-25659579","id":25659579,"user":{"login":"BUWIHANGANYE","id":33729240,"avatar_url":"https://avatars2.githubusercontent.com/u/33729240?v=4","gravatar_id":"","url":"https://api.github.com/users/BUWIHANGANYE","html_url":"https://github.com/BUWIHANGANYE","followers_url":"https://api.github.com/users/BUWIHANGANYE/followers","following_url":"https://api.github.com/users/BUWIHANGANYE/following{/other_user}","gists_url":"https://api.github.com/users/BUWIHANGANYE/gists{/gist_id}","starred_url":"https://api.github.com/users/BUWIHANGANYE/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/BUWIHANGANYE/subscriptions","organizations_url":"https://api.github.com/users/BUWIHANGANYE/orgs","repos_url":"https://api.github.com/users/BUWIHANGANYE/repos","events_url":"https://api.github.com/users/BUWIHANGANYE/events{/privacy}","received_events_url":"https://api.github.com/users/BUWIHANGANYE/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"44c42b7709bcc2b278ff0a59991ae2b6aa6dbfae","created_at":"2017-11-16T17:34:44Z","updated_at":"2017-11-16T17:34:44Z","author_association":"NONE","body":"Hey,\r\nI am Ben, it is like I am beginning from zero, I don't master C++ and OpenFoam seems to be challenging.\r\nAdvise me Where to start learning OpenFoam because it a master to use it in my final year thesis.\r\nI am not even understanding anything about this basic tutorials.\r\nGuide me, please!\r\n\r\nThank you!"}} | {
"id": 93340338,
"name": "UnnamedMoose/BasicOpenFOAMProgrammingTutorials",
"url": "https://api.github.com/repos/UnnamedMoose/BasicOpenFOAMProgrammingTutorials"
} | {
"id": 33729240,
"login": "BUWIHANGANYE",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/33729240?",
"url": "https://api.github.com/users/BUWIHANGANYE"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-11-16T17:34:44 | 6865679244 | {"actor":{"display_login":"BUWIHANGANYE"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/raonifst/academic-system/comments/23910262","html_url":"https://github.com/raonifst/academic-system/commit/2572b2cecc666639abc8edf2222b38cbdfc2f603#commitcomment-23910262","id":23910262,"user":{"login":"Bside89","id":12461295,"avatar_url":"https://avatars1.githubusercontent.com/u/12461295?v=4","gravatar_id":"","url":"https://api.github.com/users/Bside89","html_url":"https://github.com/Bside89","followers_url":"https://api.github.com/users/Bside89/followers","following_url":"https://api.github.com/users/Bside89/following{/other_user}","gists_url":"https://api.github.com/users/Bside89/gists{/gist_id}","starred_url":"https://api.github.com/users/Bside89/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Bside89/subscriptions","organizations_url":"https://api.github.com/users/Bside89/orgs","repos_url":"https://api.github.com/users/Bside89/repos","events_url":"https://api.github.com/users/Bside89/events{/privacy}","received_events_url":"https://api.github.com/users/Bside89/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"2572b2cecc666639abc8edf2222b38cbdfc2f603","created_at":"2017-08-27T23:06:20Z","updated_at":"2017-08-27T23:06:20Z","body":"Typo: \"disciplines\" is actually \"courses\". lol"}} | {
"id": 94728685,
"name": "raonifst/academic-system",
"url": "https://api.github.com/repos/raonifst/academic-system"
} | {
"id": 12461295,
"login": "Bside89",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/12461295?",
"url": "https://api.github.com/users/Bside89"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-08-27T23:06:20 | 6517411041 | {"actor":{"display_login":"Bside89"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/yinsimei/scummvm/comments/22396427","html_url":"https://github.com/yinsimei/scummvm/commit/a5370b27edb4036dc72208d266937ce021191316#commitcomment-22396427","id":22396427,"user":{"login":"sev-","id":365188,"avatar_url":"https://avatars1.githubusercontent.com/u/365188?v=3","gravatar_id":"","url":"https://api.github.com/users/sev-","html_url":"https://github.com/sev-","followers_url":"https://api.github.com/users/sev-/followers","following_url":"https://api.github.com/users/sev-/following{/other_user}","gists_url":"https://api.github.com/users/sev-/gists{/gist_id}","starred_url":"https://api.github.com/users/sev-/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sev-/subscriptions","organizations_url":"https://api.github.com/users/sev-/orgs","repos_url":"https://api.github.com/users/sev-/repos","events_url":"https://api.github.com/users/sev-/events{/privacy}","received_events_url":"https://api.github.com/users/sev-/received_events","type":"User","site_admin":false},"position":250,"line":201,"path":"engines/sludge/sprites.cpp","commit_id":"a5370b27edb4036dc72208d266937ce021191316","created_at":"2017-06-05T07:25:05Z","updated_at":"2017-06-05T07:25:05Z","body":"Code formatting. `looper--`"}} | {
"id": 85254300,
"name": "yinsimei/scummvm",
"url": "https://api.github.com/repos/yinsimei/scummvm"
} | {
"id": 365188,
"login": "sev-",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/365188?",
"url": "https://api.github.com/users/sev-"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-06-05T07:25:05 | 6000929710 | {"actor":{"display_login":"sev-"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/todomato/TDD_Day2_HW/comments/20515927","html_url":"https://github.com/todomato/TDD_Day2_HW/commit/20f485cb86dfc7dddd57937a82043ec563840a13#commitcomment-20515927","id":20515927,"user":{"login":"hatelove","id":1528587,"avatar_url":"https://avatars.githubusercontent.com/u/1528587?v=3","gravatar_id":"","url":"https://api.github.com/users/hatelove","html_url":"https://github.com/hatelove","followers_url":"https://api.github.com/users/hatelove/followers","following_url":"https://api.github.com/users/hatelove/following{/other_user}","gists_url":"https://api.github.com/users/hatelove/gists{/gist_id}","starred_url":"https://api.github.com/users/hatelove/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/hatelove/subscriptions","organizations_url":"https://api.github.com/users/hatelove/orgs","repos_url":"https://api.github.com/users/hatelove/repos","events_url":"https://api.github.com/users/hatelove/events{/privacy}","received_events_url":"https://api.github.com/users/hatelove/received_events","type":"User","site_admin":false},"position":32,"line":27,"path":"Shopping/ShoppingCar.cs","commit_id":"20f485cb86dfc7dddd57937a82043ec563840a13","created_at":"2017-01-18T03:32:15Z","updated_at":"2017-01-18T03:32:15Z","body":"return 0 是多的,是多的,是多的。\r\n\r\n這樣會讓呼叫端納悶,究竟是要取 TotalCost, 還是要用 CalculateCost() 回傳值。"}} | {
"id": 79105733,
"name": "todomato/TDD_Day2_HW",
"url": "https://api.github.com/repos/todomato/TDD_Day2_HW"
} | {
"id": 1528587,
"login": "hatelove",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/1528587?",
"url": "https://api.github.com/users/hatelove"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-01-18T03:32:15 | 5169987776 | {"actor":{"display_login":"hatelove"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/pitri979/Firstone/comments/21870377","html_url":"https://github.com/pitri979/Firstone/commit/5b4183efd7cc2b950fff8940c941279ae6541ea5#commitcomment-21870377","id":21870377,"user":{"login":"pitri979","id":27217981,"avatar_url":"https://avatars2.githubusercontent.com/u/27217981?v=3","gravatar_id":"","url":"https://api.github.com/users/pitri979","html_url":"https://github.com/pitri979","followers_url":"https://api.github.com/users/pitri979/followers","following_url":"https://api.github.com/users/pitri979/following{/other_user}","gists_url":"https://api.github.com/users/pitri979/gists{/gist_id}","starred_url":"https://api.github.com/users/pitri979/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/pitri979/subscriptions","organizations_url":"https://api.github.com/users/pitri979/orgs","repos_url":"https://api.github.com/users/pitri979/repos","events_url":"https://api.github.com/users/pitri979/events{/privacy}","received_events_url":"https://api.github.com/users/pitri979/received_events","type":"User","site_admin":false},"position":32,"line":32,"path":"algorytm3.txt","commit_id":"5b4183efd7cc2b950fff8940c941279ae6541ea5","created_at":"2017-04-23T10:47:28Z","updated_at":"2017-04-23T10:47:28Z","body":"a potem się pouczymy"}} | {
"id": 87816850,
"name": "pitri979/Firstone",
"url": "https://api.github.com/repos/pitri979/Firstone"
} | {
"id": 27217981,
"login": "pitri979",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/27217981?",
"url": "https://api.github.com/users/pitri979"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-04-23T10:47:28 | 5739012921 | {"actor":{"display_login":"pitri979"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/zeux/pugixml/comments/22626676","html_url":"https://github.com/zeux/pugixml/commit/95f013ba80fbe5a6c7423771d9c7715397f7585d#commitcomment-22626676","id":22626676,"user":{"login":"zeux","id":1106629,"avatar_url":"https://avatars1.githubusercontent.com/u/1106629?v=3","gravatar_id":"","url":"https://api.github.com/users/zeux","html_url":"https://github.com/zeux","followers_url":"https://api.github.com/users/zeux/followers","following_url":"https://api.github.com/users/zeux/following{/other_user}","gists_url":"https://api.github.com/users/zeux/gists{/gist_id}","starred_url":"https://api.github.com/users/zeux/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zeux/subscriptions","organizations_url":"https://api.github.com/users/zeux/orgs","repos_url":"https://api.github.com/users/zeux/repos","events_url":"https://api.github.com/users/zeux/events{/privacy}","received_events_url":"https://api.github.com/users/zeux/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"95f013ba80fbe5a6c7423771d9c7715397f7585d","created_at":"2017-06-19T14:02:19Z","updated_at":"2017-06-19T14:02:19Z","body":"I considered this when adding this macro. The issue is that the explicit size argument can't work with a macro because the macro would require variadic argument support for the sprintf branch to work, which isn't available on many other compilers (this change specifically uses variadic arguments only in C++11 or in MSVC, both are known to have it).\r\n\r\nI also considered making a function, but it both seemed a bit more complicated than necessary, and it would lose argument checking support for format string (which can be recovered in gcc/clang with attributes, further complicating the change, but isn't possible yet with MSVC...).\r\n\r\nI can probably change MSVC implementation to use _countof to mitigate the risk though."}} | {
"id": 4923301,
"name": "zeux/pugixml",
"url": "https://api.github.com/repos/zeux/pugixml"
} | {
"id": 1106629,
"login": "zeux",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/1106629?",
"url": "https://api.github.com/users/zeux"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-06-19T14:02:19 | 6092469558 | {"actor":{"display_login":"zeux"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/ollieOsh/Blog-NSS/comments/21686195","html_url":"https://github.com/ollieOsh/Blog-NSS/commit/e69dc36ccc37ae936ff38363099103aab28d9e0b#commitcomment-21686195","id":21686195,"user":{"login":"gregkorte","id":9039265,"avatar_url":"https://avatars3.githubusercontent.com/u/9039265?v=3","gravatar_id":"","url":"https://api.github.com/users/gregkorte","html_url":"https://github.com/gregkorte","followers_url":"https://api.github.com/users/gregkorte/followers","following_url":"https://api.github.com/users/gregkorte/following{/other_user}","gists_url":"https://api.github.com/users/gregkorte/gists{/gist_id}","starred_url":"https://api.github.com/users/gregkorte/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gregkorte/subscriptions","organizations_url":"https://api.github.com/users/gregkorte/orgs","repos_url":"https://api.github.com/users/gregkorte/repos","events_url":"https://api.github.com/users/gregkorte/events{/privacy}","received_events_url":"https://api.github.com/users/gregkorte/received_events","type":"User","site_admin":false},"position":62,"line":62,"path":"index.html","commit_id":"e69dc36ccc37ae936ff38363099103aab28d9e0b","created_at":"2017-04-08T07:56:30Z","updated_at":"2017-04-08T07:56:30Z","body":"Same as above. They will render but should look like this. `©` and `&`."}} | {
"id": 87352156,
"name": "ollieOsh/Blog-NSS",
"url": "https://api.github.com/repos/ollieOsh/Blog-NSS"
} | {
"id": 9039265,
"login": "gregkorte",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/9039265?",
"url": "https://api.github.com/users/gregkorte"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-04-08T07:56:30 | 5651763636 | {"actor":{"display_login":"gregkorte"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/dgoujard/fission-ui/comments/21062838","html_url":"https://github.com/dgoujard/fission-ui/commit/7bd3f4015fd4dc1d27f3cbf2808735b204d47968#commitcomment-21062838","id":21062838,"user":{"login":"yqf3139","id":2204211,"avatar_url":"https://avatars.githubusercontent.com/u/2204211?v=3","gravatar_id":"","url":"https://api.github.com/users/yqf3139","html_url":"https://github.com/yqf3139","followers_url":"https://api.github.com/users/yqf3139/followers","following_url":"https://api.github.com/users/yqf3139/following{/other_user}","gists_url":"https://api.github.com/users/yqf3139/gists{/gist_id}","starred_url":"https://api.github.com/users/yqf3139/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/yqf3139/subscriptions","organizations_url":"https://api.github.com/users/yqf3139/orgs","repos_url":"https://api.github.com/users/yqf3139/repos","events_url":"https://api.github.com/users/yqf3139/events{/privacy}","received_events_url":"https://api.github.com/users/yqf3139/received_events","type":"User","site_admin":false},"position":23,"line":35,"path":"app/containers/FunctionsPage/reducer.js","commit_id":"7bd3f4015fd4dc1d27f3cbf2808735b204d47968","created_at":"2017-02-27T07:41:54Z","updated_at":"2017-02-27T07:41:54Z","body":"Agree. I just find the environments in the redux store seems to be immutable list.\r\nGET_ENVIRONMENT_SUCCESS it is an immutable list.\r\nCREATE_ENVIRONMENT_SUCCESS it is an javascript array"}} | {
"id": 83018358,
"name": "dgoujard/fission-ui",
"url": "https://api.github.com/repos/dgoujard/fission-ui"
} | {
"id": 2204211,
"login": "yqf3139",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/2204211?",
"url": "https://api.github.com/users/yqf3139"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-02-27T07:41:54 | 5395212354 | {"actor":{"display_login":"yqf3139"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/xlab/android-go/comments/23656303","html_url":"https://github.com/xlab/android-go/commit/3a14af73a10f223008965fed52754b480e53dcdb#commitcomment-23656303","id":23656303,"user":{"login":"MaVo159","id":917690,"avatar_url":"https://avatars1.githubusercontent.com/u/917690?v=4","gravatar_id":"","url":"https://api.github.com/users/MaVo159","html_url":"https://github.com/MaVo159","followers_url":"https://api.github.com/users/MaVo159/followers","following_url":"https://api.github.com/users/MaVo159/following{/other_user}","gists_url":"https://api.github.com/users/MaVo159/gists{/gist_id}","starred_url":"https://api.github.com/users/MaVo159/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/MaVo159/subscriptions","organizations_url":"https://api.github.com/users/MaVo159/orgs","repos_url":"https://api.github.com/users/MaVo159/repos","events_url":"https://api.github.com/users/MaVo159/events{/privacy}","received_events_url":"https://api.github.com/users/MaVo159/received_events","type":"User","site_admin":false},"position":45,"line":242,"path":"app/app.go","commit_id":"3a14af73a10f223008965fed52754b480e53dcdb","created_at":"2017-08-15T15:59:31Z","updated_at":"2017-08-15T15:59:31Z","body":"Not a fan of this part. If I understand Deref correctly, the go fields may be stale in the future. A nil pointer panic exception is nicer than not noticing that something went wrong because of stale contents. Copying this before Deref should allow using RLock on a.mux and removes the need for activityMux, so you get concurrency as well (*android.NativeActivity is thread safe right?)."}} | {
"id": 58981472,
"name": "xlab/android-go",
"url": "https://api.github.com/repos/xlab/android-go"
} | {
"id": 917690,
"login": "MaVo159",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/917690?",
"url": "https://api.github.com/users/MaVo159"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-08-15T15:59:31 | 6456304342 | {"actor":{"display_login":"MaVo159"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/Flippylolz/SoftgroupHW/comments/21153581","html_url":"https://github.com/Flippylolz/SoftgroupHW/commit/6f6b5f83d749e61949bf5fa92dd07f1f18d7f69e#commitcomment-21153581","id":21153581,"user":{"login":"dgrebenyuk","id":436773,"avatar_url":"https://avatars2.githubusercontent.com/u/436773?v=3","gravatar_id":"","url":"https://api.github.com/users/dgrebenyuk","html_url":"https://github.com/dgrebenyuk","followers_url":"https://api.github.com/users/dgrebenyuk/followers","following_url":"https://api.github.com/users/dgrebenyuk/following{/other_user}","gists_url":"https://api.github.com/users/dgrebenyuk/gists{/gist_id}","starred_url":"https://api.github.com/users/dgrebenyuk/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dgrebenyuk/subscriptions","organizations_url":"https://api.github.com/users/dgrebenyuk/orgs","repos_url":"https://api.github.com/users/dgrebenyuk/repos","events_url":"https://api.github.com/users/dgrebenyuk/events{/privacy}","received_events_url":"https://api.github.com/users/dgrebenyuk/received_events","type":"User","site_admin":false},"position":65,"line":32,"path":"task2.rb","commit_id":"6f6b5f83d749e61949bf5fa92dd07f1f18d7f69e","created_at":"2017-03-04T16:07:07Z","updated_at":"2017-03-04T16:07:07Z","body":":+1: "}} | {
"id": 82408959,
"name": "Flippylolz/SoftgroupHW",
"url": "https://api.github.com/repos/Flippylolz/SoftgroupHW"
} | {
"id": 436773,
"login": "dgrebenyuk",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/436773?",
"url": "https://api.github.com/users/dgrebenyuk"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-03-04T16:07:07 | 5433002601 | {"actor":{"display_login":"dgrebenyuk"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/harsh-2711/practice/comments/26140706","html_url":"https://github.com/harsh-2711/practice/commit/9fc8cffbe0f224f6d01b6825f9e12b38fb9ce792#commitcomment-26140706","id":26140706,"user":{"login":"harsh-2711","id":32356267,"avatar_url":"https://avatars2.githubusercontent.com/u/32356267?v=4","gravatar_id":"","url":"https://api.github.com/users/harsh-2711","html_url":"https://github.com/harsh-2711","followers_url":"https://api.github.com/users/harsh-2711/followers","following_url":"https://api.github.com/users/harsh-2711/following{/other_user}","gists_url":"https://api.github.com/users/harsh-2711/gists{/gist_id}","starred_url":"https://api.github.com/users/harsh-2711/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/harsh-2711/subscriptions","organizations_url":"https://api.github.com/users/harsh-2711/orgs","repos_url":"https://api.github.com/users/harsh-2711/repos","events_url":"https://api.github.com/users/harsh-2711/events{/privacy}","received_events_url":"https://api.github.com/users/harsh-2711/received_events","type":"User","site_admin":false},"position":5,"line":5,"path":"code","commit_id":"9fc8cffbe0f224f6d01b6825f9e12b38fb9ce792","created_at":"2017-12-08T13:10:02Z","updated_at":"2017-12-08T13:10:02Z","author_association":"OWNER","body":"printf(\"\\nHello Guys\\n\");"}} | {
"id": 113565678,
"name": "harsh-2711/practice",
"url": "https://api.github.com/repos/harsh-2711/practice"
} | {
"id": 32356267,
"login": "harsh-2711",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/32356267?",
"url": "https://api.github.com/users/harsh-2711"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-12-08T13:10:02 | 6962295565 | {"actor":{"display_login":"harsh-2711"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/pranavpandya84/mapreduce/comments/22093961","html_url":"https://github.com/pranavpandya84/mapreduce/commit/338aa723a9cb56dc778c83016aa0910ea9c74966#commitcomment-22093961","id":22093961,"user":{"login":"pranavpandya84","id":22565727,"avatar_url":"https://avatars2.githubusercontent.com/u/22565727?v=3","gravatar_id":"","url":"https://api.github.com/users/pranavpandya84","html_url":"https://github.com/pranavpandya84","followers_url":"https://api.github.com/users/pranavpandya84/followers","following_url":"https://api.github.com/users/pranavpandya84/following{/other_user}","gists_url":"https://api.github.com/users/pranavpandya84/gists{/gist_id}","starred_url":"https://api.github.com/users/pranavpandya84/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/pranavpandya84/subscriptions","organizations_url":"https://api.github.com/users/pranavpandya84/orgs","repos_url":"https://api.github.com/users/pranavpandya84/repos","events_url":"https://api.github.com/users/pranavpandya84/events{/privacy}","received_events_url":"https://api.github.com/users/pranavpandya84/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"338aa723a9cb56dc778c83016aa0910ea9c74966","created_at":"2017-05-10T21:10:19Z","updated_at":"2017-05-10T21:10:19Z","body":"Initial commit"}} | {
"id": 90908452,
"name": "pranavpandya84/mapreduce",
"url": "https://api.github.com/repos/pranavpandya84/mapreduce"
} | {
"id": 22565727,
"login": "pranavpandya84",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/22565727?",
"url": "https://api.github.com/users/pranavpandya84"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-05-10T21:10:19 | 5848555467 | {"actor":{"display_login":"pranavpandya84"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/zaius/alacritty/comments/20583713","html_url":"https://github.com/zaius/alacritty/commit/a6d39836cac7405acdf20c584b9ed44959ad4d8c#commitcomment-20583713","id":20583713,"user":{"login":"jedahan","id":32407,"avatar_url":"https://avatars.githubusercontent.com/u/32407?v=3","gravatar_id":"","url":"https://api.github.com/users/jedahan","html_url":"https://github.com/jedahan","followers_url":"https://api.github.com/users/jedahan/followers","following_url":"https://api.github.com/users/jedahan/following{/other_user}","gists_url":"https://api.github.com/users/jedahan/gists{/gist_id}","starred_url":"https://api.github.com/users/jedahan/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jedahan/subscriptions","organizations_url":"https://api.github.com/users/jedahan/orgs","repos_url":"https://api.github.com/users/jedahan/repos","events_url":"https://api.github.com/users/jedahan/events{/privacy}","received_events_url":"https://api.github.com/users/jedahan/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"a6d39836cac7405acdf20c584b9ed44959ad4d8c","created_at":"2017-01-23T23:16:30Z","updated_at":"2017-01-23T23:16:30Z","body":"Added some info [to the wiki](https://github.com/jwilm/alacritty/wiki/MacOS-application-bundle), and [created a new issue](https://github.com/jwilm/alacritty/issues/350)"}} | {
"id": 78781509,
"name": "zaius/alacritty",
"url": "https://api.github.com/repos/zaius/alacritty"
} | {
"id": 32407,
"login": "jedahan",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/32407?",
"url": "https://api.github.com/users/jedahan"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-01-23T23:16:30 | 5200263761 | {"actor":{"display_login":"jedahan"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/marisa-24/hello/comments/21561364","html_url":"https://github.com/marisa-24/hello/commit/0a0157827ba35cd2ea6051fdd9419a38b69a7381#commitcomment-21561364","id":21561364,"user":{"login":"marisa-24","id":26078357,"avatar_url":"https://avatars1.githubusercontent.com/u/26078357?v=3","gravatar_id":"","url":"https://api.github.com/users/marisa-24","html_url":"https://github.com/marisa-24","followers_url":"https://api.github.com/users/marisa-24/followers","following_url":"https://api.github.com/users/marisa-24/following{/other_user}","gists_url":"https://api.github.com/users/marisa-24/gists{/gist_id}","starred_url":"https://api.github.com/users/marisa-24/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/marisa-24/subscriptions","organizations_url":"https://api.github.com/users/marisa-24/orgs","repos_url":"https://api.github.com/users/marisa-24/repos","events_url":"https://api.github.com/users/marisa-24/events{/privacy}","received_events_url":"https://api.github.com/users/marisa-24/received_events","type":"User","site_admin":false},"position":1,"line":1,"path":"README.md","commit_id":"0a0157827ba35cd2ea6051fdd9419a38b69a7381","created_at":"2017-03-30T15:58:44Z","updated_at":"2017-03-30T15:58:44Z","body":"[email protected]:marisa-24/hello.git"}} | {
"id": 86712834,
"name": "marisa-24/hello",
"url": "https://api.github.com/repos/marisa-24/hello"
} | {
"id": 26078357,
"login": "marisa-24",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/26078357?",
"url": "https://api.github.com/users/marisa-24"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-03-30T15:58:44 | 5596524540 | {"actor":{"display_login":"marisa-24"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/logicfeel/PolymerRef_2.0/comments/21539728","html_url":"https://github.com/logicfeel/PolymerRef_2.0/commit/e17ff430dbfe407bfe7e269eb65de95651b6c406#commitcomment-21539728","id":21539728,"user":{"login":"logicfeel","id":24790333,"avatar_url":"https://avatars3.githubusercontent.com/u/24790333?v=3","gravatar_id":"","url":"https://api.github.com/users/logicfeel","html_url":"https://github.com/logicfeel","followers_url":"https://api.github.com/users/logicfeel/followers","following_url":"https://api.github.com/users/logicfeel/following{/other_user}","gists_url":"https://api.github.com/users/logicfeel/gists{/gist_id}","starred_url":"https://api.github.com/users/logicfeel/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/logicfeel/subscriptions","organizations_url":"https://api.github.com/users/logicfeel/orgs","repos_url":"https://api.github.com/users/logicfeel/repos","events_url":"https://api.github.com/users/logicfeel/events{/privacy}","received_events_url":"https://api.github.com/users/logicfeel/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"e17ff430dbfe407bfe7e269eb65de95651b6c406","created_at":"2017-03-29T13:56:09Z","updated_at":"2017-03-29T13:56:09Z","body":"IIFE 추가 해야함"}} | {
"id": 84530830,
"name": "logicfeel/PolymerRef_2.0",
"url": "https://api.github.com/repos/logicfeel/PolymerRef_2.0"
} | {
"id": 24790333,
"login": "logicfeel",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/24790333?",
"url": "https://api.github.com/users/logicfeel"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-03-29T13:56:09 | 5587362396 | {"actor":{"display_login":"logicfeel"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/Zarel/Pokemon-Showdown/comments/23143565","html_url":"https://github.com/Zarel/Pokemon-Showdown/commit/1a513ed585f755200d2777c2e45439672ce16223#commitcomment-23143565","id":23143565,"user":{"login":"Zarel","id":551184,"avatar_url":"https://avatars3.githubusercontent.com/u/551184?v=4","gravatar_id":"","url":"https://api.github.com/users/Zarel","html_url":"https://github.com/Zarel","followers_url":"https://api.github.com/users/Zarel/followers","following_url":"https://api.github.com/users/Zarel/following{/other_user}","gists_url":"https://api.github.com/users/Zarel/gists{/gist_id}","starred_url":"https://api.github.com/users/Zarel/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Zarel/subscriptions","organizations_url":"https://api.github.com/users/Zarel/orgs","repos_url":"https://api.github.com/users/Zarel/repos","events_url":"https://api.github.com/users/Zarel/events{/privacy}","received_events_url":"https://api.github.com/users/Zarel/received_events","type":"User","site_admin":false},"position":11,"line":886,"path":"punishments.js","commit_id":"1a513ed585f755200d2777c2e45439672ce16223","created_at":"2017-07-17T20:57:45Z","updated_at":"2017-07-17T20:57:45Z","body":"Good question. It's not going to cause problems here (`const` arrays are still mutable, `const` just means you can't change the pointer), but convention is to use `let` to mean that the array will be mutated, so feel free to pullreq a fix."}} | {
"id": 3038446,
"name": "Zarel/Pokemon-Showdown",
"url": "https://api.github.com/repos/Zarel/Pokemon-Showdown"
} | {
"id": 551184,
"login": "Zarel",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/551184?",
"url": "https://api.github.com/users/Zarel"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-07-17T20:57:45 | 6272892829 | {"actor":{"display_login":"Zarel"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/nfurfaro/ethereum-shopfront/comments/25989455","html_url":"https://github.com/nfurfaro/ethereum-shopfront/commit/6cc6efd316af3b3cd47c66a0b98b1d6b02515686#commitcomment-25989455","id":25989455,"user":{"login":"xavierlepretre","id":5309374,"avatar_url":"https://avatars0.githubusercontent.com/u/5309374?v=4","gravatar_id":"","url":"https://api.github.com/users/xavierlepretre","html_url":"https://github.com/xavierlepretre","followers_url":"https://api.github.com/users/xavierlepretre/followers","following_url":"https://api.github.com/users/xavierlepretre/following{/other_user}","gists_url":"https://api.github.com/users/xavierlepretre/gists{/gist_id}","starred_url":"https://api.github.com/users/xavierlepretre/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/xavierlepretre/subscriptions","organizations_url":"https://api.github.com/users/xavierlepretre/orgs","repos_url":"https://api.github.com/users/xavierlepretre/repos","events_url":"https://api.github.com/users/xavierlepretre/events{/privacy}","received_events_url":"https://api.github.com/users/xavierlepretre/received_events","type":"User","site_admin":false},"position":53,"line":46,"path":"test/shopfront.js","commit_id":"6cc6efd316af3b3cd47c66a0b98b1d6b02515686","created_at":"2017-12-01T20:48:02Z","updated_at":"2017-12-01T20:48:02Z","author_association":"NONE","body":"```javascript\r\nexpectedExceptionPromise(\r\n () => shop.addItem(id, name, price, addedQuantity, {from: Bob, gas: 3000000}),\r\n 3000000);\r\n```"}} | {
"id": 112515253,
"name": "nfurfaro/ethereum-shopfront",
"url": "https://api.github.com/repos/nfurfaro/ethereum-shopfront"
} | {
"id": 5309374,
"login": "xavierlepretre",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/5309374?",
"url": "https://api.github.com/users/xavierlepretre"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-12-01T20:48:02 | 6932205891 | {"actor":{"display_login":"xavierlepretre"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/smartguy1196/GHP-CMS/comments/22992209","html_url":"https://github.com/smartguy1196/GHP-CMS/commit/52ac8be4f96f96f44d9ad7b63f2857f41179cec5#commitcomment-22992209","id":22992209,"user":{"login":"smartguy1196","id":12621101,"avatar_url":"https://avatars2.githubusercontent.com/u/12621101?v=3","gravatar_id":"","url":"https://api.github.com/users/smartguy1196","html_url":"https://github.com/smartguy1196","followers_url":"https://api.github.com/users/smartguy1196/followers","following_url":"https://api.github.com/users/smartguy1196/following{/other_user}","gists_url":"https://api.github.com/users/smartguy1196/gists{/gist_id}","starred_url":"https://api.github.com/users/smartguy1196/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/smartguy1196/subscriptions","organizations_url":"https://api.github.com/users/smartguy1196/orgs","repos_url":"https://api.github.com/users/smartguy1196/repos","events_url":"https://api.github.com/users/smartguy1196/events{/privacy}","received_events_url":"https://api.github.com/users/smartguy1196/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"52ac8be4f96f96f44d9ad7b63f2857f41179cec5","created_at":"2017-07-08T21:40:03Z","updated_at":"2017-07-08T21:40:03Z","body":"redo #4 "}} | {
"id": 96554085,
"name": "smartguy1196/GHP-CMS",
"url": "https://api.github.com/repos/smartguy1196/GHP-CMS"
} | {
"id": 12621101,
"login": "smartguy1196",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/12621101?",
"url": "https://api.github.com/users/smartguy1196"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-07-08T21:40:03 | 6218120447 | {"actor":{"display_login":"smartguy1196"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/DimaDyak88/inn/comments/21367858","html_url":"https://github.com/DimaDyak88/inn/commit/29566694ec13e6ee0c22b2cfba0472ffffc1cf8f#commitcomment-21367858","id":21367858,"user":{"login":"DimaDyak88","id":11769642,"avatar_url":"https://avatars0.githubusercontent.com/u/11769642?v=3","gravatar_id":"","url":"https://api.github.com/users/DimaDyak88","html_url":"https://github.com/DimaDyak88","followers_url":"https://api.github.com/users/DimaDyak88/followers","following_url":"https://api.github.com/users/DimaDyak88/following{/other_user}","gists_url":"https://api.github.com/users/DimaDyak88/gists{/gist_id}","starred_url":"https://api.github.com/users/DimaDyak88/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/DimaDyak88/subscriptions","organizations_url":"https://api.github.com/users/DimaDyak88/orgs","repos_url":"https://api.github.com/users/DimaDyak88/repos","events_url":"https://api.github.com/users/DimaDyak88/events{/privacy}","received_events_url":"https://api.github.com/users/DimaDyak88/received_events","type":"User","site_admin":false},"position":13,"line":71,"path":"app/assets/javascripts/application.js.coffee","commit_id":"29566694ec13e6ee0c22b2cfba0472ffffc1cf8f","created_at":"2017-03-17T09:06:59Z","updated_at":"2017-03-17T09:06:59Z","body":"чего за insert "}} | {
"id": 75410706,
"name": "DimaDyak88/inn",
"url": "https://api.github.com/repos/DimaDyak88/inn"
} | {
"id": 11769642,
"login": "DimaDyak88",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/11769642?",
"url": "https://api.github.com/users/DimaDyak88"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-03-17T09:06:59 | 5512337503 | {"actor":{"display_login":"DimaDyak88"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/NKAndrei/Scoala-Informala-Homeworks/comments/23197602","html_url":"https://github.com/NKAndrei/Scoala-Informala-Homeworks/commit/7d2e8d17bcbc3734a57cee0366d2439c3f1734ad#commitcomment-23197602","id":23197602,"user":{"login":"ovidiu-petridean-inf","id":25483150,"avatar_url":"https://avatars3.githubusercontent.com/u/25483150?v=4","gravatar_id":"","url":"https://api.github.com/users/ovidiu-petridean-inf","html_url":"https://github.com/ovidiu-petridean-inf","followers_url":"https://api.github.com/users/ovidiu-petridean-inf/followers","following_url":"https://api.github.com/users/ovidiu-petridean-inf/following{/other_user}","gists_url":"https://api.github.com/users/ovidiu-petridean-inf/gists{/gist_id}","starred_url":"https://api.github.com/users/ovidiu-petridean-inf/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ovidiu-petridean-inf/subscriptions","organizations_url":"https://api.github.com/users/ovidiu-petridean-inf/orgs","repos_url":"https://api.github.com/users/ovidiu-petridean-inf/repos","events_url":"https://api.github.com/users/ovidiu-petridean-inf/events{/privacy}","received_events_url":"https://api.github.com/users/ovidiu-petridean-inf/received_events","type":"User","site_admin":false},"position":37,"line":30,"path":"rentacar/src/main/java/ro/sci/carrental/services/customer_search_service/CustomerSearchServiceImpl.java","commit_id":"7d2e8d17bcbc3734a57cee0366d2439c3f1734ad","created_at":"2017-07-20T07:20:13Z","updated_at":"2017-07-20T07:20:13Z","body":"same as above. wasted cycles"}} | {
"id": 94911395,
"name": "NKAndrei/Scoala-Informala-Homeworks",
"url": "https://api.github.com/repos/NKAndrei/Scoala-Informala-Homeworks"
} | {
"id": 25483150,
"login": "ovidiu-petridean-inf",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/25483150?",
"url": "https://api.github.com/users/ovidiu-petridean-inf"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2017-07-20T07:20:13 | 6292873643 | {"actor":{"display_login":"ovidiu-petridean-inf"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/red/docs/comments/23804583","html_url":"https://github.com/red/docs/commit/71c4b2f475e586fa21eec71c8edb321d51e410cc#commitcomment-23804583","id":23804583,"user":{"login":"meijeru","id":743227,"avatar_url":"https://avatars3.githubusercontent.com/u/743227?v=4","gravatar_id":"","url":"https://api.github.com/users/meijeru","html_url":"https://github.com/meijeru","followers_url":"https://api.github.com/users/meijeru/followers","following_url":"https://api.github.com/users/meijeru/following{/other_user}","gists_url":"https://api.github.com/users/meijeru/gists{/gist_id}","starred_url":"https://api.github.com/users/meijeru/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/meijeru/subscriptions","organizations_url":"https://api.github.com/users/meijeru/orgs","repos_url":"https://api.github.com/users/meijeru/repos","events_url":"https://api.github.com/users/meijeru/events{/privacy}","received_events_url":"https://api.github.com/users/meijeru/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"71c4b2f475e586fa21eec71c8edb321d51e410cc","created_at":"2017-08-22T21:48:48Z","updated_at":"2017-08-22T21:48:48Z","body":"I am sorry, this is much too sophisticated for a glossary. Nothing is lost by omitting the sentence I quoted."}} | {
"id": 29379153,
"name": "red/docs",
"url": "https://api.github.com/repos/red/docs"
} | {
"id": 743227,
"login": "meijeru",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/743227?",
"url": "https://api.github.com/users/meijeru"
} | {
"id": 4625645,
"login": "red",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/4625645?",
"url": "https://api.github.com/orgs/red"
} | 2017-08-22T21:48:48 | 6499500734 | {"actor":{"display_login":"meijeru"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/NREL/EnergyPlus/comments/21805908","html_url":"https://github.com/NREL/EnergyPlus/commit/ba7c0107fbe832f63d2abf11aca98db876a1f937#commitcomment-21805908","id":21805908,"user":{"login":"nrel-bot-2","id":15201589,"avatar_url":"https://avatars2.githubusercontent.com/u/15201589?v=3","gravatar_id":"","url":"https://api.github.com/users/nrel-bot-2","html_url":"https://github.com/nrel-bot-2","followers_url":"https://api.github.com/users/nrel-bot-2/followers","following_url":"https://api.github.com/users/nrel-bot-2/following{/other_user}","gists_url":"https://api.github.com/users/nrel-bot-2/gists{/gist_id}","starred_url":"https://api.github.com/users/nrel-bot-2/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nrel-bot-2/subscriptions","organizations_url":"https://api.github.com/users/nrel-bot-2/orgs","repos_url":"https://api.github.com/users/nrel-bot-2/repos","events_url":"https://api.github.com/users/nrel-bot-2/events{/privacy}","received_events_url":"https://api.github.com/users/nrel-bot-2/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"ba7c0107fbe832f63d2abf11aca98db876a1f937","created_at":"2017-04-18T18:49:03Z","updated_at":"2017-04-18T18:49:03Z","body":"NewErrorFixAgainWhenHoursShownInFirstColumnOfTable (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1897 of 1897 tests passed, 0 test warnings)\n\n\n\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ba7c0107fbe832f63d2abf11aca98db876a1f937-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'></a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ba7c0107fbe832f63d2abf11aca98db876a1f937-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'></a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ba7c0107fbe832f63d2abf11aca98db876a1f937-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'></a>\n"}} | {
"id": 14620185,
"name": "NREL/EnergyPlus",
"url": "https://api.github.com/repos/NREL/EnergyPlus"
} | {
"id": 15201589,
"login": "nrel-bot-2",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/15201589?",
"url": "https://api.github.com/users/nrel-bot-2"
} | {
"id": 1906800,
"login": "NREL",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/1906800?",
"url": "https://api.github.com/orgs/NREL"
} | 2017-04-18T18:49:03 | 5709717423 | {"actor":{"display_login":"nrel-bot-2"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/NREL/EnergyPlus/comments/22253013","html_url":"https://github.com/NREL/EnergyPlus/commit/a8a07cdde2d9aa6dd8ae4d7243b05064aac22d38#commitcomment-22253013","id":22253013,"user":{"login":"nrel-bot-2","id":15201589,"avatar_url":"https://avatars2.githubusercontent.com/u/15201589?v=3","gravatar_id":"","url":"https://api.github.com/users/nrel-bot-2","html_url":"https://github.com/nrel-bot-2","followers_url":"https://api.github.com/users/nrel-bot-2/followers","following_url":"https://api.github.com/users/nrel-bot-2/following{/other_user}","gists_url":"https://api.github.com/users/nrel-bot-2/gists{/gist_id}","starred_url":"https://api.github.com/users/nrel-bot-2/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nrel-bot-2/subscriptions","organizations_url":"https://api.github.com/users/nrel-bot-2/orgs","repos_url":"https://api.github.com/users/nrel-bot-2/repos","events_url":"https://api.github.com/users/nrel-bot-2/events{/privacy}","received_events_url":"https://api.github.com/users/nrel-bot-2/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"a8a07cdde2d9aa6dd8ae4d7243b05064aac22d38","created_at":"2017-05-23T20:55:17Z","updated_at":"2017-05-23T20:55:17Z","body":"VRPSizing-6055 (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a8a07cdde2d9aa6dd8ae4d7243b05064aac22d38-x86_64-Linux-Ubuntu-14.04-custom_check.html'></a> \n"}} | {
"id": 14620185,
"name": "NREL/EnergyPlus",
"url": "https://api.github.com/repos/NREL/EnergyPlus"
} | {
"id": 15201589,
"login": "nrel-bot-2",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/15201589?",
"url": "https://api.github.com/users/nrel-bot-2"
} | {
"id": 1906800,
"login": "NREL",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/1906800?",
"url": "https://api.github.com/orgs/NREL"
} | 2017-05-23T20:55:17 | 5929066218 | {"actor":{"display_login":"nrel-bot-2"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/NREL/OpenStudio/comments/21528424","html_url":"https://github.com/NREL/OpenStudio/commit/c78881bc2efdc11eaac884cdb8128b909723202f#commitcomment-21528424","id":21528424,"user":{"login":"nrel-bot-2","id":15201589,"avatar_url":"https://avatars2.githubusercontent.com/u/15201589?v=3","gravatar_id":"","url":"https://api.github.com/users/nrel-bot-2","html_url":"https://github.com/nrel-bot-2","followers_url":"https://api.github.com/users/nrel-bot-2/followers","following_url":"https://api.github.com/users/nrel-bot-2/following{/other_user}","gists_url":"https://api.github.com/users/nrel-bot-2/gists{/gist_id}","starred_url":"https://api.github.com/users/nrel-bot-2/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nrel-bot-2/subscriptions","organizations_url":"https://api.github.com/users/nrel-bot-2/orgs","repos_url":"https://api.github.com/users/nrel-bot-2/repos","events_url":"https://api.github.com/users/nrel-bot-2/events{/privacy}","received_events_url":"https://api.github.com/users/nrel-bot-2/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"c78881bc2efdc11eaac884cdb8128b909723202f","created_at":"2017-03-28T21:08:46Z","updated_at":"2017-03-28T21:08:46Z","body":"develop (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c78881bc2efdc11eaac884cdb8128b909723202f-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'></a> \n"}} | {
"id": 11159552,
"name": "NREL/OpenStudio",
"url": "https://api.github.com/repos/NREL/OpenStudio"
} | {
"id": 15201589,
"login": "nrel-bot-2",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/15201589?",
"url": "https://api.github.com/users/nrel-bot-2"
} | {
"id": 1906800,
"login": "NREL",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/1906800?",
"url": "https://api.github.com/orgs/NREL"
} | 2017-03-28T21:08:46 | 5582398816 | {"actor":{"display_login":"nrel-bot-2"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/NREL/EnergyPlus/comments/20563436","html_url":"https://github.com/NREL/EnergyPlus/commit/a6cfcf4e811cfaaee8159d66f246cb51f61c48c2#commitcomment-20563436","id":20563436,"user":{"login":"nrel-bot-2","id":15201589,"avatar_url":"https://avatars.githubusercontent.com/u/15201589?v=3","gravatar_id":"","url":"https://api.github.com/users/nrel-bot-2","html_url":"https://github.com/nrel-bot-2","followers_url":"https://api.github.com/users/nrel-bot-2/followers","following_url":"https://api.github.com/users/nrel-bot-2/following{/other_user}","gists_url":"https://api.github.com/users/nrel-bot-2/gists{/gist_id}","starred_url":"https://api.github.com/users/nrel-bot-2/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nrel-bot-2/subscriptions","organizations_url":"https://api.github.com/users/nrel-bot-2/orgs","repos_url":"https://api.github.com/users/nrel-bot-2/repos","events_url":"https://api.github.com/users/nrel-bot-2/events{/privacy}","received_events_url":"https://api.github.com/users/nrel-bot-2/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"a6cfcf4e811cfaaee8159d66f246cb51f61c48c2","created_at":"2017-01-21T11:18:17Z","updated_at":"2017-01-21T11:18:17Z","body":"revert-5797-126735005-AdaptiveThermostat (XuanLuoLBL) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1783 of 1783 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a6cfcf4e811cfaaee8159d66f246cb51f61c48c2-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'></a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a6cfcf4e811cfaaee8159d66f246cb51f61c48c2-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'></a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a6cfcf4e811cfaaee8159d66f246cb51f61c48c2-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'></a>\n"}} | {
"id": 14620185,
"name": "NREL/EnergyPlus",
"url": "https://api.github.com/repos/NREL/EnergyPlus"
} | {
"id": 15201589,
"login": "nrel-bot-2",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/15201589?",
"url": "https://api.github.com/users/nrel-bot-2"
} | {
"id": 1906800,
"login": "NREL",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/1906800?",
"url": "https://api.github.com/orgs/NREL"
} | 2017-01-21T11:18:17 | 5190611503 | {"actor":{"display_login":"nrel-bot-2"}} |
CommitCommentEvent | true | {"comment":{"url":"https://api.github.com/repos/NREL/EnergyPlus/comments/22556756","html_url":"https://github.com/NREL/EnergyPlus/commit/9751a9d91edf5ff9f5166765beb98271a9ffe1f5#commitcomment-22556756","id":22556756,"user":{"login":"nrel-bot","id":7593710,"avatar_url":"https://avatars0.githubusercontent.com/u/7593710?v=3","gravatar_id":"","url":"https://api.github.com/users/nrel-bot","html_url":"https://github.com/nrel-bot","followers_url":"https://api.github.com/users/nrel-bot/followers","following_url":"https://api.github.com/users/nrel-bot/following{/other_user}","gists_url":"https://api.github.com/users/nrel-bot/gists{/gist_id}","starred_url":"https://api.github.com/users/nrel-bot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nrel-bot/subscriptions","organizations_url":"https://api.github.com/users/nrel-bot/orgs","repos_url":"https://api.github.com/users/nrel-bot/repos","events_url":"https://api.github.com/users/nrel-bot/events{/privacy}","received_events_url":"https://api.github.com/users/nrel-bot/received_events","type":"User","site_admin":false},"position":null,"line":null,"path":null,"commit_id":"9751a9d91edf5ff9f5166765beb98271a9ffe1f5","created_at":"2017-06-15T06:37:08Z","updated_at":"2017-06-15T06:37:08Z","body":"afn-solver-refactor (jasondegraw) - i386-Windows-7-VisualStudio-14: OK (2502 of 2505 tests passed, 23 test warnings)\n\nMessages:\n\n * 18 tests had: EIO diffs.\n * 23 tests had: ESO small diffs.\n * 16 tests had: Table small diffs.\n * 15 tests had: MTR small diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTR big diffs.\n\nFailures:\n\n\nEnergyPlusFixture Test Summary\n * Passed: 473\n * Failed: 1\n\nintegration Test Summary\n * Passed: 600\n * Failed: 1\n\nregression Test Summary\n * Passed: 598\n * Failed: 1\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9751a9d91edf5ff9f5166765beb98271a9ffe1f5-i386-Windows-7-VisualStudio-14.html'></a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9751a9d91edf5ff9f5166765beb98271a9ffe1f5-i386-Windows-7-VisualStudio-14.html'></a> \n"}} | {
"id": 14620185,
"name": "NREL/EnergyPlus",
"url": "https://api.github.com/repos/NREL/EnergyPlus"
} | {
"id": 7593710,
"login": "nrel-bot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/7593710?",
"url": "https://api.github.com/users/nrel-bot"
} | {
"id": 1906800,
"login": "NREL",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/1906800?",
"url": "https://api.github.com/orgs/NREL"
} | 2017-06-15T06:37:08 | 6069887589 | {"actor":{"display_login":"nrel-bot"}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.