Search is not available for this dataset
type
stringclasses
17 values
public
bool
2 classes
payload
stringlengths
2
554k
repo
dict
actor
dict
org
dict
created_at
timestamp[us]
id
stringlengths
10
10
other
stringlengths
41
67.4k
IssueCommentEvent
true
{"issue":{"title":"Gymer's Buddy","user":{"id":322016,"login":"Faq","url":"https://api.github.com/users/Faq","gravatar_id":"740bb21306b9664284511a0ff9e0cb3a","avatar_url":"https://secure.gravatar.com/avatar/740bb21306b9664284511a0ff9e0cb3a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"milestone":null,"created_at":"2012-02-04T15:43:37Z","labels":[{"name":"Spell","color":"444444","url":"https://api.github.com/repos/mangosR2/mangos/labels/Spell"}],"state":"closed","updated_at":"2012-02-05T09:27:10Z","id":3094129,"html_url":"https://github.com/mangosR2/mangos/issues/745","pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"closed_at":"2012-02-05T09:22:12Z","body":"Gymer's Buddy http://www.wowhead.com/spell=55430\r\nwhen this spell applied when used gossip for q mentioned above, vehicle with player not changing phase, but when starting to move vehicle vanishes and only player gets phase update and stucks in air(in different phase). \r\n\r\nMby its related to some vehicle aura update thing?\r\n\r\nfor quest The Storm King's Vengeance http://www.wowhead.com/quest=12919#. on ytdb is wrong flag,\r\nfix:\r\nUPDATE gossip_scripts SET datalong2='2' WHERE id='29647';\r\n\r\nwithout that summoned vehicle will put npc 29647 on shoulders not player :)\r\n\r\ntried workaround:\r\nhttp://pastebin.com/Hh33PCXZ\r\nnow i can use vehicle, but phase not changing.\r\n\r\nAny have some idea how to fix that?\r\n\r\n","number":745,"url":"https://api.github.com/repos/mangosR2/mangos/issues/745","comments":5,"assignee":null},"comment":{"user":{"id":322016,"login":"Faq","url":"https://api.github.com/users/Faq","gravatar_id":"740bb21306b9664284511a0ff9e0cb3a","avatar_url":"https://secure.gravatar.com/avatar/740bb21306b9664284511a0ff9e0cb3a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-02-05T09:27:10Z","updated_at":"2012-02-05T09:27:10Z","id":3816522,"body":"55431 is casted from gossip, and not working.","url":"https://api.github.com/repos/mangosR2/mangos/issues/comments/3816522"},"action":"created"}
{ "id": 1693077, "name": "mangosR2/mangos", "url": "https://api.github.dev/repos/mangosR2/mangos" }
{ "id": 322016, "login": "Faq", "gravatar_id": "740bb21306b9664284511a0ff9e0cb3a", "avatar_url": "https://secure.gravatar.com/avatar/740bb21306b9664284511a0ff9e0cb3a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/Faq" }
{ "id": 764272, "login": "mangosR2", "gravatar_id": "870e6cdc8078daa0875deba139575145", "avatar_url": "https://secure.gravatar.com/avatar/870e6cdc8078daa0875deba139575145?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/mangosR2" }
2012-02-05T09:27:10
1517133989
null
IssueCommentEvent
true
{"issue":{"title":"problem at Player::AddSpellMod","user":{"id":528931,"login":"tibbi","url":"https://api.github.com/users/tibbi","gravatar_id":"ff71f264d1608f7e45f08f1a3fdc6457","avatar_url":"https://secure.gravatar.com/avatar/ff71f264d1608f7e45f08f1a3fdc6457?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-01-16T16:21:20Z","milestone":null,"labels":[],"state":"open","updated_at":"2012-01-16T16:36:12Z","id":2856609,"closed_at":null,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"html_url":"https://github.com/mangosR2/mangos/issues/666","body":"If you use a spell that has aura HandleAddModifier, some attributes of your spells visually get stuck untill you relog. What I mean is, that for example if you are a shaman, and use Clearcasting 16246, the cost of affected spells decreases correctly from like 1000 to 600. But as your clearcasting fades, either by time, or consuming all charges. the manacost visually still stays at 600, even tho it costs correctly 1000. \r\nAnother example is Lock and Load http://www.wowhead.com/spell=56453 , thats making your explosive shots trigger no cooldown (in normal case it has 6 secd cd). But, even if the buff fades and you scroll over Explosive Shot, it says that it costs no mana, and triggers no cooldown. It also always looks like ready, even if it has cooldown correctly.\r\nIve done some research, and the problem is at Player::AddSpellMod https://github.com/mangosR2/mangos/blob/master/src/game/Player.cpp#L19554 . Exactly at the line \r\n\"if (aura->GetAuraSpellClassMask().test(eff))\".\r\nWhile at applying clearcasting, or whatever buff, this line returns true, at unapplying it returns false, and so the code doesnt go further. I have also tested the official mangos version of it, at https://github.com/mangos/mangos/blob/master/src/game/Player.cpp#L18513 , but it acts totally the same. Tested on r2 too, same thing.","number":666,"url":"https://api.github.com/repos/mangosR2/mangos/issues/666","comments":1,"assignee":null},"comment":{"user":{"id":148874,"login":"rsa","url":"https://api.github.com/users/rsa","gravatar_id":"457439dd610042a46972f25d1c8b1019","avatar_url":"https://secure.gravatar.com/avatar/457439dd610042a46972f25d1c8b1019?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-01-16T16:36:12Z","updated_at":"2012-01-16T16:36:12Z","id":3513730,"body":"seems as aura deleted after holder... on clean core same? then need store aura class mask in aura body, also work with aura be more safe.","url":"https://api.github.com/repos/mangosR2/mangos/issues/comments/3513730"},"action":"created"}
{ "id": 1693077, "name": "mangosR2/mangos", "url": "https://api.github.dev/repos/mangosR2/mangos" }
{ "id": 148874, "login": "rsa", "gravatar_id": "457439dd610042a46972f25d1c8b1019", "avatar_url": "https://secure.gravatar.com/avatar/457439dd610042a46972f25d1c8b1019?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/rsa" }
{ "id": 764272, "login": "mangosR2", "gravatar_id": "870e6cdc8078daa0875deba139575145", "avatar_url": "https://secure.gravatar.com/avatar/870e6cdc8078daa0875deba139575145?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/mangosR2" }
2012-01-16T16:36:12
1511883415
null
IssueCommentEvent
true
{"issue":{"user":{"id":735463,"login":"wboykinm","url":"https://api.github.com/users/wboykinm","gravatar_id":"2a53041fea8c54dd48ef3781656b1028","avatar_url":"https://secure.gravatar.com/avatar/2a53041fea8c54dd48ef3781656b1028?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"milestone":null,"created_at":"2012-01-31T17:04:18Z","title":"TileMill starts, except when it doesn't (windows)","labels":[],"state":"open","updated_at":"2012-02-09T15:12:16Z","id":3038853,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"html_url":"https://github.com/mapbox/tilemill/issues/1259","closed_at":null,"body":"Running TileMill 0.9.0 on Windows 7, the UI fails to load from the shortcut normally. The cmd window pops up for 3/4 of a second then disappears.\r\n\r\nThree solutions cause it to work:\r\n\r\n1.) running TileMill from the shortcut as an administrator\r\n\r\n2.) running \r\n ```> cd c:\\Program Files (x86)\\TileMill\r\n > platforms\\windows\\run-tilemill.bat```\r\n\r\n3.) running [This Series](https://gist.github.com/1711456)\r\n\r\nTileMill worked as normal (without admin permission needed) at last boot two days ago, but this morning I attempted some git integration before launching TileMill. Specifically, I [cloned this repo](https://github.com/wboykinm/geosprocket-carto) into a parallel ```\\My Documents\\MapBox\\project\\``` folder called \"project2\". I then copied the subfolder \"btv_cenblock\" from \"project2\" into ```\\My Documents\\MapBox\\project\\```. Following this I tried to start TileMill and the above issue began. I suspect this is related but am not sure how.","number":1259,"url":"https://api.github.com/repos/mapbox/tilemill/issues/1259","comments":11,"assignee":null},"comment":{"user":{"id":638672,"login":"spara","url":"https://api.github.com/users/spara","gravatar_id":"3d7ade5662bce66abc50919afde981d5","avatar_url":"https://secure.gravatar.com/avatar/3d7ade5662bce66abc50919afde981d5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-02-09T15:12:16Z","updated_at":"2012-02-09T15:12:16Z","id":3888836,"body":"Works now without running as admin; log below - looks like a couple of things broke\r\n\r\nStarting TileMill...\r\nThe \"sys\" module is now called \"util\". It should have a similar interface.\r\nNote: Unknown option \"updatesVersion\" in config file.\r\nNote: Unknown option \"updatesTime\" in config file.\r\nThe \"sys\" module is now called \"util\". It should have a similar interface.\r\nThe \"sys\" module is now called \"util\". It should have a similar interface.\r\nNote: Unknown option \"updatesVersion\" in config file.\r\nNote: Unknown option \"updatesTime\" in config file.\r\nStarted [Server Tile:20008].\r\nPlugin [carto] loaded.\r\nPlugin [editor] loaded.\r\nPlugin [fonts] loaded.\r\nPlugin [map] loaded.\r\nPlugin [templates] loaded.\r\nStarted [Server Core:20009].\r\nClient window created.","url":"https://api.github.com/repos/mapbox/tilemill/issues/comments/3888836"},"action":"created"}
{ "id": 758079, "name": "mapbox/tilemill", "url": "https://api.github.dev/repos/mapbox/tilemill" }
{ "id": 638672, "login": "spara", "gravatar_id": "3d7ade5662bce66abc50919afde981d5", "avatar_url": "https://secure.gravatar.com/avatar/3d7ade5662bce66abc50919afde981d5?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/spara" }
{ "id": 600935, "login": "mapbox", "gravatar_id": "29f0667ed68eab9113d8e58f94c24a9e", "avatar_url": "https://secure.gravatar.com/avatar/29f0667ed68eab9113d8e58f94c24a9e?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/mapbox" }
2012-02-09T15:12:17
1518402249
null
IssueCommentEvent
true
{"comment":{"created_at":"2012-03-02T18:02:53Z","url":"https://api.github.com/repos/maqetta/maqetta/issues/comments/4290750","user":{"login":"childsb","url":"https://api.github.com/users/childsb","avatar_url":"https://secure.gravatar.com/avatar/8e84fc838a8c98490fd0a3689a26ee01?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"8e84fc838a8c98490fd0a3689a26ee01","id":722782},"updated_at":"2012-03-02T18:02:53Z","body":"The problem is on Windows--\r\n\r\nWhen we create files on the server, we skip over writing if the content length = 0.\r\n\r\nFor some reason, just getting a URLConnection on windows then not writing anything would cause the JVM to lock the file in the thread. This resulted in any file.delete() to fail (and leave the file on the file system).\r\n\r\nI changed the code to write 0 bytes and set content length to 0 for empty files. This resolved the file lock.","id":4290750},"action":"created","issue":{"title":"Server error if try to delete new, unsaved file","html_url":"https://github.com/maqetta/maqetta/issues/1535","comments":1,"number":1535,"created_at":"2012-01-11T04:06:54Z","state":"open","url":"https://api.github.com/repos/maqetta/maqetta/issues/1535","user":{"login":"aerwin","url":"https://api.github.com/users/aerwin","avatar_url":"https://secure.gravatar.com/avatar/bccd89775fdb04637778c0b4f6296eeb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"bccd89775fdb04637778c0b4f6296eeb","id":1258743},"updated_at":"2012-03-02T18:02:54Z","closed_at":null,"assignee":{"login":"childsb","url":"https://api.github.com/users/childsb","avatar_url":"https://secure.gravatar.com/avatar/8e84fc838a8c98490fd0a3689a26ee01?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"8e84fc838a8c98490fd0a3689a26ee01","id":722782},"labels":[{"name":"Priority High","url":"https://api.github.com/repos/maqetta/maqetta/labels/Priority+High","color":"FF00CC"},{"name":"Server","url":"https://api.github.com/repos/maqetta/maqetta/labels/Server","color":"444444"}],"milestone":{"title":"M5","closed_issues":185,"number":11,"description":"","created_at":"2011-04-29T19:02:37Z","state":"open","url":"https://api.github.com/repos/maqetta/maqetta/milestones/11","open_issues":413,"creator":{"login":"jhpedemonte","url":"https://api.github.com/users/jhpedemonte","avatar_url":"https://secure.gravatar.com/avatar/7aea57b6d1c49e9daf17743533d06e76?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"7aea57b6d1c49e9daf17743533d06e76","id":711365},"due_on":"2012-03-16T07:00:00Z"},"body":"1. Create new HTML file\r\n2. Find file in Files palette and try to delete it and get page that says:\r\n\r\n> Problem connecting to the Maqetta Server...\r\n> Return to Maqetta Login\r\n>\r\n>\r\n> Error description:\r\n>\r\n> Error: Unable to load cmd/deleteResource?path=.%2Fproject1%2Ffile1.html status:400\r\n\r\n\r\nEnvironment:\r\nChrome, local install (windows)\r\nVersion: Preview 4\r\nDate: Jan 10, 2012 2:58:23 PM\r\nBuild: 3c236b1c2ec48a5...","id":2800422,"pull_request":{"html_url":null,"patch_url":null,"diff_url":null}}}
{ "id": 1588874, "name": "maqetta/maqetta", "url": "https://api.github.dev/repos/maqetta/maqetta" }
{ "id": 722782, "login": "childsb", "gravatar_id": "8e84fc838a8c98490fd0a3689a26ee01", "avatar_url": "https://secure.gravatar.com/avatar/8e84fc838a8c98490fd0a3689a26ee01?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/childsb" }
{ "id": 711466, "login": "maqetta", "gravatar_id": "70465482c322bdac8ad92c1075d995cc", "avatar_url": "https://secure.gravatar.com/avatar/70465482c322bdac8ad92c1075d995cc?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/maqetta" }
2012-03-02T18:02:54
1525798758
null
IssueCommentEvent
true
{"issue":{"title":"[AMD Regression] Background dialog for mobile theme editor shows File dialog on bring-up","user":{"id":1258743,"login":"aerwin","url":"https://api.github.com/users/aerwin","avatar_url":"https://secure.gravatar.com/avatar/bccd89775fdb04637778c0b4f6296eeb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"bccd89775fdb04637778c0b4f6296eeb"},"milestone":{"title":"M5","open_issues":431,"created_at":"2011-04-29T19:02:37Z","creator":{"id":711365,"login":"jhpedemonte","url":"https://api.github.com/users/jhpedemonte","avatar_url":"https://secure.gravatar.com/avatar/7aea57b6d1c49e9daf17743533d06e76?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"7aea57b6d1c49e9daf17743533d06e76"},"state":"open","due_on":"2012-03-16T07:00:00Z","closed_issues":63,"description":"","number":11,"url":"https://api.github.com/repos/maqetta/maqetta/milestones/11"},"created_at":"2012-02-04T21:14:58Z","state":"open","labels":[{"name":"Bug","color":"e10c02","url":"https://api.github.com/repos/maqetta/maqetta/labels/Bug"},{"name":"Priority High","color":"FF00CC","url":"https://api.github.com/repos/maqetta/maqetta/labels/Priority+High"},{"name":"Priority High","color":"FF00CC","url":"https://api.github.com/repos/maqetta/maqetta/labels/Priority+High"},{"name":"Properties View","color":"444444","url":"https://api.github.com/repos/maqetta/maqetta/labels/Properties+View"}],"updated_at":"2012-02-05T20:12:27Z","id":3095963,"html_url":"https://github.com/maqetta/maqetta/issues/1709","closed_at":null,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"body":"1. Click button to bring up Background dialog to change global background in a cloned mobile theme\r\n2. Close dialog\r\n3. Bring up Background dialog again and fFle dialog incorrectly shown on top of Background dialog\r\n\r\n","number":1709,"url":"https://api.github.com/repos/maqetta/maqetta/issues/1709","comments":2,"assignee":{"id":706721,"login":"JonFerraiolo","url":"https://api.github.com/users/JonFerraiolo","avatar_url":"https://secure.gravatar.com/avatar/7d36042b898a8cb379cab49328f3f231?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"7d36042b898a8cb379cab49328f3f231"}},"comment":{"user":{"id":46139,"login":"peller","url":"https://api.github.com/users/peller","avatar_url":"https://secure.gravatar.com/avatar/7e79a6eb407de124c5cb7ca320bb4ad0?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"7e79a6eb407de124c5cb7ca320bb4ad0"},"created_at":"2012-02-05T20:12:27Z","updated_at":"2012-02-05T20:12:27Z","id":3820328,"body":"HTMLStringUtil's id generator was replaced in 2912c572b57eac8f85ba7e34a6a61e6131bb86aa and cb966196cd898ae3e2be4f63eb61257b4f621c4c with code that appears to collide with other widgets, so the FileFieldDialog hooks on to the button in the properties palette instead of some other button deeper in the hierarchy.\r\n","url":"https://api.github.com/repos/maqetta/maqetta/issues/comments/3820328"},"action":"created"}
{ "id": 1588874, "name": "maqetta/maqetta", "url": "https://api.github.dev/repos/maqetta/maqetta" }
{ "id": 46139, "login": "peller", "gravatar_id": "7e79a6eb407de124c5cb7ca320bb4ad0", "avatar_url": "https://secure.gravatar.com/avatar/7e79a6eb407de124c5cb7ca320bb4ad0?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/peller" }
{ "id": 711466, "login": "maqetta", "gravatar_id": "70465482c322bdac8ad92c1075d995cc", "avatar_url": "https://secure.gravatar.com/avatar/70465482c322bdac8ad92c1075d995cc?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/maqetta" }
2012-02-05T20:12:28
1517203184
null
IssueCommentEvent
true
{"issue":{"user":{"id":1421467,"login":"Direct1221","url":"https://api.github.com/users/Direct1221","gravatar_id":"af5820a880dd7b5d9b15e8b586d55771","avatar_url":"https://secure.gravatar.com/avatar/af5820a880dd7b5d9b15e8b586d55771?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"title":"Severe Lag on player joins/exits and levelling","milestone":{"creator":{"id":594050,"login":"TheYeti","url":"https://api.github.com/users/TheYeti","gravatar_id":"80929caea9b357c205a9cd4144d9e025","avatar_url":"https://secure.gravatar.com/avatar/80929caea9b357c205a9cd4144d9e025?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"open_issues":20,"title":"mcMMO 2.0","created_at":"2012-02-01T17:44:22Z","state":"open","due_on":"2012-04-01T07:00:00Z","closed_issues":9,"description":"Next major release of mcMMO. This version will have updated features such as Sorcery, new and updated skills, and the entire thing will be streamlined to be much more resource friendly.","number":2,"url":"https://api.github.com/repos/mcMMO-Dev/mcMMO/milestones/2"},"created_at":"2012-02-09T01:23:37Z","updated_at":"2012-02-14T21:30:07Z","state":"closed","labels":[{"name":"Accepted","color":"02e10c","url":"https://api.github.com/repos/mcMMO-Dev/mcMMO/labels/Accepted"}],"id":3150870,"html_url":"https://github.com/mcMMO-Dev/mcMMO/issues/134","pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"closed_at":"2012-02-14T20:11:01Z","body":"I run a server that has the specs of:\r\n\r\n- 8GB RAM\r\n- 100MBit Connection\r\n- Intel 3930K Sandybridge-E Hex-core processors\r\n- CentOS 5.7-x86_64 (Operating System)\r\n- Worlds are situated on SSD Drive\r\n- Multiple Plugins\r\n- mcMMO version 1.2.10\r\n- Craftbukkit 1.1-R3\r\n- Remote MySQL Database (Had it local database with the same problem)\r\n\r\nI have noticed that the server has a hangtime of 2-3 seconds when a person logs in/out as well as when a user gains a mcMMO level. I have tried the server ALONE with just mcMMO and the same results pursue. \r\n\r\nI thought it was maybe the hosting, so I contacted my host and asked them about it, and they said that they have other servers that run mcMMO as well, that max out their CPU at all times.\r\n\r\nAs you can see, the server should be able to handle mcMMO easily, but this is not the case.\r\n\r\nI have removed mcMMO for the time being, but I would love to have it back, as it is a player favourite amongst our users.\r\n\r\nThere have been no errors besides the ones pasted below. Help would be greatly appreciated.\r\n\r\nAlso note, we tried leaving the server with just mcMMO on for 12 hours to make sure it was not just temporary lag, but it lagged even after that elapsed time.\r\n\r\nError:\r\n\r\n16:26:06 [INFO] SQLException: Data truncation: Out of range value for column 'woodcutting' at row 1\r\n16:26:06 [INFO] SQLState: 22001\r\n16:26:06 [INFO] VendorError: 1264","number":134,"url":"https://api.github.com/repos/mcMMO-Dev/mcMMO/issues/134","comments":40,"assignee":null},"comment":{"user":{"id":1093861,"login":"worstboy32","url":"https://api.github.com/users/worstboy32","gravatar_id":"ed72b031af217abeffeadd60006780fe","avatar_url":"https://secure.gravatar.com/avatar/ed72b031af217abeffeadd60006780fe?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-02-14T21:30:07Z","updated_at":"2012-02-14T21:30:07Z","id":3970039,"body":"Still broken :/\r\n2012-02-14 21:23:54 [INFO] Read timed out\r\n2012-02-14 21:23:55 [SEVERE] Exception in thread \"Timer-1\" \r\n2012-02-14 21:23:55 [SEVERE] java.lang.NullPointerException\r\n2012-02-14 21:23:55 [SEVERE] \tat com.chrono7.spamguard.Main$1.run(Main.java:82)\r\n2012-02-14 21:23:55 [SEVERE] \tat java.util.TimerThread.mainLoop(Unknown Source)\r\n2012-02-14 21:23:55 [SEVERE] \tat java.util.TimerThread.run(Unknown Source)\r\n\r\nThis is the full log from start to end might be useful:\r\nhttp://pastie.org/pastes\r\n\r\nMy server runs fine with 100+ players on it but as soon as i add mcmmo it crash every 10 mins +/-","url":"https://api.github.com/repos/mcMMO-Dev/mcMMO/issues/comments/3970039"},"action":"created"}
{ "id": 3112411, "name": "mcMMO-Dev/mcMMO", "url": "https://api.github.dev/repos/mcMMO-Dev/mcMMO" }
{ "id": 1093861, "login": "worstboy32", "gravatar_id": "ed72b031af217abeffeadd60006780fe", "avatar_url": "https://secure.gravatar.com/avatar/ed72b031af217abeffeadd60006780fe?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/worstboy32" }
{ "id": 1429663, "login": "mcMMO-Dev", "gravatar_id": "78c9cdaf99a44fd611c325bb9f978228", "avatar_url": "https://secure.gravatar.com/avatar/78c9cdaf99a44fd611c325bb9f978228?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/mcMMO-Dev" }
2012-02-14T21:30:07
1519829848
null
IssueCommentEvent
true
{"issue":{"milestone":null,"created_at":"2012-01-02T22:06:40Z","title":"Double Web Comic","user":{"id":1299797,"login":"nimbuschick","url":"https://api.github.com/users/nimbuschick","avatar_url":"https://secure.gravatar.com/avatar/92669da0fe02ef6d24b615b48cf05410?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"92669da0fe02ef6d24b615b48cf05410"},"updated_at":"2012-01-03T04:29:38Z","labels":[],"state":"open","id":2705398,"closed_at":null,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"html_url":"https://github.com/mgsisk/webcomic/issues/37","body":"I just updated my Wordpress to 3.3 and now the comic is appearing twice, once above the site, pushing the rest of my theme below. The only idea for a fix I could find on the support forums for the Webcomic Plugin was ineffective. The site is http://www.cockroachman.com\r\n\r\nI could use a quick fix so that we don't hurt site traffic with this issue. Thanks!","number":37,"url":"https://api.github.com/repos/mgsisk/webcomic/issues/37","comments":8,"assignee":null},"comment":{"created_at":"2012-01-03T04:29:38Z","user":{"id":80775,"login":"mgsisk","url":"https://api.github.com/users/mgsisk","avatar_url":"https://secure.gravatar.com/avatar/b565f5b956da8ee609e4282bfe0f96d3?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"b565f5b956da8ee609e4282bfe0f96d3"},"updated_at":"2012-01-03T04:29:38Z","id":3336331,"body":"I believe I've narrowed the issue down to one specific function in Jetpack: `Videopress::html_head()` (`jetpack/modules/shortcodes/videopress.php`, line 143). The problem is that Jetpack is running the standard loop in the `<head>` section of the site. There's no way to differentiate between that loop and the *actual* loop we want to prepend comics to; they are, technically, the same loop. If there's any way to disable just the VideoPress portion of Jetpack that should correct the issue, or you can comment out line 70 in that file:\r\n\r\n~~~php\r\n<?php\r\nadd_action( 'wp_head', array( &$this, 'html_head' ), -1 ); // load before enqueue_scripts action\r\n~~~","url":"https://api.github.com/repos/mgsisk/webcomic/issues/comments/3336331"},"action":"created"}
{ "id": 2400365, "name": "mgsisk/webcomic", "url": "https://api.github.dev/repos/mgsisk/webcomic" }
{ "id": 80775, "login": "mgsisk", "gravatar_id": "b565f5b956da8ee609e4282bfe0f96d3", "avatar_url": "https://secure.gravatar.com/avatar/b565f5b956da8ee609e4282bfe0f96d3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/mgsisk" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-01-03T04:29:39
1508773255
null
IssueCommentEvent
true
{"issue":{"title":"references_and_referenced_in_many fails to add items to its collection","user":{"id":49660,"login":"romanbsd","url":"https://api.github.com/users/romanbsd","gravatar_id":"e18b659ca76a4e6ed9ef9e7054473d65","avatar_url":"https://secure.gravatar.com/avatar/e18b659ca76a4e6ed9ef9e7054473d65?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-01-15T22:39:12Z","milestone":{"creator":{"id":9030,"login":"durran","url":"https://api.github.com/users/durran","gravatar_id":"6f09262a13427532461b0b618d445b1e","avatar_url":"https://secure.gravatar.com/avatar/6f09262a13427532461b0b618d445b1e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"open_issues":2,"title":"2.4.2","created_at":"2012-01-15T12:44:06Z","state":"open","due_on":"2012-01-30T08:00:00Z","closed_issues":4,"description":"","number":32,"url":"https://api.github.com/repos/mongoid/mongoid/milestones/32"},"state":"closed","updated_at":"2012-01-16T22:07:39Z","labels":[],"id":2848440,"closed_at":"2012-01-16T11:04:46Z","pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"html_url":"https://github.com/mongoid/mongoid/issues/1599","body":"Running this gist: https://gist.github.com/1617767 with 2.4.1 produces the following output:\r\n<pre>\r\ngroup: group_1 has [#&lt;Customer _id: 4f135411b4e4cfa3b8000002, _type: nil, name: \"customer_1\", business_id: BSON::ObjectId('4f135411b4e4cfa3b8000001')&gt;]\r\n\r\ngroup: group_1 has [#&lt;Customer _id: 4f135411b4e4cfa3b8000003, _type: nil, name: \"customer_2\", business_id: BSON::ObjectId('4f135411b4e4cfa3b8000001')&gt;]\r\n\r\ngroup: group_2 has [#&lt;Customer _id: 4f135411b4e4cfa3b8000004, _type: nil, name: \"customer_3\", business_id: BSON::ObjectId('4f135411b4e4cfa3b8000001')&gt;]\r\n\r\ngroup: group_2 has [#&lt;Customer _id: 4f135411b4e4cfa3b8000004, _type: nil, name: \"customer_3\", business_id: BSON::ObjectId('4f135411b4e4cfa3b8000001')&gt;, #&lt;Customer _id: 4f135411b4e4cfa3b8000005, _type: nil, name: \"customer_4\", business_id: BSON::ObjectId('4f135411b4e4cfa3b8000001')&gt;]\r\n\r\nCustomers count:\r\n4\r\n4\r\nGroup 1 size: 1\r\n[#&lt;Customer _id: 4f135411b4e4cfa3b8000003, _type: nil, name: \"customer_2\", business_id: BSON::ObjectId('4f135411b4e4cfa3b8000001')&gt;]\r\nGroup 2 size: 2\r\n[#&lt;Customer _id: 4f135411b4e4cfa3b8000004, _type: nil, name: \"customer_3\", business_id: BSON::ObjectId('4f135411b4e4cfa3b8000001')&gt;, #&lt;Customer _id: 4f135411b4e4cfa3b8000005, _type: nil, name: \"customer_4\", business_id: BSON::ObjectId('4f135411b4e4cfa3b8000001')&gt;]\r\n\r\n</pre>\r\n\r\nThe question is, where is customer_1 which was supposed to be in the first group?","number":1599,"url":"https://api.github.com/repos/mongoid/mongoid/issues/1599","comments":6,"assignee":null},"comment":{"user":{"id":49660,"login":"romanbsd","url":"https://api.github.com/users/romanbsd","gravatar_id":"e18b659ca76a4e6ed9ef9e7054473d65","avatar_url":"https://secure.gravatar.com/avatar/e18b659ca76a4e6ed9ef9e7054473d65?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-01-16T22:07:39Z","updated_at":"2012-01-16T22:07:39Z","id":3519242,"body":"There's some weird scenario where model.collection.to_a.size == model.collection.count * 2 (same objects are listed twice, the same set repeated twice), which is remedied by model.reload. I have reasons to think if it's a factory_girl bug, as I'm not able to reproduce this in vitro. The other regression looks similar, but I haven't researched it yet.","url":"https://api.github.com/repos/mongoid/mongoid/issues/comments/3519242"},"action":"created"}
{ "id": 309009, "name": "mongoid/mongoid", "url": "https://api.github.dev/repos/mongoid/mongoid" }
{ "id": 49660, "login": "romanbsd", "gravatar_id": "e18b659ca76a4e6ed9ef9e7054473d65", "avatar_url": "https://secure.gravatar.com/avatar/e18b659ca76a4e6ed9ef9e7054473d65?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/romanbsd" }
{ "id": 262752, "login": "mongoid", "gravatar_id": "816cd66ab2b1552a1bc99ff774cecf27", "avatar_url": "https://secure.gravatar.com/avatar/816cd66ab2b1552a1bc99ff774cecf27?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/mongoid" }
2012-01-16T22:08:48
1511971942
null
IssueCommentEvent
true
{"issue":{"milestone":null,"created_at":"2012-01-05T23:02:01Z","title":"[bug 715536] Multi-index-task squashing","user":{"id":820826,"login":"willkg","url":"https://api.github.com/users/willkg","gravatar_id":"cc327cef30f763a450644d4b5df895c7","avatar_url":"https://secure.gravatar.com/avatar/cc327cef30f763a450644d4b5df895c7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"updated_at":"2012-01-06T14:57:30Z","labels":[],"state":"closed","id":2741863,"closed_at":"2012-01-06T14:57:30Z","pull_request":{"patch_url":"https://github.com/mozilla/kitsune/pull/421.patch","html_url":"https://github.com/mozilla/kitsune/pull/421","diff_url":"https://github.com/mozilla/kitsune/pull/421.diff"},"html_url":"https://github.com/mozilla/kitsune/issues/421","body":"Incremental updatie (not delete!) tasks all get tossed in a thread-local\r\nqueue. At request_finished, there's a handler that creates tasks from the\r\nqueued tasks. Because the queue is a set, this removes task duplicates\r\nso we're only creating one index task per request per document.\r\n\r\nThis also fixes refresh calls so they pass timesleep=0--we don't need to\r\nwait for a second to update the index.\r\n\r\nI've never done thread-local stuff before. I think I got it right, but it's worth double-checking.\r\n\r\nAlso, I added explicit self.refresh() calls to tests, but that refresh should get renamed to \"update_index\" or something like that since it's a refresh call (which is probably superfluous) and a generate_tasks call (which is definitely not superfluous). I can do that tomorrow in a cleanup pass.\r\n\r\nr?","number":421,"url":"https://api.github.com/repos/mozilla/kitsune/issues/421","comments":3,"assignee":null},"comment":{"created_at":"2012-01-06T14:57:30Z","user":{"id":820826,"login":"willkg","url":"https://api.github.com/users/willkg","gravatar_id":"cc327cef30f763a450644d4b5df895c7","avatar_url":"https://secure.gravatar.com/avatar/cc327cef30f763a450644d4b5df895c7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"updated_at":"2012-01-06T14:57:30Z","id":3385463,"body":"Pushed to master in 85936b1","url":"https://api.github.com/repos/mozilla/kitsune/issues/comments/3385463"},"action":"created"}
{ "id": 489645, "name": "mozilla/kitsune", "url": "https://api.github.dev/repos/mozilla/kitsune" }
{ "id": 820826, "login": "willkg", "gravatar_id": "cc327cef30f763a450644d4b5df895c7", "avatar_url": "https://secure.gravatar.com/avatar/cc327cef30f763a450644d4b5df895c7?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/willkg" }
{ "id": 131524, "login": "mozilla", "gravatar_id": "9ba739c8f3288e256b13553e4d257b5e", "avatar_url": "https://secure.gravatar.com/avatar/9ba739c8f3288e256b13553e4d257b5e?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/mozilla" }
2012-01-06T14:57:31
1509633353
null
IssueCommentEvent
true
{"issue":{"milestone":null,"user":{"id":4585,"login":"fbjork","url":"https://api.github.com/users/fbjork","avatar_url":"https://secure.gravatar.com/avatar/0f9580295f54106ce7c682eb652f4a1c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"0f9580295f54106ce7c682eb652f4a1c"},"created_at":"2012-02-16T22:01:22Z","title":"ResqueFailure server middleware","state":"open","labels":[],"updated_at":"2012-02-16T23:30:51Z","id":3259297,"pull_request":{"patch_url":"https://github.com/mperham/sidekiq/pull/34.patch","html_url":"https://github.com/mperham/sidekiq/pull/34","diff_url":"https://github.com/mperham/sidekiq/pull/34.diff"},"closed_at":null,"html_url":"https://github.com/mperham/sidekiq/issues/34","body":"Added an optional ResqueFailure server middleware that enqueues jobs in the failure queue that can be retried in the Resque dashboard.\r\n","number":34,"url":"https://api.github.com/repos/mperham/sidekiq/issues/34","comments":6,"assignee":null},"comment":{"user":{"id":4585,"login":"fbjork","url":"https://api.github.com/users/fbjork","avatar_url":"https://secure.gravatar.com/avatar/0f9580295f54106ce7c682eb652f4a1c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"0f9580295f54106ce7c682eb652f4a1c"},"created_at":"2012-02-16T23:30:51Z","updated_at":"2012-02-16T23:30:51Z","id":4011993,"body":"How about naming it FailureJobs instead?","url":"https://api.github.com/repos/mperham/sidekiq/issues/comments/4011993"},"action":"created"}
{ "id": 3195124, "name": "mperham/sidekiq", "url": "https://api.github.dev/repos/mperham/sidekiq" }
{ "id": 4585, "login": "fbjork", "gravatar_id": "0f9580295f54106ce7c682eb652f4a1c", "avatar_url": "https://secure.gravatar.com/avatar/0f9580295f54106ce7c682eb652f4a1c?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/fbjork" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-02-16T23:30:52
1520556002
null
IssueCommentEvent
true
{"issue":{"milestone":null,"created_at":"2011-12-28T22:41:47Z","title":"depth + z-sorting?","user":{"id":191192,"login":"ge5","url":"https://api.github.com/users/ge5","gravatar_id":"c8584e4fc53d3b4d1ac584cf7c63352c","avatar_url":"https://secure.gravatar.com/avatar/c8584e4fc53d3b4d1ac584cf7c63352c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"updated_at":"2012-01-03T14:53:12Z","state":"open","labels":[{"name":"Question","url":"https://api.github.com/repos/mrdoob/three.js/labels/Question","color":"dad9ff"}],"id":2675514,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"html_url":"https://github.com/mrdoob/three.js/issues/978","closed_at":null,"body":"Please excuse if this sounds naive..I am loading a few animated models in a webGL scene, using tweens to random position (on click) + morphTargets--all working well. How do I go about insuring that the models \"z-sort\"(as in actionscript) or depth-sort when they happen to intersect? they presently respond as if \"transparent\" rather than as \"solids\". I see examples with THREE.Ray + intersect (i.e., \"draggable cubes\") and formerly, collisions but not sure how to apply.\r\n Any suggestions-tips-advice -and/or pertinent examples are MUCH appreciated.Thanks.","number":978,"url":"https://api.github.com/repos/mrdoob/three.js/issues/978","comments":3,"assignee":null},"comment":{"created_at":"2012-01-03T14:53:12Z","user":{"id":97088,"login":"mrdoob","url":"https://api.github.com/users/mrdoob","gravatar_id":"a00211a1e1aa4fe920302e7b76da0d91","avatar_url":"https://secure.gravatar.com/avatar/a00211a1e1aa4fe920302e7b76da0d91?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"updated_at":"2012-01-03T14:53:12Z","id":3340757,"body":"Yeah, you'll need to check every frame whether the boundingSpheres are too close to each other and move in the opposite direction to the intersection.","url":"https://api.github.com/repos/mrdoob/three.js/issues/comments/3340757"},"action":"created"}
{ "id": 576201, "name": "mrdoob/three.js", "url": "https://api.github.dev/repos/mrdoob/three.js" }
{ "id": 97088, "login": "mrdoob", "gravatar_id": "a00211a1e1aa4fe920302e7b76da0d91", "avatar_url": "https://secure.gravatar.com/avatar/a00211a1e1aa4fe920302e7b76da0d91?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/mrdoob" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-01-03T14:53:13
1508855195
null
IssueCommentEvent
true
{"issue":{"user":{"id":11977,"login":"peterneubauer","url":"https://api.github.com/users/peterneubauer","gravatar_id":"840ccffd0e89333b608b595ce4782720","avatar_url":"https://secure.gravatar.com/avatar/840ccffd0e89333b608b595ce4782720?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"title":"Neo4j Server not starting on latest OS X 10.6 java update","milestone":null,"created_at":"2012-02-17T09:43:54Z","updated_at":"2012-02-17T10:53:35Z","state":"open","labels":[{"name":"bug","color":"e10c02","url":"https://api.github.com/repos/neo4j/community/labels/bug"},{"name":"server","color":"ededed","url":"https://api.github.com/repos/neo4j/community/labels/server"}],"id":3265030,"html_url":"https://github.com/neo4j/community/issues/253","pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"closed_at":null,"body":"See https://discussions.apple.com/message/17611657#17611657 for an explaination of the issue.\r\n\r\nWe need to find a workaround :/","number":253,"url":"https://api.github.com/repos/neo4j/community/issues/253","comments":2,"assignee":null},"comment":{"user":{"id":11977,"login":"peterneubauer","url":"https://api.github.com/users/peterneubauer","gravatar_id":"840ccffd0e89333b608b595ce4782720","avatar_url":"https://secure.gravatar.com/avatar/840ccffd0e89333b608b595ce4782720?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-02-17T10:53:35Z","updated_at":"2012-02-17T10:53:35Z","id":4018396,"body":"So what could be the reason for this exception coming up?","url":"https://api.github.com/repos/neo4j/community/issues/comments/4018396"},"action":"created"}
{ "id": 1581611, "name": "neo4j/community", "url": "https://api.github.dev/repos/neo4j/community" }
{ "id": 11977, "login": "peterneubauer", "gravatar_id": "840ccffd0e89333b608b595ce4782720", "avatar_url": "https://secure.gravatar.com/avatar/840ccffd0e89333b608b595ce4782720?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/peterneubauer" }
{ "id": 201120, "login": "neo4j", "gravatar_id": "1ecfef76afc397d0fb30b973e9508e41", "avatar_url": "https://secure.gravatar.com/avatar/1ecfef76afc397d0fb30b973e9508e41?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/neo4j" }
2012-02-17T10:53:35
1520686293
null
IssueCommentEvent
true
{"issue":{"milestone":null,"created_at":"2011-12-30T19:12:01Z","title":"Missing parameter in application.wadl","user":{"id":99752,"login":"djui","url":"https://api.github.com/users/djui","gravatar_id":"de1ad56f8a7b7167491f7f07f66013d9","avatar_url":"https://secure.gravatar.com/avatar/de1ad56f8a7b7167491f7f07f66013d9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"updated_at":"2012-01-03T17:47:35Z","state":"closed","labels":[{"name":"bug","color":"e10c02","url":"https://api.github.com/repos/neo4j/community/labels/bug"},{"name":"REST","color":"444444","url":"https://api.github.com/repos/neo4j/community/labels/REST"}],"id":2690927,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"html_url":"https://github.com/neo4j/community/issues/160","closed_at":"2012-01-03T17:47:35Z","body":"I am writing a stub generator in Erlang for the REST api, when I stumbled over a missing `param` tag for `nodeId` in the current `application.wadl`:\r\n\r\n :\r\n <resource path=\"node/{nodeId}/paged/traverse/{returnType}/{traverserId}\">\r\n <param xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" type=\"xs:string\" style=\"template\" name=\"traverserId\"/>\r\n <param xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" type=\"xs:string\" style=\"template\" name=\"returnType\"/>\r\n <method name=\"DELETE\" id=\"removePagedTraverser\">\r\n <response>\r\n <representation mediaType=\"*/*\"/>\r\n </response>\r\n </method>\r\n <method name=\"GET\" id=\"pagedTraverse\">\r\n <response>\r\n <representation mediaType=\"*/*\"/>\r\n </response>\r\n </method>\r\n </resource>\r\n :","number":160,"url":"https://api.github.com/repos/neo4j/community/issues/160","comments":6,"assignee":null},"comment":{"created_at":"2012-01-03T17:47:35Z","user":{"id":170553,"login":"jimwebber","url":"https://api.github.com/users/jimwebber","gravatar_id":"40f256496381f73ef3d8670dd27f8347","avatar_url":"https://secure.gravatar.com/avatar/40f256496381f73ef3d8670dd27f8347?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"updated_at":"2012-01-03T17:47:35Z","id":3343354,"body":"The automatic WADL generation produces non-authoritative meta-data. Since we have a mostly RESTful API, the important metadata is sent inline with representations as link-relations. It is these link-relations which provide guidance on what can legally be done next, not some static WADL.\r\n\r\nAs such, to remove confusion, I've disabled WADL generation in commit d3302c3.","url":"https://api.github.com/repos/neo4j/community/issues/comments/3343354"},"action":"created"}
{ "id": 1581611, "name": "neo4j/community", "url": "https://api.github.dev/repos/neo4j/community" }
{ "id": 170553, "login": "jimwebber", "gravatar_id": "40f256496381f73ef3d8670dd27f8347", "avatar_url": "https://secure.gravatar.com/avatar/40f256496381f73ef3d8670dd27f8347?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/jimwebber" }
{ "id": 201120, "login": "neo4j", "gravatar_id": "1ecfef76afc397d0fb30b973e9508e41", "avatar_url": "https://secure.gravatar.com/avatar/1ecfef76afc397d0fb30b973e9508e41?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/neo4j" }
2012-01-03T17:47:36
1508896922
null
IssueCommentEvent
true
{"issue":{"title":"Can't upload to mediafire","milestone":null,"user":{"id":756771,"login":"perfwill","url":"https://api.github.com/users/perfwill","avatar_url":"https://secure.gravatar.com/avatar/129f66f0704d7b60fe317f3eaf5eb026?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"129f66f0704d7b60fe317f3eaf5eb026"},"created_at":"2012-01-20T08:14:58Z","updated_at":"2012-01-20T14:25:24Z","labels":[{"name":"bug","url":"https://api.github.com/repos/nowrep/QupZilla/labels/bug","color":"e102d8"}],"state":"open","id":2908351,"html_url":"https://github.com/nowrep/QupZilla/issues/198","closed_at":null,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"body":"I can't upload on mediafire at all, can't use drag 'n drop AND can't use the simple \"add\"(+) button. Totally can't upload in any way.\r\nA bug of qupzilla? Or those features are not implemented?","number":198,"url":"https://api.github.com/repos/nowrep/QupZilla/issues/198","comments":6,"assignee":{"id":522831,"login":"nowrep","url":"https://api.github.com/users/nowrep","avatar_url":"https://secure.gravatar.com/avatar/7471c4e6b66275a22d8cd637c4c5052f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"7471c4e6b66275a22d8cd637c4c5052f"}},"comment":{"user":{"id":756771,"login":"perfwill","url":"https://api.github.com/users/perfwill","avatar_url":"https://secure.gravatar.com/avatar/129f66f0704d7b60fe317f3eaf5eb026?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"129f66f0704d7b60fe317f3eaf5eb026"},"created_at":"2012-01-20T14:25:24Z","updated_at":"2012-01-20T14:25:24Z","id":3584159,"body":"And the drag 'n drop feature of mediafire uploader never works :(","url":"https://api.github.com/repos/nowrep/QupZilla/issues/comments/3584159"},"action":"created"}
{ "id": 1398323, "name": "nowrep/QupZilla", "url": "https://api.github.dev/repos/nowrep/QupZilla" }
{ "id": 756771, "login": "perfwill", "gravatar_id": "129f66f0704d7b60fe317f3eaf5eb026", "avatar_url": "https://secure.gravatar.com/avatar/129f66f0704d7b60fe317f3eaf5eb026?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/perfwill" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-01-20T14:25:25
1513075148
null
IssueCommentEvent
true
{"issue":{"title":"Web compatibility problem ","milestone":null,"user":{"id":1363877,"login":"greatkandra","url":"https://api.github.com/users/greatkandra","avatar_url":"https://secure.gravatar.com/avatar/66447f4ad3632b851f2531f53780ee9b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"66447f4ad3632b851f2531f53780ee9b"},"created_at":"2012-01-21T16:45:24Z","updated_at":"2012-01-22T09:43:10Z","labels":[],"state":"open","id":2922191,"html_url":"https://github.com/nowrep/QupZilla/issues/203","closed_at":null,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"body":"Dear sir, I am not able to view full view of the site www.nseindia.com.Some material is missing compared to other browsers.","number":203,"url":"https://api.github.com/repos/nowrep/QupZilla/issues/203","comments":5,"assignee":null},"comment":{"user":{"id":733365,"login":"JHooverman","url":"https://api.github.com/users/JHooverman","avatar_url":"https://secure.gravatar.com/avatar/67ff7e928a2fa8746183be5ac2ac51d3?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"67ff7e928a2fa8746183be5ac2ac51d3"},"created_at":"2012-01-22T09:43:10Z","updated_at":"2012-01-22T09:43:10Z","id":3602032,"body":"Hello,\r\n\r\nI was trying to reproduce your issue. So, this is the page in\r\n\r\nFirefox (Linux)\r\nhttp://img838.imageshack.us/img838/5286/screenshot13375685.png\r\n\r\nQupZilla (Linux)\r\nhttp://img205.imageshack.us/img205/7770/screenshot910e8d16.png\r\n\r\nQupZilla (Windows XP)\r\nhttp://img687.imageshack.us/img687/9778/screenshot48229f48.png\r\nHere I do not have flashplayer installed.\r\n\r\nFor me the pages all look the same - except the last for the reason I mentioned.\r\n\r\nMay I ask you to provide a screenshot of how the page is looking at your PC, and about the QupZilla and WebKit version you are using? You will find this in Help -> About QupZilla.\r\n\r\nThank you for your cooperation.","url":"https://api.github.com/repos/nowrep/QupZilla/issues/comments/3602032"},"action":"created"}
{ "id": 1398323, "name": "nowrep/QupZilla", "url": "https://api.github.dev/repos/nowrep/QupZilla" }
{ "id": 733365, "login": "JHooverman", "gravatar_id": "67ff7e928a2fa8746183be5ac2ac51d3", "avatar_url": "https://secure.gravatar.com/avatar/67ff7e928a2fa8746183be5ac2ac51d3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/JHooverman" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-01-22T09:43:12
1513409456
null
IssueCommentEvent
true
{"issue":{"user":{"id":265653,"login":"gilsondev","url":"https://api.github.com/users/gilsondev","avatar_url":"https://secure.gravatar.com/avatar/549952fa351b18187e770b4ebec28f30?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"549952fa351b18187e770b4ebec28f30"},"title":"Inserting arguments for flake8","milestone":null,"created_at":"2012-02-13T13:15:20Z","updated_at":"2012-02-18T00:03:46Z","state":"open","labels":[],"id":3200322,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"html_url":"https://github.com/nvie/vim-flake8/issues/1","closed_at":null,"body":"I would suggest the option of inserting arguments that flake8 available as -- show-source and -- ignore","number":1,"url":"https://api.github.com/repos/nvie/vim-flake8/issues/1","comments":5,"assignee":null},"comment":{"user":{"id":1334677,"login":"yifanzhang","url":"https://api.github.com/users/yifanzhang","avatar_url":"https://secure.gravatar.com/avatar/c398091c9487b7b9f5a2d1f656af0a17?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"c398091c9487b7b9f5a2d1f656af0a17"},"created_at":"2012-02-18T00:03:46Z","updated_at":"2012-02-18T00:03:46Z","id":4030225,"body":"--ignore patch is in pull request","url":"https://api.github.com/repos/nvie/vim-flake8/issues/comments/4030225"},"action":"created"}
{ "id": 3428582, "name": "nvie/vim-flake8", "url": "https://api.github.dev/repos/nvie/vim-flake8" }
{ "id": 1334677, "login": "yifanzhang", "gravatar_id": "c398091c9487b7b9f5a2d1f656af0a17", "avatar_url": "https://secure.gravatar.com/avatar/c398091c9487b7b9f5a2d1f656af0a17?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/yifanzhang" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-02-18T00:03:47
1520923187
null
IssueCommentEvent
true
{"issue":{"milestone":null,"created_at":"2012-01-10T14:35:55Z","title":"\"Resize canvas\" doesn't seem to do anything","user":{"login":"xyroclast","id":1271459,"url":"https://api.github.com/users/xyroclast","avatar_url":"https://secure.gravatar.com/avatar/83ff72d2e8a6294e76bb4deef26200af?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"83ff72d2e8a6294e76bb4deef26200af"},"labels":[],"updated_at":"2012-01-11T01:27:23Z","state":"closed","id":2788711,"html_url":"https://github.com/philippec/Pixen/issues/131","closed_at":"2012-01-11T01:26:47Z","pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"body":"I've got a spritesheet, 136 x 8 in size, and I want to add another 8x8 square at the end.\r\nI chose \"Resize canvas\" and changed the \"136\" to \"144\". The dialog went away, and the image looked the same.\r\nUpon choosing \"Resize canvas\" again, it's confirmed that the image is still only 136 pixels wide.\r\nPixen 3.5 Beta 2\r\nMac OS 10.7","number":131,"url":"https://api.github.com/repos/philippec/Pixen/issues/131","comments":5,"assignee":null},"comment":{"created_at":"2012-01-11T01:27:22Z","user":{"login":"mattrajca","id":123372,"url":"https://api.github.com/users/mattrajca","avatar_url":"https://secure.gravatar.com/avatar/c59566581aec1048feb329242f73ce08?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"c59566581aec1048feb329242f73ce08"},"updated_at":"2012-01-11T01:27:22Z","id":3440562,"body":"The Tab key is no longer necessary if you can compile the latest master build of Pixen :)","url":"https://api.github.com/repos/philippec/Pixen/issues/comments/3440562"},"action":"created"}
{ "id": 299107, "name": "philippec/Pixen", "url": "https://api.github.dev/repos/philippec/Pixen" }
{ "id": 123372, "login": "mattrajca", "gravatar_id": "c59566581aec1048feb329242f73ce08", "avatar_url": "https://secure.gravatar.com/avatar/c59566581aec1048feb329242f73ce08?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/mattrajca" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-01-11T01:27:23
1510591599
null
IssueCommentEvent
true
{"issue":{"title":"Missing dependencies","milestone":null,"created_at":"2012-02-16T14:07:17Z","user":{"id":337255,"login":"jness","url":"https://api.github.com/users/jness","gravatar_id":"4ba48bee19cd136faefa2c499f62861b","avatar_url":"https://secure.gravatar.com/avatar/4ba48bee19cd136faefa2c499f62861b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"updated_at":"2012-02-19T23:39:33Z","state":"closed","labels":[],"id":3251784,"closed_at":"2012-02-17T01:56:24Z","html_url":"https://github.com/rackspace/dmirr/issues/3","pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"body":"I noticed the Python memcache module is needed but not required by the setup.py:\r\n\r\n http://pypi.python.org/pypi/python-memcached","number":3,"url":"https://api.github.com/repos/rackspace/dmirr/issues/3","comments":2,"assignee":null},"comment":{"created_at":"2012-02-19T23:39:33Z","user":{"id":337255,"login":"jness","url":"https://api.github.com/users/jness","gravatar_id":"4ba48bee19cd136faefa2c499f62861b","avatar_url":"https://secure.gravatar.com/avatar/4ba48bee19cd136faefa2c499f62861b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"updated_at":"2012-02-19T23:39:33Z","id":4046427,"body":"Running ./util/run.sh on a fresh pull returned a Python error for missing module 'memcache'","url":"https://api.github.com/repos/rackspace/dmirr/issues/comments/4046427"},"action":"created"}
{ "id": 2223957, "name": "rackspace/dmirr", "url": "https://api.github.dev/repos/rackspace/dmirr" }
{ "id": 337255, "login": "jness", "gravatar_id": "4ba48bee19cd136faefa2c499f62861b", "avatar_url": "https://secure.gravatar.com/avatar/4ba48bee19cd136faefa2c499f62861b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/jness" }
{ "id": 84293, "login": "rackspace", "gravatar_id": "cc2ad66c312c32facaf25a69bc6779cb", "avatar_url": "https://secure.gravatar.com/avatar/cc2ad66c312c32facaf25a69bc6779cb?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/rackspace" }
2012-02-19T23:39:34
1521308790
null
IssueCommentEvent
true
{"issue":{"user":{"id":1956,"login":"blj","url":"https://api.github.com/users/blj","gravatar_id":"5d19df2807f643205ab2030e44b25ba6","avatar_url":"https://secure.gravatar.com/avatar/5d19df2807f643205ab2030e44b25ba6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"title":"Page Preview","milestone":null,"created_at":"2012-02-10T21:45:31Z","updated_at":"2012-02-14T23:46:35Z","state":"open","labels":[],"id":3180087,"html_url":"https://github.com/radiant/radiant/issues/319","pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"closed_at":null,"body":"Am I the only one have problem with this feature? I experience these issues:\r\n\r\n(a) Preview actually saves the page.\r\n(b) After preview is rendered, I click on Edit page and then make changes and hit preview button, it throws error.\r\n\r\nCan others please confirm if they also have similar problem?","number":319,"url":"https://api.github.com/repos/radiant/radiant/issues/319","comments":6,"assignee":null},"comment":{"user":{"id":1956,"login":"blj","url":"https://api.github.com/users/blj","gravatar_id":"5d19df2807f643205ab2030e44b25ba6","avatar_url":"https://secure.gravatar.com/avatar/5d19df2807f643205ab2030e44b25ba6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-02-14T23:46:35Z","updated_at":"2012-02-14T23:46:35Z","id":3972190,"body":"I have disabled all extensions and still get the same issue. ","url":"https://api.github.com/repos/radiant/radiant/issues/comments/3972190"},"action":"created"}
{ "id": 27046, "name": "radiant/radiant", "url": "https://api.github.dev/repos/radiant/radiant" }
{ "id": 1956, "login": "blj", "gravatar_id": "5d19df2807f643205ab2030e44b25ba6", "avatar_url": "https://secure.gravatar.com/avatar/5d19df2807f643205ab2030e44b25ba6?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/blj" }
{ "id": 14429, "login": "radiant", "gravatar_id": "b2fed76c7a4cf1778adb683b70281481", "avatar_url": "https://secure.gravatar.com/avatar/b2fed76c7a4cf1778adb683b70281481?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/radiant" }
2012-02-14T23:46:37
1519868976
null
IssueCommentEvent
true
{"issue":{"milestone":null,"title":"Grammar In Silverlight App","created_at":"2011-12-30T22:25:29Z","user":{"id":279540,"login":"nberardi","url":"https://api.github.com/users/nberardi","gravatar_id":"054a0e4703fc8f95c13cc24db1271eb8","avatar_url":"https://secure.gravatar.com/avatar/054a0e4703fc8f95c13cc24db1271eb8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"updated_at":"2012-01-01T13:22:20Z","state":"open","labels":[],"id":2692102,"html_url":"https://github.com/ravendb/ravendb/issues/421","closed_at":null,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"body":"The default screen in the silverlight app when you connect to http://localhost:8080 says.\r\n\r\n\"There is no any documents in this database yet.\"\r\n\r\nThis should read.\r\n\r\n\"There are no documents in this database yet.\"","number":421,"url":"https://api.github.com/repos/ravendb/ravendb/issues/421","comments":2,"assignee":null},"comment":{"created_at":"2012-01-01T13:22:20Z","user":{"id":279540,"login":"nberardi","url":"https://api.github.com/users/nberardi","gravatar_id":"054a0e4703fc8f95c13cc24db1271eb8","avatar_url":"https://secure.gravatar.com/avatar/054a0e4703fc8f95c13cc24db1271eb8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"updated_at":"2012-01-01T13:22:20Z","id":3324489,"body":"Yeah I corrected my own english on the actual change I requested a\npull for. :) I think I also updated the ticket too.\n\n--\nNick Berardi\n(484) 302-0125\nSent on the go from my phone.\n\nOn Jan 1, 2012, at 2:48 AM, Ayende Rahien\n<[email protected]>\nwrote:\n\n> Shouldn't this be: There are no documents in this database yet. ?\n>\n> On Sat, Dec 31, 2011 at 12:25 AM, Nick Berardi <\n> [email protected]\n>> wrote:\n>\n>> The default screen in the silverlight app when you connect to\n>> http://localhost:8080 says.\n>>\n>> \"There is no any documents in this database yet.\"\n>>\n>> This should read.\n>>\n>> \"There is not any documents in this database yet.\"\n>>\n>> ---\n>> Reply to this email directly or view it on GitHub:\n>> https://github.com/ravendb/ravendb/issues/421\n>>\n>\n> ---\n> Reply to this email directly or view it on GitHub:\n> https://github.com/ravendb/ravendb/issues/421#issuecomment-3324005","url":"https://api.github.com/repos/ravendb/ravendb/issues/comments/3324489"},"action":"created"}
{ "id": 542714, "name": "ravendb/ravendb", "url": "https://api.github.dev/repos/ravendb/ravendb" }
{ "id": 279540, "login": "nberardi", "gravatar_id": "054a0e4703fc8f95c13cc24db1271eb8", "avatar_url": "https://secure.gravatar.com/avatar/054a0e4703fc8f95c13cc24db1271eb8?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/nberardi" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-01-01T13:22:21
1508542738
null
IssueCommentEvent
true
{"issue":{"milestone":null,"created_at":"2012-01-05T09:01:29Z","title":"VIDEO: Small refactoring of the Bink Decoder","user":{"id":52294,"login":"bgK","url":"https://api.github.com/users/bgK","avatar_url":"https://secure.gravatar.com/avatar/ba5882fa5c7c54a469f07a09116b7d25?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"ba5882fa5c7c54a469f07a09116b7d25"},"updated_at":"2012-01-06T05:27:57Z","labels":[],"state":"open","id":2732996,"closed_at":null,"pull_request":{"patch_url":"https://github.com/scummvm/scummvm/pull/162.patch","html_url":"https://github.com/scummvm/scummvm/pull/162","diff_url":"https://github.com/scummvm/scummvm/pull/162.diff"},"html_url":"https://github.com/scummvm/scummvm/issues/162","body":"This allows subclassing the Bink decoder in Residual to add seeking support while introducing only minimal changes and no new features to ScummVM.\r\n\r\nThis pull request is a follow up of #161, which was rejected. These changes require no extra maintenance when compared to the current code, and will allow easier ScummVM -> Residual merges.","number":162,"url":"https://api.github.com/repos/scummvm/scummvm/issues/162","comments":3,"assignee":null},"comment":{"created_at":"2012-01-06T05:27:57Z","user":{"id":177695,"login":"lordhoto","url":"https://api.github.com/users/lordhoto","avatar_url":"https://secure.gravatar.com/avatar/8c59432e52be08e51aca5b5c46cb3e16?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"8c59432e52be08e51aca5b5c46cb3e16"},"updated_at":"2012-01-06T05:27:57Z","id":3381057,"body":"I don't really care much whether we merge this or not. I just don't like the residual related comments, since they might make it seem like we are officially endorsing such changes, which do not benefit us.\r\n\r\nSo it's up to clone2727 (and wjp, if he wants to say something about this).","url":"https://api.github.com/repos/scummvm/scummvm/issues/comments/3381057"},"action":"created"}
{ "id": 1358940, "name": "scummvm/scummvm", "url": "https://api.github.dev/repos/scummvm/scummvm" }
{ "id": 177695, "login": "lordhoto", "gravatar_id": "8c59432e52be08e51aca5b5c46cb3e16", "avatar_url": "https://secure.gravatar.com/avatar/8c59432e52be08e51aca5b5c46cb3e16?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/lordhoto" }
{ "id": 365181, "login": "scummvm", "gravatar_id": "3d8de6c96c269c8666cff08dd3a67eb7", "avatar_url": "https://secure.gravatar.com/avatar/3d8de6c96c269c8666cff08dd3a67eb7?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/scummvm" }
2012-01-06T05:27:57
1509555393
null
IssueCommentEvent
true
{"issue":{"user":{"id":672575,"login":"WorkaholicGoT","url":"https://api.github.com/users/WorkaholicGoT","gravatar_id":"f70026323c31ba6bf211bec4fd27acca","avatar_url":"https://secure.gravatar.com/avatar/f70026323c31ba6bf211bec4fd27acca?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"title":"retrieve error","milestone":null,"created_at":"2012-02-16T16:07:05Z","updated_at":"2012-02-16T16:08:42Z","state":"open","labels":[],"id":3253571,"closed_at":null,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"html_url":"https://github.com/spotweb/spotweb/issues/1419","body":"Retrieving 3186399 till 3187400, found 1001 comments in 40.34 seconds\r\nRetrieving 3187400 till 3188401, found 1001 comments in 15.58 seconds\r\n\r\n\r\nSpotWeb v0.56.20.27 on PHP v5.3.10 crashed\r\n\r\nFatal error occured while connecting to the newsserver:\r\n (-1) Failed to write to socket! (connection lost!) [response: \"\"]\r\n\r\n\r\n#0 /home/workaholic/domains/mijndomein.nl/public_html/spotweb/NNTP/Protocol/Client.php(264): Net_NNTP_Protocol_Client->throwError('Failed to write...')\r\n#1 /home/workaholic/domains/mijndomein.nl/public_html/spotweb/NNTP/Protocol/Client.php(1745): Net_NNTP_Protocol_Client->_sendCommand('XOVER 3188401-3...')\r\n#2 /home/workaholic/domains/mijndomein.nl/public_html/spotweb/NNTP/Client.php(1000): Net_NNTP_Protocol_Client->cmdXOver('3188401-3189401')\r\n#3 /home/workaholic/domains/mijndomein.nl/public_html/spotweb/lib/SpotNntp.php(46): Net_NNTP_Client->getOverview('3188401-3189401')\r\n#4 /home/workaholic/domains/mijndomein.nl/public_html/spotweb/lib/retriever/SpotRetriever_Abs.php(155): SpotNntp->getOverview(3188401, 3189401)\r\n#5 /home/workaholic/domains/mijndomein.nl/public_html/spotweb/lib/retriever/SpotRetriever_Abs.php(228): SpotRetriever_Abs->loopTillEnd(3165378, '1000')\r\n#6 /home/workaholic/domains/mijndomein.nl/public_html/spotweb/retrieve.php(163): SpotRetriever_Abs->perform()\r\n#7 {main}\r\n\r\nUpdating retrieve status in the database\r\n\r\nFinished retrieving comments.\r\n\r\nworkaholic@webserver:~/public_html/spotweb$","number":1419,"url":"https://api.github.com/repos/spotweb/spotweb/issues/1419","comments":1,"assignee":null},"comment":{"user":{"id":672575,"login":"WorkaholicGoT","url":"https://api.github.com/users/WorkaholicGoT","gravatar_id":"f70026323c31ba6bf211bec4fd27acca","avatar_url":"https://secure.gravatar.com/avatar/f70026323c31ba6bf211bec4fd27acca?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-02-16T16:08:41Z","updated_at":"2012-02-16T16:08:41Z","id":4003463,"body":"Betreft een nieuwe installatie met een schone database + git. Iemand een idee? \r\n\r\n","url":"https://api.github.com/repos/spotweb/spotweb/issues/comments/4003463"},"action":"created"}
{ "id": 1389011, "name": "spotweb/spotweb", "url": "https://api.github.dev/repos/spotweb/spotweb" }
{ "id": 672575, "login": "WorkaholicGoT", "gravatar_id": "f70026323c31ba6bf211bec4fd27acca", "avatar_url": "https://secure.gravatar.com/avatar/f70026323c31ba6bf211bec4fd27acca?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/WorkaholicGoT" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-02-16T16:08:43
1520410824
null
IssueCommentEvent
true
{"issue":{"milestone":null,"created_at":"2011-04-13T23:36:32Z","title":"Zoeken met pdo_mysql gaat altijd met LIKE","user":{"id":641394,"login":"nightspirit81","url":"https://api.github.com/users/nightspirit81","avatar_url":"https://secure.gravatar.com/avatar/14e320a810a72d10ae9203555f666f0f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"14e320a810a72d10ae9203555f666f0f"},"updated_at":"2012-02-01T11:51:12Z","labels":[{"name":"enhancement","url":"https://api.github.com/repos/spotweb/spotweb/labels/enhancement","color":"444444"}],"state":"closed","id":766737,"html_url":"https://github.com/spotweb/spotweb/issues/498","closed_at":"2012-02-01T11:42:46Z","pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"body":"Alle wijzigingen die aan de search en dergelijke zijn gedaan worden prima uitgevoerd met mysql als engine, maar pdo_mysql negeert (zoals het hoort denk ik) dat hele bestand. Als oplossing al die meuk te kopiëren leek me niet de bedoeling, dus vandaar een issue zodat jij het op de juiste wijze kan oplossen.","number":498,"url":"https://api.github.com/repos/spotweb/spotweb/issues/498","comments":14,"assignee":null},"comment":{"created_at":"2012-02-01T11:51:12Z","user":{"id":889733,"login":"fabianruben","url":"https://api.github.com/users/fabianruben","avatar_url":"https://secure.gravatar.com/avatar/581f920b6f7b7970f1f69d14c801078c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"581f920b6f7b7970f1f69d14c801078c"},"updated_at":"2012-02-01T11:51:12Z","id":3757610,"body":"Wil dat nu zeggen dat iedereen over kan op pdo_mysql? Eerst raden je dit namelijk niet aan.","url":"https://api.github.com/repos/spotweb/spotweb/issues/comments/3757610"},"action":"created"}
{ "id": 1389011, "name": "spotweb/spotweb", "url": "https://api.github.dev/repos/spotweb/spotweb" }
{ "id": 889733, "login": "fabianruben", "gravatar_id": "581f920b6f7b7970f1f69d14c801078c", "avatar_url": "https://secure.gravatar.com/avatar/581f920b6f7b7970f1f69d14c801078c?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/fabianruben" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-02-01T11:51:13
1516089089
null
IssueCommentEvent
true
{"issue":{"milestone":null,"title":"Spot informatie mbv details/<guid>","created_at":"2011-12-29T18:44:39Z","user":{"id":484271,"login":"Jeroenve","url":"https://api.github.com/users/Jeroenve","gravatar_id":"5826c5901dc4fe304aef73a3a9460f78","avatar_url":"https://secure.gravatar.com/avatar/5826c5901dc4fe304aef73a3a9460f78?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"labels":[],"updated_at":"2012-01-01T12:23:59Z","state":"open","id":2681635,"html_url":"https://github.com/spotweb/spotweb/issues/1362","closed_at":null,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"body":"Met behulp van de volgende actie probeer ik de info van een spot weer te geven (op *spotweb/details/\\<guid\\>*):\r\n`RewriteRule ^details/?(.*)$ ?page=getspot&messageid=$1 [L,QSA]`\r\n\r\nHelaas levert dit een lege pagina op met de juiste source in FireFox.\r\n\r\nBij andere newznab providers is het met bovenstaande manier mogelijk om info van een item op te vragen.","number":1362,"url":"https://api.github.com/repos/spotweb/spotweb/issues/1362","comments":10,"assignee":null},"comment":{"created_at":"2012-01-01T12:23:59Z","user":{"id":628200,"login":"spotweb","url":"https://api.github.com/users/spotweb","gravatar_id":"e1366288552b5814ec9bd518535d7d4d","avatar_url":"https://secure.gravatar.com/avatar/e1366288552b5814ec9bd518535d7d4d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"updated_at":"2012-01-01T12:23:59Z","id":3324376,"body":"Kan je die nieuwe eens wissen? Het kan zijn dat daarin een anonymous session is en als je Spotweb vervolgens 'dicht' staat heb je dit probleem?","url":"https://api.github.com/repos/spotweb/spotweb/issues/comments/3324376"},"action":"created"}
{ "id": 1389011, "name": "spotweb/spotweb", "url": "https://api.github.dev/repos/spotweb/spotweb" }
{ "id": 628200, "login": "spotweb", "gravatar_id": "e1366288552b5814ec9bd518535d7d4d", "avatar_url": "https://secure.gravatar.com/avatar/e1366288552b5814ec9bd518535d7d4d?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/spotweb" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-01-01T12:23:59
1508540474
null
IssueCommentEvent
true
{"issue":{"milestone":null,"created_at":"2012-01-13T14:31:19Z","title":"Fixed greater_than and lower_than behaviour","user":{"id":185015,"login":"krzyzak","url":"https://api.github.com/users/krzyzak","avatar_url":"https://secure.gravatar.com/avatar/443b92b6cbb3c6b5fc80a2b8d8644ea9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"443b92b6cbb3c6b5fc80a2b8d8644ea9"},"labels":[],"updated_at":"2012-01-28T19:22:47Z","state":"open","id":2831731,"html_url":"https://github.com/sunspot/sunspot/issues/165","closed_at":null,"pull_request":{"patch_url":"https://github.com/sunspot/sunspot/pull/165.patch","html_url":"https://github.com/sunspot/sunspot/pull/165","diff_url":"https://github.com/sunspot/sunspot/pull/165.diff"},"body":"This patch solves problems with `greater_than` and `lower_than` methods, which used to work like `greater_than_or_equal_to` and `lower_than_or_equal_to`. I've fixed that, plus added those missing methods.","number":165,"url":"https://api.github.com/repos/sunspot/sunspot/issues/165","comments":10,"assignee":null},"comment":{"created_at":"2012-01-28T19:22:47Z","user":{"id":301959,"login":"brutuscat","url":"https://api.github.com/users/brutuscat","avatar_url":"https://secure.gravatar.com/avatar/e9d29ec6dcacb60363c35a4ea7a64648?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"e9d29ec6dcacb60363c35a4ea7a64648"},"updated_at":"2012-01-28T19:22:47Z","id":3702760,"body":"I think that because the docs stated how it worked apps like mine do rely on its documented behavior. IMHO it would be better (for me and apps like mine) to add this change in the next version with specific upgrade instructions for it.","url":"https://api.github.com/repos/sunspot/sunspot/issues/comments/3702760"},"action":"created"}
{ "id": 62509, "name": "sunspot/sunspot", "url": "https://api.github.dev/repos/sunspot/sunspot" }
{ "id": 301959, "login": "brutuscat", "gravatar_id": "e9d29ec6dcacb60363c35a4ea7a64648", "avatar_url": "https://secure.gravatar.com/avatar/e9d29ec6dcacb60363c35a4ea7a64648?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/brutuscat" }
{ "id": 1027744, "login": "sunspot", "gravatar_id": "acd200339f74e0ea50a328a08ab47984", "avatar_url": "https://secure.gravatar.com/avatar/acd200339f74e0ea50a328a08ab47984?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/sunspot" }
2012-01-28T19:22:48
1515136198
null
IssueCommentEvent
true
{"comment":{"created_at":"2012-03-01T12:03:21Z","url":"https://api.github.com/repos/symfony/symfony/issues/comments/4256884","user":{"login":"daFish","url":"https://api.github.com/users/daFish","avatar_url":"https://secure.gravatar.com/avatar/cb9068d52afbeee641a0f032667d37cf?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"cb9068d52afbeee641a0f032667d37cf","id":150416},"updated_at":"2012-03-01T12:03:21Z","body":"Why would you want to inject your database connection (assuming it is the db connection)? Doesn't make sense here.","id":4256884},"action":"created","issue":{"html_url":"https://github.com/symfony/symfony/issues/3474","title":"forms constructor attributes","comments":4,"number":3474,"created_at":"2012-02-29T17:04:39Z","state":"open","url":"https://api.github.com/repos/symfony/symfony/issues/3474","user":{"login":"samsamm777","url":"https://api.github.com/users/samsamm777","avatar_url":"https://secure.gravatar.com/avatar/2dfb23204c2e939baffa10c5e3790cb6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"2dfb23204c2e939baffa10c5e3790cb6","id":1075392},"updated_at":"2012-03-01T12:03:21Z","closed_at":null,"assignee":null,"milestone":null,"labels":[],"body":"how can i parse a variable to the constructor of this entity?\r\n\r\n\r\n\tpublic function getDefaultOptions(array $options)\r\n\t{\r\n\t return array(\r\n\t 'data_class' => 'DropDead\\HomeBundle\\Entity\\Ticket',\r\n\t );\r\n\t}","id":3440197,"pull_request":{"html_url":null,"patch_url":null,"diff_url":null}}}
{ "id": 458058, "name": "symfony/symfony", "url": "https://api.github.dev/repos/symfony/symfony" }
{ "id": 150416, "login": "daFish", "gravatar_id": "cb9068d52afbeee641a0f032667d37cf", "avatar_url": "https://secure.gravatar.com/avatar/cb9068d52afbeee641a0f032667d37cf?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/daFish" }
{ "id": 143937, "login": "symfony", "gravatar_id": "bc6312a5b583c4258c9fad11122c6e31", "avatar_url": "https://secure.gravatar.com/avatar/bc6312a5b583c4258c9fad11122c6e31?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/symfony" }
2012-03-01T12:03:22
1525228316
null
IssueCommentEvent
true
{"issue":{"title":"[Routing] added support for hostname requirement to routes","user":{"id":207556,"login":"gunnarlium","url":"https://api.github.com/users/gunnarlium","gravatar_id":"4ee77e64f7af0c7ab1406d9958d34099","avatar_url":"https://secure.gravatar.com/avatar/4ee77e64f7af0c7ab1406d9958d34099?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"milestone":null,"created_at":"2012-01-08T00:25:22Z","labels":[],"updated_at":"2012-01-08T08:46:14Z","state":"open","id":2758758,"html_url":"https://github.com/symfony/symfony/issues/3057","pull_request":{"patch_url":"https://github.com/symfony/symfony/pull/3057.patch","html_url":"https://github.com/symfony/symfony/pull/3057","diff_url":"https://github.com/symfony/symfony/pull/3057.diff"},"closed_at":null,"body":"Bug fix: no\r\nFeature addition: yes\r\nBackwards compatibility break: no\r\nSymfony2 tests pass: yes (All Routing tests pass, Locale tests fail on my localhost, but I have not touched those files)\r\nFixes the following tickets: -\r\nTodo:\r\n- Add documentation if feature is approved\r\n- Maybe add/test wildcard support\r\n\r\nThis patch adds support for hostname requirements on routes:\r\n\r\n hostbased_route:\r\n pattern: /\r\n requirements:\r\n _host: symfony.com|symfony.org\r\n\r\nThis route would only match if RequestContext::getHost() matches symfony.com or symfony.org.","number":3057,"url":"https://api.github.com/repos/symfony/symfony/issues/3057","comments":2,"assignee":null},"comment":{"user":{"id":191082,"login":"Koc","url":"https://api.github.com/users/Koc","gravatar_id":"37d953b779140f975e85ff64b6459471","avatar_url":"https://secure.gravatar.com/avatar/37d953b779140f975e85ff64b6459471?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-01-08T08:46:14Z","updated_at":"2012-01-08T08:46:14Z","id":3401043,"body":"looks like duplicate of #3002","url":"https://api.github.com/repos/symfony/symfony/issues/comments/3401043"},"action":"created"}
{ "id": 458058, "name": "symfony/symfony", "url": "https://api.github.dev/repos/symfony/symfony" }
{ "id": 191082, "login": "Koc", "gravatar_id": "37d953b779140f975e85ff64b6459471", "avatar_url": "https://secure.gravatar.com/avatar/37d953b779140f975e85ff64b6459471?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/Koc" }
{ "id": 143937, "login": "symfony", "gravatar_id": "bc6312a5b583c4258c9fad11122c6e31", "avatar_url": "https://secure.gravatar.com/avatar/bc6312a5b583c4258c9fad11122c6e31?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/symfony" }
2012-01-08T08:46:15
1509920420
null
IssueCommentEvent
true
{"issue":{"title":"[Container][Event] Registering an event on a private service silently fails","user":{"id":248818,"login":"vicb","url":"https://api.github.com/users/vicb","avatar_url":"https://secure.gravatar.com/avatar/ca6e92a6fc51417b3749e68d26df1f29?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"ca6e92a6fc51417b3749e68d26df1f29"},"milestone":null,"created_at":"2012-02-06T11:59:34Z","labels":[],"state":"open","updated_at":"2012-02-06T19:15:17Z","id":3106859,"html_url":"https://github.com/symfony/symfony/issues/3277","closed_at":null,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"body":" ```xml\r\n <service id=\"data_collector.router\" class=\"%data_collector.router.class%\" >\r\n <tag name=\"kernel.event_listener\" event=\"kernel.controller\" method=\"onKernelController\"/>\r\n <tag name=\"data_collector\" id=\"router\" priority=\"255\" />\r\n </service>\r\n```\r\n\r\n`onKernelController` would never be called if the service is made private.\r\n\r\nI don't know which solution is better:\r\n\r\n* Change the service visibility while building the container,\r\n* Throw an exception while building the container,\r\n* ?\r\n\r\n@schmittjoh any feedback ?","number":3277,"url":"https://api.github.com/repos/symfony/symfony/issues/3277","comments":6,"assignee":null},"comment":{"user":{"id":439401,"login":"stof","url":"https://api.github.com/users/stof","avatar_url":"https://secure.gravatar.com/avatar/7894bbdf1c05b18a1444ad8c76c9d583?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"7894bbdf1c05b18a1444ad8c76c9d583"},"created_at":"2012-02-06T19:15:17Z","updated_at":"2012-02-06T19:15:17Z","id":3834774,"body":"@fabpot why does this compiler pass runs after removing ?","url":"https://api.github.com/repos/symfony/symfony/issues/comments/3834774"},"action":"created"}
{ "id": 458058, "name": "symfony/symfony", "url": "https://api.github.dev/repos/symfony/symfony" }
{ "id": 439401, "login": "stof", "gravatar_id": "7894bbdf1c05b18a1444ad8c76c9d583", "avatar_url": "https://secure.gravatar.com/avatar/7894bbdf1c05b18a1444ad8c76c9d583?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/stof" }
{ "id": 143937, "login": "symfony", "gravatar_id": "bc6312a5b583c4258c9fad11122c6e31", "avatar_url": "https://secure.gravatar.com/avatar/bc6312a5b583c4258c9fad11122c6e31?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/symfony" }
2012-02-06T19:15:17
1517452817
null
IssueCommentEvent
true
{"comment":{"created_at":"2012-03-04T11:52:16Z","url":"https://api.github.com/repos/tangaza/Tangaza/issues/comments/4309245","user":{"login":"odero","url":"https://api.github.com/users/odero","avatar_url":"https://secure.gravatar.com/avatar/a240c3dc259cd2bf3cc80dd41129bdfa?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"a240c3dc259cd2bf3cc80dd41129bdfa","id":380686},"updated_at":"2012-03-04T11:52:16Z","body":"Fixed. Utility was using language object before it had been initialized","id":4309245},"action":"created","issue":{"html_url":"https://github.com/tangaza/Tangaza/issues/5","title":"500 server error when unknown user sends sms","comments":1,"number":5,"created_at":"2012-03-02T16:02:33Z","state":"closed","url":"https://api.github.com/repos/tangaza/Tangaza/issues/5","user":{"login":"ledlie","url":"https://api.github.com/users/ledlie","avatar_url":"https://secure.gravatar.com/avatar/be422d96688272e57d63c9ab5ce08399?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"be422d96688272e57d63c9ab5ce08399","id":383975},"closed_at":"2012-03-04T11:52:16Z","updated_at":"2012-03-04T11:52:16Z","assignee":{"login":"odero","url":"https://api.github.com/users/odero","avatar_url":"https://secure.gravatar.com/avatar/a240c3dc259cd2bf3cc80dd41129bdfa?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"a240c3dc259cd2bf3cc80dd41129bdfa","id":380686},"labels":[],"milestone":null,"body":"In utility.py HttpResponse(language.not_allowed_to_use_tangaza()) is ending up returning a server error, not content to the sending user.\r\n\r\nCan generate via:\r\nperl -w -I /usr/share/tangaza/agi-bin /usr/share/tangaza/agi-bin/test-sms-relay.pl","id":3478877,"pull_request":{"html_url":null,"patch_url":null,"diff_url":null}}}
{ "id": 874215, "name": "tangaza/Tangaza", "url": "https://api.github.dev/repos/tangaza/Tangaza" }
{ "id": 380686, "login": "odero", "gravatar_id": "a240c3dc259cd2bf3cc80dd41129bdfa", "avatar_url": "https://secure.gravatar.com/avatar/a240c3dc259cd2bf3cc80dd41129bdfa?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/odero" }
{ "id": 380944, "login": "tangaza", "gravatar_id": "c61838dc487f0d1c7e7aa0372756a6a5", "avatar_url": "https://secure.gravatar.com/avatar/c61838dc487f0d1c7e7aa0372756a6a5?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/tangaza" }
2012-03-04T11:52:17
1526201554
null
IssueCommentEvent
true
{"issue":{"user":{"id":1138104,"login":"NetForce1","url":"https://api.github.com/users/NetForce1","gravatar_id":"0a4bf1fdd1c60d4859496cb5e6937427","avatar_url":"https://secure.gravatar.com/avatar/0a4bf1fdd1c60d4859496cb5e6937427?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"title":"Add timezone information to parser and formatter","milestone":{"creator":{"id":643885,"login":"timrwood","url":"https://api.github.com/users/timrwood","gravatar_id":"a511064517dfdf9ab9153843437ed2ff","avatar_url":"https://secure.gravatar.com/avatar/a511064517dfdf9ab9153843437ed2ff?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"open_issues":0,"title":"1.2.0","created_at":"2011-10-25T00:16:23Z","state":"closed","due_on":null,"closed_issues":6,"description":"","number":4,"url":"https://api.github.com/repos/timrwood/moment/milestones/4"},"created_at":"2011-11-21T13:40:01Z","updated_at":"2012-02-14T09:42:07Z","state":"closed","labels":[],"id":2304621,"html_url":"https://github.com/timrwood/moment/issues/75","pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"closed_at":"2011-12-01T18:43:42Z","body":"Moment.js does not support parsing dates formatted according to ISO8601 (with timezone offset). Most browsers support that format natively, but IE9 doesn't.","number":75,"url":"https://api.github.com/repos/timrwood/moment/issues/75","comments":7,"assignee":null},"comment":{"user":{"id":38746,"login":"kimptoc","url":"https://api.github.com/users/kimptoc","gravatar_id":"2f8d64945b3ebd2705950a9775f2232a","avatar_url":"https://secure.gravatar.com/avatar/2f8d64945b3ebd2705950a9775f2232a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-02-14T09:42:07Z","updated_at":"2012-02-14T09:42:07Z","id":3957738,"body":"Agreed - works in Chrome, broken in IE8 :(","url":"https://api.github.com/repos/timrwood/moment/issues/comments/3957738"},"action":"created"}
{ "id": 1424470, "name": "timrwood/moment", "url": "https://api.github.dev/repos/timrwood/moment" }
{ "id": 38746, "login": "kimptoc", "gravatar_id": "2f8d64945b3ebd2705950a9775f2232a", "avatar_url": "https://secure.gravatar.com/avatar/2f8d64945b3ebd2705950a9775f2232a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/kimptoc" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-02-14T09:42:08
1519629914
null
IssueCommentEvent
true
{"issue":{"title":"Handling dates across multiple databses","user":{"id":965249,"login":"Mustardo","url":"https://api.github.com/users/Mustardo","avatar_url":"https://secure.gravatar.com/avatar/accb4c478af6ef0c4426774edd7d260c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"accb4c478af6ef0c4426774edd7d260c"},"milestone":null,"created_at":"2011-08-08T01:19:54Z","state":"open","updated_at":"2012-02-03T12:14:53Z","labels":[{"name":"TO VERIFY","color":"ededed","url":"https://api.github.com/repos/wolfcms/wolfcms/labels/TO+VERIFY"}],"id":1362605,"html_url":"https://github.com/wolfcms/wolfcms/issues/374","closed_at":null,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"body":"In regard to this forum post http://www.wolfcms.org/forum/topic1640.html\r\n\r\n## Problem: \r\nInconsistencies with they way RDBMS's handle dates. Ironically in this instance it seems the more standard compliant databases do not work with Wolf CMS.\r\n\r\n## Details: \r\nDue to the way different database's handle dates (good article here http://troels.arvin.dk/db/rdbms/#data_types-date_and_time-timestamp ) There are some issues in the Page.php class (a model) where a cast is made to a DATETIME (TIMESTAMP would better follow the SQL standard) but MySQL and others don't follow the standard :-(\r\n\r\n## Possible solutions:\r\n* Generating different queries for the more compliant databases i.e. Postgres, Oracle using TIMESTAMP and using DATETIME for others i.e. MySQL, MSSQL.\r\n\r\n* Integrating of an abstract database access class maybe something similar to Code Igniter's active record class http://codeigniter.com/user_guide/database/active_record.html so that issues like this can be and other related database inconsistencies could be abstracted from the generation of queries.\r\n\r\n\r\n","number":374,"url":"https://api.github.com/repos/wolfcms/wolfcms/issues/374","comments":6,"assignee":null},"comment":{"user":{"id":550915,"login":"Forage","url":"https://api.github.com/users/Forage","avatar_url":"https://secure.gravatar.com/avatar/8c1f1495aa8c3c0247d40eadbd422d3e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"8c1f1495aa8c3c0247d40eadbd422d3e"},"created_at":"2012-02-03T12:14:53Z","updated_at":"2012-02-03T12:14:53Z","id":3795807,"body":"Yep, we can do without. I don't even understand why a CAST() was used there in the first place.\r\n\r\nUsing NOW() would have been the cleanest solution, but, unlike MySQL and PostgreSQL, SQLite does not return a local timestamp.\r\n\r\nFind both instances of the following line in ''~/wolf/app/models/Page.php'':\r\n```php\r\n.\" AND (valid_until IS NULL OR CAST('\".date('Y-m-d H:i:s').\"' AS DATETIME) < valid_until)\"\r\n```\r\n\r\nAnd replace it with the line:\r\n```php\r\n.\" AND (valid_until IS NULL OR '\".date('Y-m-d H:i:s').\"' < valid_until)\"\r\n```\r\n\r\nAll should be fine now.\r\n\r\nBefore providing a patch, however, I would like to have a confirmation that it works for SQLite. I know it works for MySQL and PostgreSQL, and it should work for SQLite, but it is not as explicitly documented as such for the latter.\r\nIs anyone able to test it?","url":"https://api.github.com/repos/wolfcms/wolfcms/issues/comments/3795807"},"action":"created"}
{ "id": 1199445, "name": "wolfcms/wolfcms", "url": "https://api.github.dev/repos/wolfcms/wolfcms" }
{ "id": 550915, "login": "Forage", "gravatar_id": "8c1f1495aa8c3c0247d40eadbd422d3e", "avatar_url": "https://secure.gravatar.com/avatar/8c1f1495aa8c3c0247d40eadbd422d3e?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/Forage" }
{ "id": 469470, "login": "wolfcms", "gravatar_id": "ef6faaad5e7d26b19ea617840a67df62", "avatar_url": "https://secure.gravatar.com/avatar/ef6faaad5e7d26b19ea617840a67df62?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/wolfcms" }
2012-02-03T12:14:53
1516752258
null
IssueCommentEvent
true
{"issue":{"milestone":null,"created_at":"2012-01-30T00:44:17Z","title":"比较严重的问题。","user":{"id":1382573,"login":"knightfully","url":"https://api.github.com/users/knightfully","avatar_url":"https://secure.gravatar.com/avatar/27199e0123f70e5eae5ab1cd498e98a1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"27199e0123f70e5eae5ab1cd498e98a1"},"updated_at":"2012-01-30T00:46:44Z","labels":[],"state":"open","id":3014798,"html_url":"https://github.com/zzdhidden/12306/issues/102","closed_at":null,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"body":"现在查询的时候,如果查2月份的车票,如果点击next day就会跳转到3月份,望楼主看一下。。。","number":102,"url":"https://api.github.com/repos/zzdhidden/12306/issues/102","comments":1,"assignee":null},"comment":{"created_at":"2012-01-30T00:46:44Z","user":{"id":1382573,"login":"knightfully","url":"https://api.github.com/users/knightfully","avatar_url":"https://secure.gravatar.com/avatar/27199e0123f70e5eae5ab1cd498e98a1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"27199e0123f70e5eae5ab1cd498e98a1"},"updated_at":"2012-01-30T00:46:44Z","id":3712952,"body":"时间错乱问题啊。。。。比较严重。。。","url":"https://api.github.com/repos/zzdhidden/12306/issues/comments/3712952"},"action":"created"}
{ "id": 3123872, "name": "zzdhidden/12306", "url": "https://api.github.dev/repos/zzdhidden/12306" }
{ "id": 1382573, "login": "knightfully", "gravatar_id": "27199e0123f70e5eae5ab1cd498e98a1", "avatar_url": "https://secure.gravatar.com/avatar/27199e0123f70e5eae5ab1cd498e98a1?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/knightfully" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-01-30T00:46:44
1515321535
null
IssueCommentEvent
true
{"comment_id":11690382,"issue_id":9480113}
{ "id": 1828795, "name": "AFNetworking", "url": "https://github.com/AFNetworking/AFNetworking" }
{ "id": null, "login": "dstnbrkr", "gravatar_id": "a3c15c47ee93da880a6821a2a2bd1950", "avatar_url": null, "url": null }
{ "id": null, "login": "AFNetworking", "gravatar_id": null, "avatar_url": null, "url": null }
2012-12-26T17:33:10
null
{"repository":{"has_issues":true,"pushed_at":"2012-12-26T07:41:14-08:00","description":"A delightful iOS and OS X networking framework","stargazers":4985,"forks":972,"owner":"AFNetworking","has_downloads":true,"organization":"AFNetworking","open_issues":10,"language":"Objective-C","has_wiki":true,"fork":false,"size":908,"created_at":"2011-05-31T14:28:44-07:00","homepage":"http://afnetworking.com","private":false,"watchers":4985},"actor_attributes":{"type":"User","location":"Portland, OR","name":"Dustin Barker","blog":"twitter.com/dstnbrkr","email":"[email protected]","company":"Simple"},"url":"https://github.com/AFNetworking/AFNetworking/issues/694#issuecomment-11690382"}
IssueCommentEvent
true
{"issue_id":3756787,"comment_id":5892220}
{ "id": null, "name": "AFNetworking", "url": "https://github.com/AFNetworking/AFNetworking" }
{ "id": null, "login": "jj0b", "gravatar_id": "e62e2a956615961adc8ed3e28076d0c9", "avatar_url": null, "url": null }
{ "id": null, "login": "AFNetworking", "gravatar_id": null, "avatar_url": null, "url": null }
2012-05-24T05:26:22
null
{"repository":{"organization":"AFNetworking","watchers":2800,"has_downloads":true,"homepage":"http://afnetworking.org/Documentation/","fork":false,"has_issues":true,"has_wiki":true,"forks":375,"size":544,"private":false,"owner":"AFNetworking","open_issues":5,"description":"A delightful iOS and OS X networking framework","language":"Objective-C","created_at":"2011/05/31 14:28:44 -0700","pushed_at":"2012/05/22 07:49:46 -0700"},"actor_attributes":{"name":"Jason Job","location":"Nelson, BC","blog":"http://www.musicalgeometry.com","type":"User","email":"[email protected]"},"url":"https://github.com/AFNetworking/AFNetworking/issues/265#issuecomment-5892220"}
IssueCommentEvent
true
{"issue_id":7443218,"comment_id":10090922}
{ "id": 1828795, "name": "AFNetworking", "url": "https://github.com/AFNetworking/AFNetworking" }
{ "id": null, "login": "tewha", "gravatar_id": "488c2dcaa43806d49cac768901604ab5", "avatar_url": null, "url": null }
{ "id": null, "login": "AFNetworking", "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-05T22:25:30
null
{"repository":{"homepage":"http://afnetworking.com","created_at":"2011-05-31T14:28:44-07:00","watchers":4463,"owner":"AFNetworking","has_downloads":true,"pushed_at":"2012-11-05T13:08:55-08:00","description":"A delightful iOS and OS X networking framework","stargazers":4463,"forks":780,"has_issues":true,"has_wiki":true,"organization":"AFNetworking","fork":false,"size":924,"language":"Objective-C","open_issues":0,"private":false},"actor_attributes":{"type":"User","blog":"http://tewha.net","name":"Steven Fisher","email":"[email protected]"},"url":"https://github.com/AFNetworking/AFNetworking/issues/566#issuecomment-10090922"}
IssueCommentEvent
true
{"issue_id":7936525,"comment_id":9873217}
{ "id": 1760606, "name": "APYDataGridBundle", "url": "https://github.com/Abhoryo/APYDataGridBundle" }
{ "id": null, "login": "damien-list", "gravatar_id": "c14ca1291ac34dde3044c152fce02d49", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-10-29T16:03:32
null
{"repository":{"watchers":107,"has_issues":true,"has_downloads":true,"owner":"Abhoryo","language":"PHP","stargazers":107,"has_wiki":false,"homepage":"","created_at":"2011-05-17T05:28:58-07:00","fork":false,"size":340,"open_issues":25,"pushed_at":"2012-10-29T07:47:21-07:00","description":"Symfony2 Datagrid Bundle (Sorien DataGridBundle 2.0)","forks":48,"private":false},"actor_attributes":{"type":"User","name":"daml","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/Abhoryo/APYDataGridBundle/issues/298#issuecomment-9873217"}
IssueCommentEvent
true
{"comment_id":8350879,"issue_id":6150749}
{ "id": null, "name": "APYDataGridBundle", "url": "https://github.com/Abhoryo/APYDataGridBundle" }
{ "id": null, "login": "Abhoryo", "gravatar_id": "bc3933dfb82da3245f4dbc13c02c3d8b", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-09-06T23:12:16
null
{"repository":{"owner":"Abhoryo","has_downloads":true,"homepage":"","has_wiki":false,"watchers":99,"stargazers":99,"fork":false,"size":328,"description":"Symfony2 Datagrid Bundle (Sorien DataGridBundle 2.0)","open_issues":19,"private":false,"language":"PHP","created_at":"2011-05-17T05:28:58-07:00","pushed_at":"2012-09-06T16:11:00-07:00","forks":36,"has_issues":true},"actor_attributes":{"name":"Petit Yoann","location":"Montpellier, France","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/Abhoryo/APYDataGridBundle/issues/222#issuecomment-8350879"}
IssueCommentEvent
true
{"comment_id":8098743,"issue_id":6496973}
{ "id": null, "name": "AQGridView", "url": "https://github.com/AlanQuatermain/AQGridView" }
{ "id": null, "login": "AlanQuatermain", "gravatar_id": "911e9fb72bbb1221d1d6913cab15d732", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-08-28T16:54:34
null
{"repository":{"pushed_at":"2012-08-17T09:33:02-07:00","forks":296,"owner":"AlanQuatermain","has_issues":true,"has_downloads":true,"homepage":"http://quatermain.tumblr.com/","language":"Objective-C","created_at":"2010-04-17T11:58:21-07:00","description":"A grid view for iPhone/iPad, designed to look similar to NSCollectionView.","fork":false,"size":224,"has_wiki":true,"watchers":1795,"stargazers":1795,"private":false,"open_issues":80},"actor_attributes":{"company":"Kobo, Inc.","name":"Jim Dovey","blog":"http://quatermain.tumblr.com/","email":"[email protected]","type":"User","location":"Toronto, ON"},"url":"https://github.com/AlanQuatermain/AQGridView/issues/154#issuecomment-8098743"}
IssueCommentEvent
true
{"issue_id":3879310,"comment_id":4831586}
{ "id": null, "name": "Baystation12", "url": "https://github.com/Baystation12/Baystation12" }
{ "id": null, "login": "Erthilo", "gravatar_id": "0cf2c32d14710b7cbc653fac6438f586", "avatar_url": null, "url": null }
{ "id": null, "login": "Baystation12", "gravatar_id": null, "avatar_url": null, "url": null }
2012-03-29T21:27:28
null
{"repository":{"homepage":"http://baystation12.net/","watchers":38,"pushed_at":"2012/03/29 13:51:05 -0700","has_downloads":true,"has_issues":true,"forks":42,"fork":false,"created_at":"2011/11/05 09:12:41 -0700","description":"The code for Baystation12's branch of SS13.","size":2396,"private":false,"has_wiki":false,"owner":"Baystation12","organization":"Baystation12","open_issues":25},"actor_attributes":{"name":"","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/Baystation12/Baystation12/issues/766#issuecomment-4831586"}
IssueCommentEvent
true
{"comment_id":6529066,"issue_id":5215422}
{ "id": null, "name": "Baystation12", "url": "https://github.com/Baystation12/Baystation12" }
{ "id": null, "login": "SkyMarshal", "gravatar_id": "2ab3b60232a9047be03661b2104c1a1c", "avatar_url": null, "url": null }
{ "id": null, "login": "Baystation12", "gravatar_id": null, "avatar_url": null, "url": null }
2012-06-23T23:04:21
null
{"repository":{"has_downloads":true,"language":"C++","pushed_at":"2012-06-23T15:24:13-07:00","forks":70,"owner":"Baystation12","has_issues":true,"has_wiki":false,"homepage":"http://baystation12.net/","watchers":74,"fork":false,"size":1704,"open_issues":50,"created_at":"2011-11-05T09:12:41-07:00","organization":"Baystation12","description":"The code for Baystation12's branch of SS13. Developers: please don't forget to update the changelog. Thanks!","private":false},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/Baystation12/Baystation12/issues/1360#issuecomment-6529066"}
IssueCommentEvent
true
{"issue_id":5135936,"comment_id":6419489}
{ "id": null, "name": "bom_checker", "url": "https://github.com/BugBuster1701/bom_checker" }
{ "id": null, "login": "BugBuster1701", "gravatar_id": "4527db1a71ab846da36b5d6b7d690726", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-06-19T08:43:17
null
{"repository":{"has_issues":true,"has_wiki":true,"forks":1,"description":"Contao Module bom_checker","open_issues":1,"language":"PHP","pushed_at":"2012-06-04T14:31:33-07:00","fork":false,"created_at":"2012-03-11T16:36:01-07:00","homepage":"www.contao.glen-langer.de/bom_checker.html","watchers":1,"size":196,"private":false,"has_downloads":true,"owner":"BugBuster1701"},"actor_attributes":{"name":"Glen Langer","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/BugBuster1701/bom_checker/issues/3#issuecomment-6419489"}
IssueCommentEvent
true
{"issue_id":7530668,"comment_id":9491834}
{ "id": 792115, "name": "AnythingSlider", "url": "https://github.com/CSS-Tricks/AnythingSlider" }
{ "id": null, "login": "bueroexit", "gravatar_id": "0c2023b868b8ccf681e151fdc3dcc4da", "avatar_url": null, "url": null }
{ "id": null, "login": "CSS-Tricks", "gravatar_id": null, "avatar_url": null, "url": null }
2012-10-16T14:28:55
null
{"repository":{"created_at":"2010-07-22T15:17:15-07:00","description":"A jQuery Slider plugin for anything.","owner":"CSS-Tricks","has_issues":true,"pushed_at":"2012-08-27T11:08:37-07:00","forks":20,"has_wiki":true,"organization":"CSS-Tricks","watchers":719,"open_issues":37,"fork":true,"size":180,"language":"JavaScript","stargazers":719,"homepage":"","private":false,"has_downloads":true},"actor_attributes":{"company":"büro exit, Stieler und Rau GbR","name":"Jan","blog":"www.bueroexit.de","type":"User","location":"64295 Darmstadt","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/CSS-Tricks/AnythingSlider/issues/439#issuecomment-9491834"}
IssueCommentEvent
true
{"issue_id":3783751,"comment_id":5246535}
{ "id": null, "name": "CellProfiler", "url": "https://github.com/CellProfiler/CellProfiler" }
{ "id": null, "login": "LeeKamentsky", "gravatar_id": "1bfb3821f416339b291b6f3b0102689c", "avatar_url": null, "url": null }
{ "id": null, "login": "CellProfiler", "gravatar_id": null, "avatar_url": null, "url": null }
2012-04-20T15:25:04
null
{"repository":{"description":"CellProfiler is open-source cellular image analysis software.","organization":"CellProfiler","has_issues":true,"has_wiki":true,"forks":8,"created_at":"2011/04/05 05:10:12 -0700","homepage":"http://cellprofiler.org","open_issues":247,"fork":false,"pushed_at":"2012/04/20 08:22:50 -0700","size":67467,"private":false,"watchers":28,"owner":"CellProfiler","has_downloads":true,"language":"Python"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/CellProfiler/CellProfiler/issues/310#issuecomment-5246535"}
IssueCommentEvent
true
{"issue_id":7615772,"comment_id":9494289}
{ "id": 1571820, "name": "CellProfiler", "url": "https://github.com/CellProfiler/CellProfiler" }
{ "id": null, "login": "BioTurboNick", "gravatar_id": "06da2ea06ce89d6c7d3d71cf67c02822", "avatar_url": null, "url": null }
{ "id": null, "login": "CellProfiler", "gravatar_id": null, "avatar_url": null, "url": null }
2012-10-16T15:25:00
null
{"repository":{"created_at":"2011-04-05T05:10:12-07:00","description":"CellProfiler is open-source cellular image analysis software.","owner":"CellProfiler","has_downloads":true,"pushed_at":"2012-10-15T09:43:35-07:00","forks":11,"organization":"CellProfiler","has_wiki":true,"watchers":45,"has_issues":true,"fork":false,"size":33735,"language":"Python","stargazers":45,"open_issues":268,"homepage":"http://cellprofiler.org","private":false},"actor_attributes":{"name":"Nicholas Bauer","location":"Atlanta, GA","company":"Emory University","type":"User","blog":"www.nicholasbauer.com","email":"[email protected]"},"url":"https://github.com/CellProfiler/CellProfiler/issues/416#issuecomment-9494289"}
IssueCommentEvent
true
{"comment_id":10903795,"issue_id":8816838}
{ "id": 6458627, "name": "OpenCCSensors", "url": "https://github.com/Cloudhunter/OpenCCSensors" }
{ "id": null, "login": "Cloudhunter", "gravatar_id": "d76744b9457a29320c7eb4768d836163", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-30T21:01:15
null
{"repository":{"open_issues":0,"created_at":"2012-10-30T07:31:15-07:00","description":"An open source sensor peripheral for ComputerCraft","owner":"Cloudhunter","has_wiki":true,"language":"Java","watchers":8,"stargazers":8,"has_issues":true,"fork":false,"size":184,"has_downloads":true,"pushed_at":"2012-11-30T08:26:49-08:00","forks":9,"private":false},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/Cloudhunter/OpenCCSensors/issues/9#issuecomment-10903795"}
IssueCommentEvent
true
{"issue_id":5301184,"comment_id":6640684}
{ "id": null, "name": "Serveservation", "url": "https://github.com/DDropinski/Serveservation" }
{ "id": null, "login": "DDropinski", "gravatar_id": "2fccc42432b830eba82756e150c50772", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-06-28T20:30:32
null
{"repository":{"owner":"DDropinski","open_issues":4,"description":"A webapp to manage server reservations","has_issues":true,"has_downloads":true,"fork":false,"size":1344,"created_at":"2012-06-26T15:15:58-07:00","private":false,"language":"JavaScript","pushed_at":"2012-06-28T13:15:39-07:00","watchers":1,"forks":1,"has_wiki":true},"actor_attributes":{"type":"User","email":"[email protected]","company":"UnboundID, Corp.","location":"Austin, Texas","name":"David Dropinski"},"url":"https://github.com/DDropinski/Serveservation/issues/2#issuecomment-6640684"}
IssueCommentEvent
true
{"issue_id":3320955,"comment_id":4873045}
{ "id": null, "name": "raphael", "url": "https://github.com/DmitryBaranovskiy/raphael" }
{ "id": null, "login": "rvalle", "gravatar_id": "2f6adf69a31acd0afa16de413737b319", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-04-02T06:36:48
null
{"repository":{"open_issues":222,"watchers":3406,"pushed_at":"2012/03/13 18:45:25 -0700","homepage":"http://raphaeljs.com/","integrate_branch":"2.0","has_downloads":false,"fork":false,"has_issues":true,"language":"JavaScript","forks":305,"size":580,"private":false,"created_at":"2008/09/01 22:34:33 -0700","owner":"DmitryBaranovskiy","has_wiki":false,"description":"JavaScript Vector Library"},"actor_attributes":{"name":"Rafael","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/DmitryBaranovskiy/raphael/issues/524#issuecomment-4873045"}
IssueCommentEvent
true
{"issue_id":6238174,"comment_id":7755250}
{ "id": null, "name": "Twitter-Timeline", "url": "https://github.com/EllisLab/Twitter-Timeline" }
{ "id": null, "login": "wesbaker", "gravatar_id": "9a1b616a15bede8d841f2883612111e6", "avatar_url": null, "url": null }
{ "id": null, "login": "EllisLab", "gravatar_id": null, "avatar_url": null, "url": null }
2012-08-15T13:06:30
null
{"repository":{"forks":5,"language":"PHP","created_at":"2011-08-20T08:20:37-07:00","description":"ExpressionEngine Add-on","owner":"EllisLab","has_downloads":true,"stargazers":16,"has_wiki":true,"watchers":16,"fork":false,"size":128,"organization":"EllisLab","private":false,"open_issues":2,"has_issues":true,"pushed_at":"2012-07-16T09:36:12-07:00"},"actor_attributes":{"blog":"wesbaker.com","location":"Fredericksburg, VA","company":"","name":"Wes Baker","email":"[email protected]","type":"User"},"url":"https://github.com/EllisLab/Twitter-Timeline/issues/4#issuecomment-7755250"}
IssueCommentEvent
true
{"comment_id":11281241,"issue_id":9120300}
{ "id": 6791198, "name": "fluent-plugin-hbase", "url": "https://github.com/Furyu/fluent-plugin-hbase" }
{ "id": null, "login": "loveshell", "gravatar_id": "a325fb0127fce509be0b5a93e7dec913", "avatar_url": null, "url": null }
{ "id": null, "login": "Furyu", "gravatar_id": null, "avatar_url": null, "url": null }
2012-12-12T08:57:13
null
{"repository":{"has_issues":true,"owner":"Furyu","has_downloads":true,"watchers":0,"open_issues":2,"stargazers":0,"fork":false,"size":128,"has_wiki":true,"created_at":"2012-11-20T22:38:38-08:00","language":"Ruby","pushed_at":"2012-12-11T03:39:01-08:00","forks":0,"private":false,"organization":"Furyu","description":"A Fluentd output plugin for writing event logs to Apache HBase tables"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/Furyu/fluent-plugin-hbase/issues/1#issuecomment-11281241"}
IssueCommentEvent
true
{"comment_id":10026711,"issue_id":8068686}
{ "id": 6505724, "name": "GetSimpleCMS", "url": "https://github.com/GetSimpleCMS/GetSimpleCMS" }
{ "id": null, "login": "n00dles", "gravatar_id": "03204384b1c868dbfe699d215c22920b", "avatar_url": null, "url": null }
{ "id": null, "login": "GetSimpleCMS", "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-02T19:14:44
null
{"repository":{"owner":"GetSimpleCMS","has_downloads":true,"organization":"GetSimpleCMS","language":"PHP","has_issues":true,"watchers":0,"has_wiki":true,"stargazers":0,"fork":false,"size":3672,"created_at":"2012-11-02T05:22:00-07:00","open_issues":12,"private":false,"pushed_at":"2012-11-02T07:03:40-07:00","description":"GetSimple CMS","forks":0},"actor_attributes":{"name":"Mike Swan","type":"User","location":"Dublin, Ireland","blog":"http://www.digimute.com","company":"digimute","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/GetSimpleCMS/GetSimpleCMS/issues/285#issuecomment-10026711"}
IssueCommentEvent
true
{"comment_id":10026012,"issue_id":8068302}
{ "id": 6505724, "name": "GetSimpleCMS", "url": "https://github.com/GetSimpleCMS/GetSimpleCMS" }
{ "id": null, "login": "n00dles", "gravatar_id": "03204384b1c868dbfe699d215c22920b", "avatar_url": null, "url": null }
{ "id": null, "login": "GetSimpleCMS", "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-02T19:03:38
null
{"repository":{"owner":"GetSimpleCMS","has_wiki":true,"has_issues":true,"organization":"GetSimpleCMS","language":"PHP","open_issues":2,"watchers":0,"stargazers":0,"fork":false,"size":3672,"created_at":"2012-11-02T05:22:00-07:00","has_downloads":true,"private":false,"pushed_at":"2012-11-02T07:03:40-07:00","description":"GetSimple CMS","forks":0},"actor_attributes":{"location":"Dublin, Ireland","name":"Mike Swan","company":"digimute","type":"User","blog":"http://www.digimute.com","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/GetSimpleCMS/GetSimpleCMS/issues/162#issuecomment-10026012"}
IssueCommentEvent
true
{"comment_id":10026398,"issue_id":8068502}
{ "id": 6505724, "name": "GetSimpleCMS", "url": "https://github.com/GetSimpleCMS/GetSimpleCMS" }
{ "id": null, "login": "n00dles", "gravatar_id": "03204384b1c868dbfe699d215c22920b", "avatar_url": null, "url": null }
{ "id": null, "login": "GetSimpleCMS", "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-02T19:09:36
null
{"repository":{"owner":"GetSimpleCMS","has_downloads":true,"organization":"GetSimpleCMS","language":"PHP","has_issues":true,"watchers":0,"has_wiki":true,"stargazers":0,"fork":false,"size":3672,"created_at":"2012-11-02T05:22:00-07:00","open_issues":4,"private":false,"pushed_at":"2012-11-02T07:03:40-07:00","description":"GetSimple CMS","forks":0},"actor_attributes":{"name":"Mike Swan","type":"User","location":"Dublin, Ireland","blog":"http://www.digimute.com","company":"digimute","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/GetSimpleCMS/GetSimpleCMS/issues/230#issuecomment-10026398"}
IssueCommentEvent
true
{"comment_id":6375848,"issue_id":5087489}
{ "id": null, "name": "JSRestNetworkKit", "url": "https://github.com/JaviSoto/JSRestNetworkKit" }
{ "id": null, "login": "JaviSoto", "gravatar_id": "c0eafab7106ab63b8db4025e57c1a8d2", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-06-16T19:49:52
null
{"repository":{"open_issues":2,"owner":"JaviSoto","created_at":"2012-04-08T15:08:34-07:00","pushed_at":"2012-06-02T19:59:47-07:00","description":"Lightweight library to manage the backend of your iOS / Mac OSX applications perfect to work against a model-based REST backend","watchers":17,"has_downloads":true,"language":"Objective-C","master_branch":"master","fork":false,"size":216,"has_issues":true,"has_wiki":true,"forks":4,"private":false,"homepage":"http://javisoto.github.com/JSRestNetworkKit/"},"actor_attributes":{"blog":"www.twitter.com/JaviSoto","name":"Javier Soto","location":"San Francisco","company":"MindSnacks","email":"[email protected]","type":"User"},"url":"https://github.com/JaviSoto/JSRestNetworkKit/issues/3#issuecomment-6375848"}
IssueCommentEvent
true
{"comment_id":7011027,"issue_id":5471394}
{ "id": null, "name": "OrangeBits", "url": "https://github.com/JustinBeckwith/OrangeBits" }
{ "id": null, "login": "JustinBeckwith", "gravatar_id": "9b46e503bdfc5dfe07ec0f5a7c542184", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-07-16T16:23:51
null
{"repository":{"owner":"JustinBeckwith","has_issues":true,"description":"OrangeBits is a WebMatrix extension that automatically compiles LESS, SaSS, and CoffeeScript","has_downloads":true,"pushed_at":"2012-06-29T15:06:10-07:00","forks":1,"created_at":"2012-02-06T17:00:05-08:00","watchers":4,"has_wiki":true,"fork":false,"size":17996,"language":"C#","private":false,"open_issues":3,"homepage":""},"actor_attributes":{"name":"Justin Beckwith","blog":"jbeckwith.com","location":"Redmond, WA","company":"Microsoft","type":"User","email":"[email protected]"},"url":"https://github.com/JustinBeckwith/OrangeBits/issues/5#issuecomment-7011027"}
IssueCommentEvent
true
{"issue_id":8172523,"comment_id":10152513}
{ "id": 4399614, "name": "collada2json", "url": "https://github.com/KhronosGroup/collada2json" }
{ "id": null, "login": "fabrobinet", "gravatar_id": "ec0487524c8a0b43735eab50839498d7", "avatar_url": null, "url": null }
{ "id": null, "login": "KhronosGroup", "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-07T15:38:03
null
{"repository":{"watchers":21,"forks":4,"has_issues":true,"owner":"KhronosGroup","stargazers":21,"open_issues":23,"language":"JavaScript","organization":"KhronosGroup","homepage":"","has_downloads":true,"created_at":"2012-05-21T15:43:47-07:00","fork":false,"size":228,"description":"JSON format that aims to bridge the gap between COLLADA and WebGL","private":false,"has_wiki":true,"pushed_at":"2012-11-06T08:29:25-08:00"},"actor_attributes":{"location":"San Francisco Bay Area","email":"[email protected]","name":"Fabrice Robinet","type":"User"},"url":"https://github.com/KhronosGroup/collada2json/issues/41#issuecomment-10152513"}
IssueCommentEvent
true
{"comment_id":7115851,"issue_id":5724989}
{ "id": null, "name": "GithubPlayground", "url": "https://github.com/Laumania/GithubPlayground" }
{ "id": null, "login": "Laumania", "gravatar_id": "4cb9a91454da88d68df376f2d3395441", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-07-19T21:25:50
null
{"repository":{"owner":"Laumania","description":"Repo only for testing and learning to use Github","has_issues":true,"has_downloads":true,"pushed_at":"2012-07-19T14:15:16-07:00","forks":2,"created_at":"2012-07-19T09:01:16-07:00","watchers":2,"fork":false,"size":152,"has_wiki":true,"private":false,"open_issues":1},"actor_attributes":{"type":"User","email":"[email protected]","name":"Mads Laumann","location":"Denmark","blog":"http://www.laumania.net","company":""},"url":"https://github.com/Laumania/GithubPlayground/issues/2#issuecomment-7115851"}
IssueCommentEvent
true
{"issue_id":8256104,"comment_id":10251229}
{ "id": 3402887, "name": "LivelyKernel", "url": "https://github.com/LivelyKernel/LivelyKernel" }
{ "id": null, "login": "rksm", "gravatar_id": "7e0fc9769fc4ec9b23b85da1639d5f31", "avatar_url": null, "url": null }
{ "id": null, "login": "LivelyKernel", "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-10T02:58:06
null
{"repository":{"homepage":"http://lively-kernel.org/","owner":"LivelyKernel","created_at":"2012-02-09T16:31:14-08:00","has_wiki":true,"has_issues":true,"description":"This repository includes the basic modules for running the Lively runtime and development environment.","watchers":34,"open_issues":19,"pushed_at":"2012-11-09T16:32:32-08:00","forks":10,"stargazers":34,"fork":false,"size":4252,"language":"JavaScript","private":false,"has_downloads":true,"organization":"LivelyKernel"},"actor_attributes":{"type":"User","name":"Robert Krahn","blog":"robertkrahn.org","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/LivelyKernel/LivelyKernel/issues/65#issuecomment-10251229"}
IssueCommentEvent
true
{"issue_id":4456022,"comment_id":5663483}
{ "id": null, "name": "Providence-Mobile", "url": "https://github.com/McShaun/Providence-Mobile" }
{ "id": null, "login": "gvanhoy", "gravatar_id": "8767c44ae61f9bfcef2bbfef7437fbed", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-05-11T23:40:57
null
{"repository":{"has_issues":true,"has_wiki":true,"forks":1,"homepage":"www.BibleStudyInteractive.com/praise","open_issues":4,"pushed_at":"2012/05/11 16:32:34 -0700","fork":false,"watchers":1,"size":296,"private":false,"has_downloads":true,"owner":"McShaun","description":"Mobile Application for Providence","language":"JavaScript","created_at":"2012/03/26 10:36:19 -0700"},"actor_attributes":{"name":"Garrett Vanhoy","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/McShaun/Providence-Mobile/issues/7#issuecomment-5663483"}
IssueCommentEvent
true
{"issue_id":8202007,"comment_id":10220847}
{ "id": 907833, "name": "monobjc-generator", "url": "https://github.com/Monobjc/monobjc-generator" }
{ "id": null, "login": "letiemble", "gravatar_id": "f8eb01526b494861b9b0ea35b78bb721", "avatar_url": null, "url": null }
{ "id": null, "login": "Monobjc", "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-09T10:04:54
null
{"repository":{"forks":0,"stargazers":2,"owner":"Monobjc","has_downloads":true,"language":"C#","organization":"Monobjc","homepage":"http://www.monobjc.net/","has_wiki":false,"created_at":"2010-09-13T10:49:49-07:00","fork":false,"size":6108,"has_issues":true,"description":"DEPRECATED REPOSITORY. See monobjc-tools for an up-to-date generator.","private":false,"open_issues":60,"watchers":2,"pushed_at":"2011-04-05T23:56:17-07:00"},"actor_attributes":{"company":"Monobjc","email":"[email protected]","blog":"http://blog.laurent.etiemble.com/","type":"User","location":"Paris","name":"Laurent Etiemble"},"url":"https://github.com/Monobjc/monobjc-generator/issues/215#issuecomment-10220847"}
IssueCommentEvent
true
{"comment_id":11168286,"issue_id":8954744}
{ "id": 6589168, "name": "PhoenixPilot", "url": "https://github.com/PhoenixPilot/PhoenixPilot" }
{ "id": null, "login": "peabody124", "gravatar_id": "fbfc152a7a388d290cc029a46815ac54", "avatar_url": null, "url": null }
{ "id": null, "login": "PhoenixPilot", "gravatar_id": null, "avatar_url": null, "url": null }
2012-12-09T06:51:34
null
{"repository":{"description":"","owner":"PhoenixPilot","open_issues":17,"watchers":7,"has_wiki":true,"language":"C","pushed_at":"2012-12-08T21:13:17-08:00","forks":8,"organization":"PhoenixPilot","stargazers":7,"master_branch":"next","fork":false,"size":254945,"private":false,"has_issues":true,"created_at":"2012-11-07T17:01:18-08:00","has_downloads":true},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/PhoenixPilot/PhoenixPilot/issues/40#issuecomment-11168286"}
IssueCommentEvent
true
{"comment_id":8394275,"issue_id":5310741}
{ "id": null, "name": "SkyFireEMU", "url": "https://github.com/ProjectSkyfire/SkyFireEMU" }
{ "id": null, "login": "Loukie", "gravatar_id": "aa6bb38993d4218f005dff30e55129c1", "avatar_url": null, "url": null }
{ "id": null, "login": "ProjectSkyfire", "gravatar_id": null, "avatar_url": null, "url": null }
2012-09-08T18:19:56
null
{"repository":{"forks":195,"owner":"ProjectSkyfire","has_downloads":true,"description":"4.0.6a Supported.| Public DB is in downloads section or at: https://github.com/ProjectSkyfire/SkyFireDB","created_at":"2011-09-03T09:51:08-07:00","stargazers":379,"has_wiki":true,"watchers":379,"fork":false,"size":36446,"open_issues":253,"has_issues":true,"private":false,"homepage":"http://www.projectskyfire.org","language":"C++","pushed_at":"2012-08-22T15:59:58-07:00","organization":"ProjectSkyfire"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/ProjectSkyfire/SkyFireEMU/issues/668#issuecomment-8394275"}
IssueCommentEvent
true
{"issue_id":4410703,"comment_id":5494622}
{ "id": null, "name": "SkyFireEMU", "url": "https://github.com/ProjectSkyfire/SkyFireEMU" }
{ "id": null, "login": "melchor629", "gravatar_id": "fa740123f0cbb33f85d56585ec0f975c", "avatar_url": null, "url": null }
{ "id": null, "login": "ProjectSkyfire", "gravatar_id": null, "avatar_url": null, "url": null }
2012-05-03T18:29:41
null
{"repository":{"description":"4.0.6a Supported.| Public DB is in downloads section or at: https://github.com/ProjectSkyfire/SkyFireDB","owner":"ProjectSkyfire","open_issues":88,"language":"C++","pushed_at":"2012/05/03 05:54:27 -0700","has_issues":true,"forks":118,"has_downloads":true,"organization":"ProjectSkyfire","fork":false,"size":27987,"homepage":"http://www.projectskyfire.org","created_at":"2011/09/03 09:51:08 -0700","private":false,"has_wiki":true,"watchers":270},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/ProjectSkyfire/SkyFireEMU/issues/458#issuecomment-5494622"}
IssueCommentEvent
true
{"comment_id":7458790,"issue_id":4552593}
{ "id": null, "name": "SkyFireEMU", "url": "https://github.com/ProjectSkyfire/SkyFireEMU" }
{ "id": null, "login": "Bootz", "gravatar_id": "9b3aba17fca17cc7ed093411a522d949", "avatar_url": null, "url": null }
{ "id": null, "login": "ProjectSkyfire", "gravatar_id": null, "avatar_url": null, "url": null }
2012-08-02T15:34:08
null
{"repository":{"owner":"ProjectSkyfire","created_at":"2011-09-03T09:51:08-07:00","open_issues":231,"has_issues":true,"organization":"ProjectSkyfire","homepage":"http://www.projectskyfire.org","has_downloads":true,"fork":false,"size":36262,"pushed_at":"2012-08-02T08:16:02-07:00","forks":180,"language":"C++","description":"4.0.6a Supported.| Public DB is in downloads section or at: https://github.com/ProjectSkyfire/SkyFireDB","watchers":375,"private":false,"has_wiki":true},"actor_attributes":{"company":"EMPulseGaming LLC","email":"[email protected]","location":"right behind you","name":"Bootz","blog":"http://www.projectskyfire.org/","type":"User"},"url":"https://github.com/ProjectSkyfire/SkyFireEMU/issues/502#issuecomment-7458790"}
IssueCommentEvent
true
{"issue_id":3747618,"comment_id":4670545}
{ "id": null, "name": "SkyFireEMU", "url": "https://github.com/ProjectSkyfire/SkyFireEMU" }
{ "id": null, "login": "AriDEV", "gravatar_id": "29f697e9f14bf3a087eea75699a12476", "avatar_url": null, "url": null }
{ "id": null, "login": "ProjectSkyfire", "gravatar_id": null, "avatar_url": null, "url": null }
2012-03-24T00:48:25
null
{"repository":{"homepage":"http://www.projectskyfire.org","has_downloads":true,"has_issues":true,"language":"C++","forks":100,"fork":false,"created_at":"2011/09/03 09:51:08 -0700","has_wiki":true,"organization":"ProjectSkyfire","description":"4.0.6a Supported.| Public DB is in downloads section or at: https://github.com/ProjectSkyfire/SkyFireDB","size":34482,"private":false,"owner":"ProjectSkyfire","open_issues":46,"watchers":224,"pushed_at":"2012/03/21 07:21:16 -0700"},"actor_attributes":{"name":"","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/ProjectSkyfire/SkyFireEMU/issues/335#issuecomment-4670545"}
IssueCommentEvent
true
{"issue_id":3491922,"comment_id":5533064}
{ "id": null, "name": "SkyFireEMU", "url": "https://github.com/ProjectSkyfire/SkyFireEMU" }
{ "id": null, "login": "kenshinakh", "gravatar_id": "94b3f11d7742312c598647e64c4a7dfe", "avatar_url": null, "url": null }
{ "id": null, "login": "ProjectSkyfire", "gravatar_id": null, "avatar_url": null, "url": null }
2012-05-06T05:43:19
null
{"repository":{"open_issues":92,"language":"C++","created_at":"2011/09/03 09:51:08 -0700","pushed_at":"2012/05/05 11:33:26 -0700","homepage":"http://www.projectskyfire.org","watchers":274,"has_downloads":true,"fork":false,"size":36811,"private":false,"organization":"ProjectSkyfire","owner":"ProjectSkyfire","has_issues":true,"has_wiki":true,"forks":119,"description":"4.0.6a Supported.| Public DB is in downloads section or at: https://github.com/ProjectSkyfire/SkyFireDB"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/ProjectSkyfire/SkyFireEMU/issues/247#issuecomment-5533064"}
IssueCommentEvent
true
{"issue_id":1371841,"comment_id":5049285}
{ "id": null, "name": "Cellular-Automaton", "url": "https://github.com/Sazaju/Cellular-Automaton" }
{ "id": null, "login": "Sazaju", "gravatar_id": "4c4efef9d2cf3cc4b6ae8c862caa9fb8", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-04-10T15:56:50
null
{"repository":{"has_wiki":true,"created_at":"2011/04/24 13:25:13 -0700","description":"","open_issues":2,"watchers":1,"pushed_at":"2011/09/26 01:34:10 -0700","fork":false,"homepage":"","size":152,"private":false,"has_downloads":true,"owner":"Sazaju","has_issues":true,"forks":2,"language":"Java"},"actor_attributes":{"name":"Matthieu Vergne","location":"France","type":"User","email":"[email protected]"},"url":"https://github.com/Sazaju/Cellular-Automaton/issues/13#issuecomment-5049285"}
IssueCommentEvent
true
{"comment_id":8340622,"issue_id":6616519}
{ "id": null, "name": "ServiceStack", "url": "https://github.com/ServiceStack/ServiceStack" }
{ "id": null, "login": "mythz", "gravatar_id": "1257196ff88132651f94ac85f662c038", "avatar_url": null, "url": null }
{ "id": null, "login": "ServiceStack", "gravatar_id": null, "avatar_url": null, "url": null }
2012-09-06T17:35:25
null
{"repository":{"owner":"ServiceStack","has_downloads":true,"homepage":"http://www.servicestack.net","has_wiki":true,"watchers":864,"stargazers":864,"fork":false,"size":47267,"description":"Code-first config/code-gen free REST,RPC+SOAP webservices for .NET/Mono","open_issues":10,"private":false,"language":"C#","created_at":"2011-02-07T15:19:18-08:00","pushed_at":"2012-09-06T02:58:29-07:00","organization":"ServiceStack","forks":167,"has_issues":true},"actor_attributes":{"company":"Stack Exchange","email":"[email protected]","type":"User","name":"Demis Bellot","blog":"http://www.servicestack.net/mythz_blog/","location":"New York"},"url":"https://github.com/ServiceStack/ServiceStack/issues/246#issuecomment-8340622"}
IssueCommentEvent
true
{"comment_id":9264174,"issue_id":7445405}
{ "id": 1339922, "name": "ServiceStack", "url": "https://github.com/ServiceStack/ServiceStack" }
{ "id": null, "login": "LiteWait", "gravatar_id": "bf218183d123ed36c09a302d08665a68", "avatar_url": null, "url": null }
{ "id": null, "login": "ServiceStack", "gravatar_id": null, "avatar_url": null, "url": null }
2012-10-09T15:05:49
null
{"repository":{"created_at":"2011-02-07T15:19:18-08:00","owner":"ServiceStack","has_issues":true,"has_downloads":true,"pushed_at":"2012-10-09T07:15:06-07:00","forks":194,"has_wiki":true,"organization":"ServiceStack","homepage":"http://www.servicestack.net","watchers":975,"fork":false,"size":51275,"language":"C#","open_issues":8,"stargazers":975,"private":false,"description":"Code-first config/code-gen free REST,RPC,MQ+SOAP webservices for .NET/Mono"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/ServiceStack/ServiceStack/issues/283#issuecomment-9264174"}
IssueCommentEvent
true
{"issue_id":8094016,"comment_id":10076113}
{ "id": 1339922, "name": "ServiceStack", "url": "https://github.com/ServiceStack/ServiceStack" }
{ "id": null, "login": "franklinwise", "gravatar_id": "90ea58cd0edc8910a31f8c9d136ad388", "avatar_url": null, "url": null }
{ "id": null, "login": "ServiceStack", "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-05T16:05:43
null
{"repository":{"watchers":1062,"pushed_at":"2012-11-05T06:57:01-08:00","description":"Code-first config/code-gen free REST,RPC,MQ+SOAP webservices for .NET/Mono","forks":214,"owner":"ServiceStack","stargazers":1062,"has_downloads":true,"organization":"ServiceStack","language":"C#","has_issues":true,"fork":false,"size":51547,"has_wiki":true,"homepage":"http://www.servicestack.net","private":false,"created_at":"2011-02-07T15:19:18-08:00","open_issues":14},"actor_attributes":{"type":"User","name":"Franklin Wise","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/ServiceStack/ServiceStack/issues/323#issuecomment-10076113"}
IssueCommentEvent
true
{"comment_id":8778778,"issue_id":7037594}
{ "id": 5895780, "name": "The_Project", "url": "https://github.com/The-Next-Edge/The_Project" }
{ "id": null, "login": "HeleneFi", "gravatar_id": "3c751e895ef68f4f6fd4bbd265ee9083", "avatar_url": null, "url": null }
{ "id": null, "login": "The-Next-Edge", "gravatar_id": null, "avatar_url": null, "url": null }
2012-09-21T20:02:25
null
{"repository":{"owner":"The-Next-Edge","pushed_at":"2012-09-20T21:47:24-07:00","forks":0,"has_downloads":true,"stargazers":0,"fork":true,"size":148,"has_wiki":true,"organization":"The-Next-Edge","description":"","watchers":0,"private":false,"created_at":"2012-09-20T19:26:22-07:00","open_issues":1,"has_issues":false},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/The-Next-Edge/The_Project/issues/1#issuecomment-8778778"}
IssueCommentEvent
true
{"issue_id":3690745,"comment_id":4558640}
{ "id": null, "name": "pyramid_socketio", "url": "https://github.com/abourget/pyramid_socketio" }
{ "id": null, "login": "abourget", "gravatar_id": "ab711d9513839a2eff8b7c557bfc0343", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-03-18T01:30:32
null
{"repository":{"has_wiki":true,"homepage":"http://blog.abourget.net","open_issues":2,"watchers":35,"pushed_at":"2012/03/05 07:38:15 -0800","fork":false,"language":"Python","size":356,"private":false,"has_downloads":true,"owner":"abourget","has_issues":true,"created_at":"2011/02/15 11:17:47 -0800","forks":10,"description":"Gevent-based Socket.IO integration layer for Pyramid"},"actor_attributes":{"name":"Alexandre Bourget","company":"Savoir-faire Linux inc","location":"Montreal, Canada","blog":"http://blog.abourget.net","type":"User","email":"[email protected]"},"url":"https://github.com/abourget/pyramid_socketio/issues/11#issuecomment-4558640"}
IssueCommentEvent
true
{"comment_id":7340596,"issue_id":5896220}
{ "id": null, "name": "presley-scrum", "url": "https://github.com/adampresley/presley-scrum" }
{ "id": null, "login": "adampresley", "gravatar_id": "7e126aff2b58607e09a1c0d363a8d7da", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-07-28T23:29:43
null
{"repository":{"watchers":2,"owner":"adampresley","has_wiki":true,"pushed_at":"2012-07-27T19:38:50-07:00","forks":0,"open_issues":2,"has_issues":true,"description":"Adam and Maryanne Presley's Family Scrum","fork":false,"size":0,"private":false,"has_downloads":true,"created_at":"2012-07-27T19:38:49-07:00"},"actor_attributes":{"blog":"http://www.adampresley.com","location":"Dallas, TX","type":"User","name":"Adam Presley","company":"AdamPresley.com","email":"[email protected]"},"url":"https://github.com/adampresley/presley-scrum/issues/27#issuecomment-7340596"}
IssueCommentEvent
true
{"comment_id":11221017,"issue_id":8971812}
{ "id": 6299214, "name": "thor-cli", "url": "https://github.com/aeolus-incubator/thor-cli" }
{ "id": null, "login": "cwolferh", "gravatar_id": "a90008dec080d795a625ff7e3c9713ad", "avatar_url": null, "url": null }
{ "id": null, "login": "aeolus-incubator", "gravatar_id": null, "avatar_url": null, "url": null }
2012-12-10T22:19:20
null
{"repository":{"has_wiki":true,"description":"Revamp of cli tooling for aeolus conductor","stargazers":0,"owner":"aeolus-incubator","language":"Ruby","pushed_at":"2012-12-07T12:25:44-08:00","forks":2,"organization":"aeolus-incubator","has_issues":true,"fork":false,"size":144,"has_downloads":true,"private":false,"open_issues":7,"created_at":"2012-10-19T10:57:05-07:00","watchers":0},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/aeolus-incubator/thor-cli/issues/9#issuecomment-11221017"}
IssueCommentEvent
true
{"comment_id":11699872,"issue_id":9531194}
{ "id": 7334116, "name": "testimport", "url": "https://github.com/andrewcollette/testimport" }
{ "id": null, "login": "andrewcollette", "gravatar_id": "349e93a0d84ba9a5b3e117bba082f6ce", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-12-27T03:38:55
null
{"repository":{"pushed_at":"2012-12-26T17:01:32-08:00","description":"x","watchers":0,"forks":0,"owner":"andrewcollette","stargazers":0,"open_issues":2,"has_issues":true,"has_downloads":true,"fork":false,"size":0,"created_at":"2012-12-26T17:01:32-08:00","private":false,"has_wiki":true},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/andrewcollette/testimport/issues/44#issuecomment-11699872"}
IssueCommentEvent
true
{"comment_id":11700076,"issue_id":9531303}
{ "id": 7334116, "name": "testimport", "url": "https://github.com/andrewcollette/testimport" }
{ "id": null, "login": "andrewcollette", "gravatar_id": "349e93a0d84ba9a5b3e117bba082f6ce", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-12-27T03:43:13
null
{"repository":{"owner":"andrewcollette","has_issues":true,"has_downloads":true,"watchers":0,"pushed_at":"2012-12-26T17:01:32-08:00","stargazers":0,"forks":0,"created_at":"2012-12-26T17:01:32-08:00","has_wiki":true,"open_issues":8,"fork":false,"size":0,"description":"x","private":false},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/andrewcollette/testimport/issues/119#issuecomment-11700076"}
IssueCommentEvent
true
{"issue_id":4013715,"comment_id":5006730}
{ "id": null, "name": "aenetmail", "url": "https://github.com/andyedinborough/aenetmail" }
{ "id": null, "login": "meehi", "gravatar_id": "dcb52bf11bf4a84cd3fc7af2bc2074a9", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-04-07T08:19:23
null
{"repository":{"watchers":53,"pushed_at":"2012/04/02 10:09:09 -0700","homepage":"","has_downloads":true,"has_issues":true,"forks":23,"fork":false,"language":"C#","size":184,"private":false,"has_wiki":true,"created_at":"2011/10/24 21:58:00 -0700","owner":"andyedinborough","description":"C# POP/IMAP Mail Client","open_issues":20},"actor_attributes":{"name":"Mihaly Sogorka","type":"User","email":"[email protected]"},"url":"https://github.com/andyedinborough/aenetmail/issues/66#issuecomment-5006730"}
IssueCommentEvent
true
{"issue_id":4360540,"comment_id":5537211}
{ "id": null, "name": "redmine_backlogs", "url": "https://github.com/backlogs/redmine_backlogs" }
{ "id": null, "login": "friflaj", "gravatar_id": "047813f350e12f0c20213378ce807e94", "avatar_url": null, "url": null }
{ "id": null, "login": "backlogs", "gravatar_id": null, "avatar_url": null, "url": null }
2012-05-06T16:58:03
null
{"repository":{"forks":138,"description":"A Redmine plugin for agile teams","open_issues":22,"language":"JavaScript","created_at":"2009/08/18 00:45:16 -0700","pushed_at":"2012/05/06 09:54:42 -0700","homepage":"http://www.redminebacklogs.net","fork":false,"integrate_branch":"master","watchers":414,"has_downloads":true,"size":1628,"private":false,"master_branch":"master","organization":"backlogs","owner":"backlogs","has_issues":true,"has_wiki":true},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/backlogs/redmine_backlogs/issues/506#issuecomment-5537211"}
IssueCommentEvent
true
{"issue_id":9317215,"comment_id":11436834}
{ "id": 280749, "name": "redmine_backlogs", "url": "https://github.com/backlogs/redmine_backlogs" }
{ "id": null, "login": "Vanuan", "gravatar_id": "8c4b4a99d5794c95f52c58a2bf8e1710", "avatar_url": null, "url": null }
{ "id": null, "login": "backlogs", "gravatar_id": null, "avatar_url": null, "url": null }
2012-12-17T10:34:10
null
{"repository":{"description":"A Redmine plugin for agile teams","homepage":"http://www.redminebacklogs.net","watchers":500,"stargazers":500,"forks":176,"fork":false,"size":3276,"owner":"backlogs","private":false,"open_issues":37,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"JavaScript","created_at":"2009-08-18T00:45:16-07:00","pushed_at":"2012-12-16T13:09:44-08:00","integrate_branch":"master","master_branch":"master","organization":"backlogs"},"actor_attributes":{"name":"John Yani","company":"Lohika","location":"Odesa, Ukraine","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/backlogs/redmine_backlogs/issues/758#issuecomment-11436834"}
IssueCommentEvent
true
{"issue_id":8013414,"comment_id":10436048}
{ "id": 69963, "name": "settingslogic", "url": "https://github.com/binarylogic/settingslogic" }
{ "id": null, "login": "PikachuEXE", "gravatar_id": "4f873fd56f2bb58c0a13847a46b481f3", "avatar_url": null, "url": null }
{ "id": null, "login": "binarylogic", "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-16T04:06:13
null
{"repository":{"description":"A simple and straightforward settings solution that uses an ERB enabled YAML file and a singleton design pattern.","owner":"binarylogic","language":"Ruby","has_downloads":true,"has_issues":true,"pushed_at":"2012-10-23T06:37:39-07:00","watchers":666,"forks":39,"fork":false,"size":156,"created_at":"2008-10-30T20:30:03-07:00","has_wiki":true,"homepage":"http://rdoc.info/projects/binarylogic/settingslogic","stargazers":666,"private":false,"open_issues":32,"organization":"binarylogic"},"actor_attributes":{"blog":"http://pikachuexe.weebly.com","email":"[email protected]","location":"Hong Kong","name":"PikachuEXE","type":"User"},"url":"https://github.com/binarylogic/settingslogic/issues/44#issuecomment-10436048"}
IssueCommentEvent
true
{"comment_id":8740348,"issue_id":7011734}
{ "id": null, "name": "conf-boilerplate", "url": "https://github.com/braziljs/conf-boilerplate" }
{ "id": null, "login": "gnuwilliam", "gravatar_id": "05671f27a334fd17b787a88bf3d7d5b8", "avatar_url": null, "url": null }
{ "id": null, "login": "braziljs", "gravatar_id": null, "avatar_url": null, "url": null }
2012-09-20T18:16:18
null
{"repository":{"forks":2,"owner":"braziljs","homepage":"","has_downloads":true,"language":"Ruby","organization":"braziljs","description":"A kickstart to create websites for conference/events [WIP]","stargazers":5,"fork":false,"size":236,"has_wiki":true,"created_at":"2012-09-18T09:54:07-07:00","watchers":5,"private":false,"open_issues":7,"has_issues":true,"pushed_at":"2012-09-20T10:52:06-07:00"},"actor_attributes":{"email":"[email protected]","type":"User","location":"Sāo Paulo - Brazil","name":"William Oliveira","company":"Apiki WP","blog":"sudowilliam.com"},"url":"https://github.com/braziljs/conf-boilerplate/issues/3#issuecomment-8740348"}
IssueCommentEvent
true
{"comment_id":11358331,"issue_id":3071017}
{ "id": 561632, "name": "GearmanManager", "url": "https://github.com/brianlmoon/GearmanManager" }
{ "id": null, "login": "chaud", "gravatar_id": "82129e6098ef5545a936145d48f47dce", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-12-13T23:21:18
null
{"repository":{"homepage":"http://brian.moonspot.net/GearmanManager","created_at":"2010-03-13T23:47:20-08:00","owner":"brianlmoon","description":"PHP daemon for managing gearman workers","open_issues":12,"has_issues":true,"watchers":270,"has_downloads":true,"language":"PHP","pushed_at":"2012-06-01T14:10:37-07:00","forks":50,"stargazers":270,"fork":false,"size":164,"private":false,"has_wiki":true},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/brianlmoon/GearmanManager/issues/37#issuecomment-11358331"}
IssueCommentEvent
true
{"issue_id":4681312,"comment_id":6208715}
{ "id": null, "name": "calabash-android", "url": "https://github.com/calabash/calabash-android" }
{ "id": null, "login": "jonasmaturana", "gravatar_id": "865fbfff446c2a5c389c130ab2eb6101", "avatar_url": null, "url": null }
{ "id": null, "login": "calabash", "gravatar_id": null, "avatar_url": null, "url": null }
2012-06-08T17:39:06
null
{"repository":{"created_at":"2012-02-05T12:48:08-08:00","description":"Automated Functional testing for Android based on cucumber","watchers":71,"has_downloads":true,"homepage":"calaba.sh","fork":false,"has_issues":true,"has_wiki":true,"forks":24,"size":372,"private":false,"organization":"calabash","owner":"calabash","open_issues":5,"language":"Java","pushed_at":"2012-06-06T16:13:01-07:00"},"actor_attributes":{"name":"Jonas Maturana Larsen","company":"LessPainful","location":"Denmark","blog":"www.lesspainful.com","type":"User","email":"[email protected]"},"url":"https://github.com/calabash/calabash-android/issues/50#issuecomment-6208715"}
IssueCommentEvent
true
{"issue_id":5487795,"comment_id":6838745}
{ "id": null, "name": "ceylon-ide-eclipse", "url": "https://github.com/ceylon/ceylon-ide-eclipse" }
{ "id": null, "login": "gavinking", "gravatar_id": "8672f1c3b11cc7390ec341ac25d7e88e", "avatar_url": null, "url": null }
{ "id": null, "login": "ceylon", "gravatar_id": null, "avatar_url": null, "url": null }
2012-07-09T05:25:52
null
{"repository":{"has_downloads":true,"owner":"ceylon","created_at":"2011-08-04T12:16:23-07:00","organization":"ceylon","watchers":31,"has_wiki":true,"language":"Java","pushed_at":"2012-07-08T22:20:27-07:00","forks":9,"homepage":"http://ceylon-lang.org/documentation/ide","fork":false,"size":552,"open_issues":74,"private":false,"description":"Eclipse Plugin for Ceylon","has_issues":true},"actor_attributes":{"location":"Guanajuato, Mexico","type":"User","name":"Gavin King","blog":"in.relation.to/Bloggers/Gavin","company":"Red Hat","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/ceylon/ceylon-ide-eclipse/issues/308#issuecomment-6838745"}
IssueCommentEvent
true
{"issue_id":8311439,"comment_id":10345402}
{ "id": 3180644, "name": "git-blame-game", "url": "https://github.com/charleseff/git-blame-game" }
{ "id": null, "login": "charleseff", "gravatar_id": "30639313f6daced269fbf2e23557b092", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-13T21:51:29
null
{"repository":{"description":"When one `git blame` is not enough.","open_issues":0,"language":"Ruby","owner":"charleseff","pushed_at":"2012-11-13T13:39:42-08:00","forks":0,"has_issues":true,"has_downloads":true,"watchers":3,"stargazers":3,"fork":false,"size":2064,"homepage":"","has_wiki":true,"created_at":"2012-01-14T14:04:08-08:00","private":false},"actor_attributes":{"name":"Charles Finkel","blog":"twitter.com/charleseff","location":"San Francisco, CA","email":"[email protected]","type":"User"},"url":"https://github.com/charleseff/git-blame-game/issues/1#issuecomment-10345402"}
IssueCommentEvent
true
{"issue_id":9124161,"comment_id":11463069}
{ "id": 7066560, "name": "better_errors", "url": "https://github.com/charliesome/better_errors" }
{ "id": null, "login": "humandoing", "gravatar_id": "cbbcbf37ddca9f39c721022c2e344d7e", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-12-17T21:45:46
null
{"repository":{"stargazers":2148,"owner":"charliesome","has_downloads":true,"has_issues":true,"homepage":"","created_at":"2012-12-08T03:02:18-08:00","has_wiki":true,"description":"Better error page for Rails and other Rack apps","fork":false,"size":484,"open_issues":21,"private":false,"language":"Ruby","pushed_at":"2012-12-16T18:15:13-08:00","watchers":2148,"forks":81},"actor_attributes":{"email":"[email protected]","blog":"http://humandoing.net/blog","type":"User","company":"humandoing software","location":"Vancouver, BC","name":"Daniel Wintschel"},"url":"https://github.com/charliesome/better_errors/issues/11#issuecomment-11463069"}
IssueCommentEvent
true
{"comment_id":8173517,"issue_id":6177775}
{ "id": null, "name": "YiiBoilerplate", "url": "https://github.com/clevertech/YiiBoilerplate" }
{ "id": null, "login": "mashingan", "gravatar_id": "bbc4f2587db2a40f408423e83a7987c5", "avatar_url": null, "url": null }
{ "id": null, "login": "clevertech", "gravatar_id": null, "avatar_url": null, "url": null }
2012-08-30T20:36:22
null
{"repository":{"open_issues":1,"owner":"clevertech","has_issues":true,"created_at":"2012-08-03T15:01:42-07:00","description":"","has_downloads":true,"fork":false,"size":168,"has_wiki":true,"watchers":54,"stargazers":54,"private":false,"language":"PHP","pushed_at":"2012-08-30T08:49:03-07:00","organization":"clevertech","forks":9},"actor_attributes":{"email":"da39a3ee5e6b4b0d3255bfef95601890afd80709","location":"Saint-Petersburg","name":"","blog":"","type":"User"},"url":"https://github.com/clevertech/YiiBoilerplate/issues/3#issuecomment-8173517"}
IssueCommentEvent
true
{"comment_id":7488330,"issue_id":4974742}
{ "id": null, "name": "monkehTweets", "url": "https://github.com/coldfumonkeh/monkehTweets" }
{ "id": null, "login": "RichardDavies", "gravatar_id": "24a4ca32a0e8c98efe0a3b2362657dcb", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-08-03T17:00:50
null
{"repository":{"owner":"coldfumonkeh","has_issues":true,"created_at":"2011-02-20T08:02:57-08:00","has_wiki":true,"watchers":8,"open_issues":1,"homepage":"http://www.mattgifford.co.uk/","fork":false,"size":4904,"pushed_at":"2012-05-28T03:58:10-07:00","stargazers":8,"forks":2,"language":"ColdFusion","description":"A ColdFusion wrapper to interact with the Twitter API (with OAuth integration)","private":false,"has_downloads":true},"actor_attributes":{"name":"Richard Davies","blog":"http://www.richarddavies.us","location":"Vancouver, WA","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/coldfumonkeh/monkehTweets/issues/2#issuecomment-7488330"}
IssueCommentEvent
true
{"issue_id":3128274,"comment_id":5015992}
{ "id": null, "name": "pokemon-online", "url": "https://github.com/coyotte508/pokemon-online" }
{ "id": null, "login": "Blastcore", "gravatar_id": "4f4eb4719ad852de49327c3f4c5ebbbe", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-04-08T15:06:17
null
{"repository":{"watchers":36,"pushed_at":"2012/04/08 07:30:31 -0700","homepage":"http://pokemon-online.eu","integrate_branch":"devel","has_downloads":true,"has_issues":true,"master_branch":"master","forks":26,"fork":false,"language":"C++","size":1048,"private":false,"has_wiki":true,"created_at":"2011/09/01 10:10:47 -0700","owner":"coyotte508","description":"Online Pokemon Battle Simulator","open_issues":26},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/coyotte508/pokemon-online/issues/77#issuecomment-5015992"}
IssueCommentEvent
true
{"comment_id":7506369,"issue_id":6033237}
{ "id": null, "name": "attendance", "url": "https://github.com/curtisullerich/attendance" }
{ "id": null, "login": "curtisullerich", "gravatar_id": "c2546b3764780e0c6c38cdf35b4f120a", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-08-04T23:32:46
null
{"repository":{"stargazers":2,"owner":"curtisullerich","description":"","has_wiki":true,"watchers":2,"has_issues":true,"pushed_at":"2012-08-02T22:13:15-07:00","forks":2,"language":"Java","created_at":"2012-04-29T20:24:39-07:00","open_issues":49,"fork":false,"size":732,"private":false,"has_downloads":true},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/curtisullerich/attendance/issues/144#issuecomment-7506369"}
IssueCommentEvent
true
{"issue_id":5628930,"comment_id":6995811}
{ "id": null, "name": "meta-raspberrypi", "url": "https://github.com/djwillis/meta-raspberrypi" }
{ "id": null, "login": "agherzan", "gravatar_id": "a0abff7b2319691dfe3d1a59a9120442", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-07-15T22:41:04
null
{"repository":{"owner":"djwillis","created_at":"2012-04-01T13:04:55-07:00","watchers":30,"has_wiki":true,"open_issues":14,"homepage":"","pushed_at":"2012-07-10T02:08:41-07:00","forks":13,"fork":false,"size":212,"has_issues":true,"description":"meta-raspberrypi is an OpenEmbedded BSP layer for the Raspberry Pi boards from http://www.raspberrypi.org/.","private":false,"has_downloads":true,"language":"Shell"},"actor_attributes":{"name":"Andrei Gherzan","blog":"www.gherzan.ro","email":"[email protected]","company":"WINDRIVER SYSTEMS","type":"User"},"url":"https://github.com/djwillis/meta-raspberrypi/issues/40#issuecomment-6995811"}
IssueCommentEvent
true
{"comment_id":10566814,"issue_id":8508682}
{ "id": 5988305, "name": "fizteh-java-task", "url": "https://github.com/dkomanov/fizteh-java-task" }
{ "id": null, "login": "dkomanov", "gravatar_id": "0ea5f6f63ed38a93d2e881fc461e56b3", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-20T18:34:47
null
{"repository":{"watchers":1,"owner":"dkomanov","stargazers":1,"pushed_at":"2012-11-20T09:46:08-08:00","homepage":"","forks":22,"created_at":"2012-09-27T13:34:11-07:00","description":"Курс лекций и семинаров для студентов второго курса ФизТеха, факультет ФИВТ.","has_downloads":true,"fork":false,"size":2900,"open_issues":8,"private":false,"has_issues":false,"has_wiki":false,"language":"Java"},"actor_attributes":{"location":"Russia, Moscow","name":"Dmitriy Komanov","blog":"http://dkomanov.livejournal.com","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/dkomanov/fizteh-java-task/issues/247#issuecomment-10566814"}
IssueCommentEvent
true
{"issue_id":3707506,"comment_id":4571822}
{ "id": null, "name": "helm-descbinds", "url": "https://github.com/emacs-helm/helm-descbinds" }
{ "id": null, "login": "cofi", "gravatar_id": "8aa8aa447acdd2be705850f69be3379f", "avatar_url": null, "url": null }
{ "id": null, "login": "emacs-helm", "gravatar_id": null, "avatar_url": null, "url": null }
2012-03-19T11:56:52
null
{"repository":{"open_issues":1,"watchers":4,"pushed_at":"2012/03/18 15:55:56 -0700","homepage":"","fork":false,"has_downloads":true,"has_issues":true,"language":"Emacs Lisp","organization":"emacs-helm","forks":3,"size":164,"private":false,"owner":"emacs-helm","created_at":"2012/03/17 21:36:29 -0700","has_wiki":true,"description":"A helm frontend for describe-bindings."},"actor_attributes":{"name":"Michael Markert","company":"","location":"Darmstadt, Germany","type":"User","email":"[email protected]"},"url":"https://github.com/emacs-helm/helm-descbinds/issues/2#issuecomment-4571822"}
IssueCommentEvent
true
{"issue_id":7955798,"comment_id":10037953}
{ "id": 2799915, "name": "StatusTitleBar", "url": "https://github.com/emerinohdz/StatusTitleBar" }
{ "id": null, "login": "daroczig", "gravatar_id": "e0d3aa002d4117b5479d243df8c10f63", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-03T10:07:48
null
{"repository":{"watchers":13,"pushed_at":"2012-10-29T17:42:23-07:00","description":"Gnome-Shell extension that shows the focused window titlebar in the status panel.","forks":3,"owner":"emerinohdz","has_downloads":true,"stargazers":13,"has_issues":true,"has_wiki":true,"language":"JavaScript","fork":false,"size":152,"open_issues":4,"homepage":"","private":false,"created_at":"2011-11-17T17:25:45-08:00"},"actor_attributes":{"company":"EasyStats Ltd.","type":"User","location":"Piliscsaba, Hungary","name":"Gergely Daróczi","blog":"http://snowl.net","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/emerinohdz/StatusTitleBar/issues/13#issuecomment-10037953"}
IssueCommentEvent
true
{"comment_id":10266360,"issue_id":7405300}
{ "id": 1963085, "name": "json-schema-validator", "url": "https://github.com/fge/json-schema-validator" }
{ "id": null, "login": "fge", "gravatar_id": "fd7fb5a87e5a604663949ecc643dc4a4", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-11T12:54:45
null
{"repository":{"homepage":"http://json-schema.org","owner":"fge","created_at":"2011-06-27T15:45:08-07:00","has_downloads":true,"description":"A JSON Schema validation implementation in pure Java, which aims for correctness and performance, in that order","watchers":57,"has_issues":true,"pushed_at":"2012-11-11T04:53:45-08:00","forks":18,"has_wiki":true,"stargazers":57,"fork":false,"size":1208,"language":"Java","private":false,"open_issues":0},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/fge/json-schema-validator/issues/23#issuecomment-10266360"}
IssueCommentEvent
true
{"comment_id":8973272,"issue_id":7211129}
{ "id": 5996036, "name": "issue-migration-test", "url": "https://github.com/flot/issue-migration-test" }
{ "id": null, "login": "dnschnur", "gravatar_id": "263fec125853f697e0ea89787a4731a6", "avatar_url": null, "url": null }
{ "id": null, "login": "flot", "gravatar_id": null, "avatar_url": null, "url": null }
2012-09-28T11:23:11
null
{"repository":{"forks":0,"has_downloads":true,"created_at":"2012-09-28T04:00:47-07:00","owner":"flot","has_wiki":true,"organization":"flot","fork":false,"size":0,"open_issues":110,"has_issues":true,"watchers":0,"private":false,"description":"Testing migration of Google Code issues to Github","stargazers":0,"pushed_at":"2012-09-28T04:00:48-07:00"},"actor_attributes":{"type":"User","name":"David Schnur","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/flot/issue-migration-test/issues/553#issuecomment-8973272"}
IssueCommentEvent
true
{"comment_id":8962854,"issue_id":7203606}
{ "id": 5991876, "name": "issue-migration-test", "url": "https://github.com/flot/issue-migration-test" }
{ "id": null, "login": "dnschnur", "gravatar_id": "263fec125853f697e0ea89787a4731a6", "avatar_url": null, "url": null }
{ "id": null, "login": "flot", "gravatar_id": null, "avatar_url": null, "url": null }
2012-09-28T03:12:43
null
{"repository":{"has_wiki":true,"owner":"flot","organization":"flot","description":"Testing migration of Google Code issues to Github","open_issues":6,"created_at":"2012-09-27T20:02:33-07:00","watchers":0,"stargazers":0,"fork":false,"size":0,"has_issues":true,"has_downloads":true,"pushed_at":"2012-09-27T20:02:34-07:00","forks":0,"private":false},"actor_attributes":{"type":"User","name":"David Schnur","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/flot/issue-migration-test/issues/61#issuecomment-8962854"}
IssueCommentEvent
true
{"issue_id":7225322,"comment_id":8987333}
{ "id": 6001275, "name": "issue-migration-test", "url": "https://github.com/flot/issue-migration-test" }
{ "id": null, "login": "dnschnur", "gravatar_id": "263fec125853f697e0ea89787a4731a6", "avatar_url": null, "url": null }
{ "id": null, "login": "flot", "gravatar_id": null, "avatar_url": null, "url": null }
2012-09-28T18:32:10
null
{"repository":{"has_downloads":true,"owner":"flot","has_issues":true,"organization":"flot","description":"Testing migration of Google Code issues to Github","has_wiki":true,"created_at":"2012-09-28T11:22:04-07:00","watchers":0,"fork":false,"size":0,"open_issues":20,"pushed_at":"2012-09-28T11:22:04-07:00","forks":0,"stargazers":0,"private":false},"actor_attributes":{"name":"David Schnur","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/flot/issue-migration-test/issues/143#issuecomment-8987333"}
IssueCommentEvent
true
{"comment_id":8962857,"issue_id":7203606}
{ "id": 5991876, "name": "issue-migration-test", "url": "https://github.com/flot/issue-migration-test" }
{ "id": null, "login": "dnschnur", "gravatar_id": "263fec125853f697e0ea89787a4731a6", "avatar_url": null, "url": null }
{ "id": null, "login": "flot", "gravatar_id": null, "avatar_url": null, "url": null }
2012-09-28T03:12:43
null
{"repository":{"has_wiki":true,"owner":"flot","organization":"flot","description":"Testing migration of Google Code issues to Github","open_issues":6,"created_at":"2012-09-27T20:02:33-07:00","watchers":0,"stargazers":0,"fork":false,"size":0,"has_issues":true,"has_downloads":true,"pushed_at":"2012-09-27T20:02:34-07:00","forks":0,"private":false},"actor_attributes":{"type":"User","name":"David Schnur","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/flot/issue-migration-test/issues/61#issuecomment-8962857"}
IssueCommentEvent
true
{"issue_id":7203565,"comment_id":8962683}
{ "id": 5991876, "name": "issue-migration-test", "url": "https://github.com/flot/issue-migration-test" }
{ "id": null, "login": "dnschnur", "gravatar_id": "263fec125853f697e0ea89787a4731a6", "avatar_url": null, "url": null }
{ "id": null, "login": "flot", "gravatar_id": null, "avatar_url": null, "url": null }
2012-09-28T03:11:10
null
{"repository":{"owner":"flot","open_issues":3,"organization":"flot","description":"Testing migration of Google Code issues to Github","created_at":"2012-09-27T20:02:33-07:00","watchers":0,"has_downloads":true,"stargazers":0,"fork":false,"size":0,"pushed_at":"2012-09-27T20:02:34-07:00","forks":0,"has_issues":true,"private":false,"has_wiki":true},"actor_attributes":{"type":"User","name":"David Schnur","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/flot/issue-migration-test/issues/31#issuecomment-8962683"}
IssueCommentEvent
true
{"comment_id":8971843,"issue_id":7210517}
{ "id": 5996036, "name": "issue-migration-test", "url": "https://github.com/flot/issue-migration-test" }
{ "id": null, "login": "dnschnur", "gravatar_id": "263fec125853f697e0ea89787a4731a6", "avatar_url": null, "url": null }
{ "id": null, "login": "flot", "gravatar_id": null, "avatar_url": null, "url": null }
2012-09-28T11:08:59
null
{"repository":{"owner":"flot","organization":"flot","description":"Testing migration of Google Code issues to Github","has_downloads":true,"created_at":"2012-09-28T04:00:47-07:00","watchers":0,"has_issues":true,"stargazers":0,"fork":false,"size":0,"has_wiki":true,"pushed_at":"2012-09-28T04:00:48-07:00","forks":0,"private":false,"open_issues":20},"actor_attributes":{"name":"David Schnur","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/flot/issue-migration-test/issues/159#issuecomment-8971843"}