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":{"user":{"id":200904,"login":"gimler","url":"https://api.github.com/users/gimler","avatar_url":"https://secure.gravatar.com/avatar/0f64f3a8813318d28190897d621bf27d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"0f64f3a8813318d28190897d621bf27d"},"milestone":null,"created_at":"2012-02-01T10:59:42Z","title":"add translation for the login error","state":"closed","labels":[],"updated_at":"2012-02-09T19:49:27Z","id":3050175,"html_url":"https://github.com/FriendsOfSymfony/FOSUserBundle/issues/521","closed_at":"2012-02-09T19:14:03Z","pull_request":{"patch_url":"https://github.com/FriendsOfSymfony/FOSUserBundle/pull/521.patch","html_url":"https://github.com/FriendsOfSymfony/FOSUserBundle/pull/521","diff_url":"https://github.com/FriendsOfSymfony/FOSUserBundle/pull/521.diff"},"body":"","number":521,"url":"https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/issues/521","comments":7,"assignee":null},"comment":{"user":{"id":139979,"login":"Felds","url":"https://api.github.com/users/Felds","avatar_url":"https://secure.gravatar.com/avatar/dd36ed4ffef06bb1c6a41055bd15f80f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"dd36ed4ffef06bb1c6a41055bd15f80f"},"created_at":"2012-02-09T19:49:27Z","updated_at":"2012-02-09T19:49:27Z","id":3894246,"body":"… and some of them are not translatable, like this:\r\n\r\n```php\r\n<?php\r\n// vendor/symfony/src/Symfony/Component/Security/Http/Firewall/DigestAuthenticationListener.php:165\r\n\r\nthrow new BadCredentialsException(sprintf('Missing mandatory digest value; received header \"%s\" (%s)', $this->header, implode(', ', $keys)));\r\n```","url":"https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/issues/comments/3894246"},"action":"created"}
{ "id": 1193527, "name": "FriendsOfSymfony/FOSUserBundle", "url": "https://api.github.dev/repos/FriendsOfSymfony/FOSUserBundle" }
{ "id": 139979, "login": "Felds", "gravatar_id": "dd36ed4ffef06bb1c6a41055bd15f80f", "avatar_url": "https://secure.gravatar.com/avatar/dd36ed4ffef06bb1c6a41055bd15f80f?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/Felds" }
{ "id": 529709, "login": "FriendsOfSymfony", "gravatar_id": "eedcf60e1fa2ae2d70a06b23c1cca44a", "avatar_url": "https://secure.gravatar.com/avatar/eedcf60e1fa2ae2d70a06b23c1cca44a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/FriendsOfSymfony" }
2012-02-09T19:49:27
1518489693
null
IssueCommentEvent
true
{"issue":{"created_at":"2012-02-02T20:06:28Z","title":"The type 'PagedList.IPagedList`1<T0>' is defined in an assembly that is not referenced.","user":{"id":225876,"login":"krokonoster","url":"https://api.github.com/users/krokonoster","avatar_url":"https://secure.gravatar.com/avatar/45c5af863b66c32cb07633f00461926c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"45c5af863b66c32cb07633f00461926c"},"milestone":null,"updated_at":"2012-02-02T20:09:45Z","state":"open","labels":[],"id":3073493,"closed_at":null,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"html_url":"https://github.com/TroyGoode/MembershipStarterKit/issues/23","body":"I added the \"MVCMembership\" as well as \"PagedList\" projects to my solution (wanted the source code, so I can have a look at your code to understand it)\r\n\r\nHowever, when building I get this error I can't make go away:\r\nError\t84\tThe type 'PagedList.IPagedList`1<T0>' is defined in an assembly that is not referenced. You must add a reference to assembly 'PagedList, Version=1.10.0.0, Culture=neutral, PublicKeyToken=abbb863e9397c5e1'.\tD:\\Dropbox\\Source Code\\1 - Own Projects\\profusion\\src\\profusion.web\\Areas\\MvcMembership\\Controllers\\UserAdministrationController.cs\t51\t4\tprofusion.web\r\n\r\nAny idea?\r\n\r\nI most definitely have a reference from my web project (mvc3) to the MVCMembership project. (Thanks R# :-) )","number":23,"url":"https://api.github.com/repos/TroyGoode/MembershipStarterKit/issues/23","comments":1,"assignee":null},"comment":{"created_at":"2012-02-02T20:09:45Z","user":{"id":72844,"login":"TroyGoode","url":"https://api.github.com/users/TroyGoode","avatar_url":"https://secure.gravatar.com/avatar/96e3a91647d9f3aad58682ca7f2edcef?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"96e3a91647d9f3aad58682ca7f2edcef"},"updated_at":"2012-02-02T20:09:45Z","id":3785316,"body":"I probably have to update MvcMembership to use the latest rev of PagedList. Will try to do so tonight...\r\n\r\nSent from my iPhone\r\n\r\nOn Feb 2, 2012, at 3:06 PM, Krokonoster<[email protected]> wrote:\r\n\r\n> I added the \"MVCMembership\" as well as \"PagedList\" projects to my solution (wanted the source code, so I can have a look at your code to understand it)\r\n> \r\n> However, when building I get this error I can't make go away:\r\n> Error 84 The type 'PagedList.IPagedList`1<T0>' is defined in an assembly that is not referenced. You must add a reference to assembly 'PagedList, Version=1.10.0.0, Culture=neutral, PublicKeyToken=abbb863e9397c5e1'. D:\\Dropbox\\Source Code\\1 - Own Projects\\profusion\\src\\profusion.web\\Areas\\MvcMembership\\Controllers\\UserAdministrationController.cs 51 4 profusion.web\r\n> \r\n> Any idea?\r\n> \r\n> I most definitely have a reference from my web project (mvc3) to the MVCMembership project. (Thanks R# :-) )\r\n> \r\n> --- \r\n> Reply to this email directly or view it on GitHub:\r\n> https://github.com/TroyGoode/MembershipStarterKit/issues/23","url":"https://api.github.com/repos/TroyGoode/MembershipStarterKit/issues/comments/3785316"},"action":"created"}
{ "id": 645978, "name": "TroyGoode/MembershipStarterKit", "url": "https://api.github.dev/repos/TroyGoode/MembershipStarterKit" }
{ "id": 72844, "login": "TroyGoode", "gravatar_id": "96e3a91647d9f3aad58682ca7f2edcef", "avatar_url": "https://secure.gravatar.com/avatar/96e3a91647d9f3aad58682ca7f2edcef?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/TroyGoode" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-02-02T20:09:59
1516559948
null
IssueCommentEvent
true
{"issue":{"milestone":null,"created_at":"2012-01-05T20:59:44Z","title":"Implemented Wijmo Menu Support","user":{"id":353361,"login":"banzor","url":"https://api.github.com/users/banzor","avatar_url":"https://secure.gravatar.com/avatar/b6947dac244885b451ddec59f56106e6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"b6947dac244885b451ddec59f56106e6"},"labels":[],"updated_at":"2012-01-06T15:03:33Z","state":"open","id":2740487,"html_url":"https://github.com/addyosmani/jquery-ui-bootstrap/issues/26","closed_at":null,"pull_request":{"patch_url":"https://github.com/addyosmani/jquery-ui-bootstrap/pull/26.patch","html_url":"https://github.com/addyosmani/jquery-ui-bootstrap/pull/26","diff_url":"https://github.com/addyosmani/jquery-ui-bootstrap/pull/26.diff"},"body":"Did a rewrite of Wijmo Menu support for the theme.\r\nMain work done:\r\n - Removed wijmenu JS and CSS\r\n - Added wijmo-open combined/minified JS and CSS\r\n - Added wijmenu CSS overrides needed to main theme CSS file\r\n - Changed behavior of wijmenu to be open-on-click\r\n - Removed unnecessary custom click and hover code added to wijmenu elements","number":26,"url":"https://api.github.com/repos/addyosmani/jquery-ui-bootstrap/issues/26","comments":6,"assignee":null},"comment":{"created_at":"2012-01-06T15:03:33Z","user":{"id":110953,"login":"addyosmani","url":"https://api.github.com/users/addyosmani","avatar_url":"https://secure.gravatar.com/avatar/96270e4c3e5e9806cf7245475c00b275?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"96270e4c3e5e9806cf7245475c00b275"},"updated_at":"2012-01-06T15:03:33Z","id":3385546,"body":"@banzor Either would be great. Whatever you have time for :)","url":"https://api.github.com/repos/addyosmani/jquery-ui-bootstrap/issues/comments/3385546"},"action":"created"}
{ "id": 2939440, "name": "addyosmani/jquery-ui-bootstrap", "url": "https://api.github.dev/repos/addyosmani/jquery-ui-bootstrap" }
{ "id": 110953, "login": "addyosmani", "gravatar_id": "96270e4c3e5e9806cf7245475c00b275", "avatar_url": "https://secure.gravatar.com/avatar/96270e4c3e5e9806cf7245475c00b275?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/addyosmani" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-01-06T15:03:34
1509634646
null
IssueCommentEvent
true
{"issue":{"title":"Support for Fullcalendar","milestone":null,"user":{"id":170765,"login":"jensenkd","url":"https://api.github.com/users/jensenkd","gravatar_id":"bf755e43f4fc85c0b55ba7c2098f9767","avatar_url":"https://secure.gravatar.com/avatar/bf755e43f4fc85c0b55ba7c2098f9767?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-01-17T20:23:41Z","updated_at":"2012-01-23T00:17:07Z","labels":[{"name":"feature request","url":"https://api.github.com/repos/addyosmani/jquery-ui-bootstrap/labels/feature+request","color":"02d7e1"}],"state":"open","id":2874056,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"html_url":"https://github.com/addyosmani/jquery-ui-bootstrap/issues/37","closed_at":null,"body":"You have done a wonderful job on this project. I think a great component to support would be Fullcalendar: http://arshaw.com/fullcalendar/","number":37,"url":"https://api.github.com/repos/addyosmani/jquery-ui-bootstrap/issues/37","comments":8,"assignee":null},"comment":{"user":{"id":400362,"login":"panosru","url":"https://api.github.com/users/panosru","gravatar_id":"7b2a8823031aa06429b5555e9eaae5ab","avatar_url":"https://secure.gravatar.com/avatar/7b2a8823031aa06429b5555e9eaae5ab?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-01-23T00:17:07Z","updated_at":"2012-01-23T00:17:07Z","id":3607663,"body":"@addyosmani @evoskuil it is really simple to style this thing and turn it into a really hot baby ","url":"https://api.github.com/repos/addyosmani/jquery-ui-bootstrap/issues/comments/3607663"},"action":"created"}
{ "id": 2939440, "name": "addyosmani/jquery-ui-bootstrap", "url": "https://api.github.dev/repos/addyosmani/jquery-ui-bootstrap" }
{ "id": 400362, "login": "panosru", "gravatar_id": "7b2a8823031aa06429b5555e9eaae5ab", "avatar_url": "https://secure.gravatar.com/avatar/7b2a8823031aa06429b5555e9eaae5ab?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/panosru" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-01-23T00:17:08
1513500717
null
IssueCommentEvent
true
{"issue":{"user":{"id":135139,"login":"migue","url":"https://api.github.com/users/migue","gravatar_id":"2063c794d946bafdbaf1dcf0bbac302a","avatar_url":"https://secure.gravatar.com/avatar/2063c794d946bafdbaf1dcf0bbac302a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"milestone":null,"created_at":"2012-02-09T10:29:43Z","title":"independent-testing-targets","state":"closed","updated_at":"2012-02-09T18:26:58Z","labels":[],"id":3154943,"closed_at":"2012-02-09T18:26:58Z","pull_request":{"patch_url":"https://github.com/brianchandotcom/liferay-portal/pull/4137.patch","html_url":"https://github.com/brianchandotcom/liferay-portal/pull/4137","diff_url":"https://github.com/brianchandotcom/liferay-portal/pull/4137.diff"},"html_url":"https://github.com/brianchandotcom/liferay-portal/issues/4137","body":"","number":4137,"url":"https://api.github.com/repos/brianchandotcom/liferay-portal/issues/4137","comments":1,"assignee":null},"comment":{"user":{"id":282080,"login":"brianchandotcom","url":"https://api.github.com/users/brianchandotcom","gravatar_id":"820bdfae0927075dec1dc2087c81b19d","avatar_url":"https://secure.gravatar.com/avatar/820bdfae0927075dec1dc2087c81b19d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-02-09T18:26:57Z","updated_at":"2012-02-09T18:26:57Z","id":3892699,"body":"Merged. Thank you.\n\nOriginal commits: 3ff6db3426..5ce26052a8","url":"https://api.github.com/repos/brianchandotcom/liferay-portal/issues/comments/3892699"},"action":"created"}
{ "id": 1920851, "name": "brianchandotcom/liferay-portal", "url": "https://api.github.dev/repos/brianchandotcom/liferay-portal" }
{ "id": 282080, "login": "brianchandotcom", "gravatar_id": "820bdfae0927075dec1dc2087c81b19d", "avatar_url": "https://secure.gravatar.com/avatar/820bdfae0927075dec1dc2087c81b19d?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/brianchandotcom" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-02-09T18:26:58
1518464355
null
IssueCommentEvent
true
{"issue":{"milestone":null,"created_at":"2012-01-25T20:35:00Z","title":"Currículo","user":{"id":1111187,"login":"chezinho","url":"https://api.github.com/users/chezinho","avatar_url":"https://secure.gravatar.com/avatar/9f9454ce7331edf25be2cc0a69491d6e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"9f9454ce7331edf25be2cc0a69491d6e"},"labels":[],"updated_at":"2012-01-27T18:36:06Z","state":"closed","id":2970927,"closed_at":"2012-01-26T11:31:09Z","pull_request":{"patch_url":"https://github.com/globocom/IWantToWorkAtGloboCom/pull/31.patch","html_url":"https://github.com/globocom/IWantToWorkAtGloboCom/pull/31","diff_url":"https://github.com/globocom/IWantToWorkAtGloboCom/pull/31.diff"},"html_url":"https://github.com/globocom/IWantToWorkAtGloboCom/issues/31","body":"Olá,\r\n\r\nestou enviando meu currículo para uma das vagas indicadas.\r\n\r\nSaudações,\r\n\r\nIgor Almeida","number":31,"url":"https://api.github.com/repos/globocom/IWantToWorkAtGloboCom/issues/31","comments":2,"assignee":null},"comment":{"created_at":"2012-01-27T18:36:06Z","user":{"id":134415,"login":"macaubas","url":"https://api.github.com/users/macaubas","avatar_url":"https://secure.gravatar.com/avatar/7203ae62617a0729beb8c07d0517e432?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"7203ae62617a0729beb8c07d0517e432"},"updated_at":"2012-01-27T18:36:06Z","id":3691722,"body":"Enviado desafio ACME.","url":"https://api.github.com/repos/globocom/IWantToWorkAtGloboCom/issues/comments/3691722"},"action":"created"}
{ "id": 1805442, "name": "globocom/IWantToWorkAtGloboCom", "url": "https://api.github.dev/repos/globocom/IWantToWorkAtGloboCom" }
{ "id": 134415, "login": "macaubas", "gravatar_id": "7203ae62617a0729beb8c07d0517e432", "avatar_url": "https://secure.gravatar.com/avatar/7203ae62617a0729beb8c07d0517e432?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/macaubas" }
{ "id": 83798, "login": "globocom", "gravatar_id": "41cf21aa2519acefe9ae130ed07530ef", "avatar_url": "https://secure.gravatar.com/avatar/41cf21aa2519acefe9ae130ed07530ef?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/globocom" }
2012-01-27T18:36:07
1514938446
null
IssueCommentEvent
true
{"issue":{"milestone":null,"created_at":"2012-01-13T15:27:21Z","title":"[feature] chocolatey packages","user":{"id":217842,"login":"AnthonyMastrean","url":"https://api.github.com/users/AnthonyMastrean","avatar_url":"https://secure.gravatar.com/avatar/d4df53ad45289d052ae918287d869082?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"d4df53ad45289d052ae918287d869082"},"updated_at":"2012-01-25T16:22:53Z","labels":[],"state":"closed","id":2832442,"html_url":"https://github.com/machine/machine.specifications/issues/87","closed_at":"2012-01-24T17:56:01Z","pull_request":{"patch_url":"https://github.com/machine/machine.specifications/pull/87.patch","html_url":"https://github.com/machine/machine.specifications/pull/87","diff_url":"https://github.com/machine/machine.specifications/pull/87.diff"},"body":"This changeset introduces the chocolatey packages for the mspec command line tools and the latest resharper integrated command line tools (5.1, 6.0, & 6.1). I'm not satisfied with the state of the templates. I feel that, with some more ruby magic, I can minimize the amount of template files checked in. And instead do something in the rake script that generates each package spec and installer for each tool. I wanted to push this request over so you could look at it.","number":87,"url":"https://api.github.com/repos/machine/machine.specifications/issues/87","comments":7,"assignee":null},"comment":{"created_at":"2012-01-25T16:22:53Z","user":{"id":16245,"login":"agross","url":"https://api.github.com/users/agross","avatar_url":"https://secure.gravatar.com/avatar/418efad95977c2314e8fecff04f7bb41?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"418efad95977c2314e8fecff04f7bb41"},"updated_at":"2012-01-25T16:22:53Z","id":3653586,"body":"No, not really. The merge won't be influenced, although we won't be able to\r\ntrack which commit really closed it.\r\n\r\nAlex\r\n--\r\nAlexander Groß\r\nTiny phone, tiny e-mail\r\nAm 25.01.2012 17:18 schrieb \"Anthony Mastrean\" <\r\[email protected]\r\n>:\r\n\r\n> Hm, I can't re-open either. Do I have to send the pull request again?\r\n>\r\n> ---\r\n> Reply to this email directly or view it on GitHub:\r\n>\r\n> https://github.com/machine/machine.specifications/pull/87#issuecomment-3653509\r\n>","url":"https://api.github.com/repos/machine/machine.specifications/issues/comments/3653586"},"action":"created"}
{ "id": 122044, "name": "machine/machine.specifications", "url": "https://api.github.dev/repos/machine/machine.specifications" }
{ "id": 16245, "login": "agross", "gravatar_id": "418efad95977c2314e8fecff04f7bb41", "avatar_url": "https://secure.gravatar.com/avatar/418efad95977c2314e8fecff04f7bb41?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/agross" }
{ "id": 30268, "login": "machine", "gravatar_id": "810cb853c7390b6f634a25ec8bfa72e7", "avatar_url": "https://secure.gravatar.com/avatar/810cb853c7390b6f634a25ec8bfa72e7?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/machine" }
2012-01-25T16:22:54
1514292929
null
IssueCommentEvent
true
{"issue":{"created_at":"2012-02-01T22:10:51Z","title":"Error in circular references (function nesting level of '100' reached)","user":{"id":286098,"login":"joanteixido","url":"https://api.github.com/users/joanteixido","gravatar_id":"b322c84a2f6ddf3fa4712877a3b2d28e","avatar_url":"https://secure.gravatar.com/avatar/b322c84a2f6ddf3fa4712877a3b2d28e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"milestone":null,"updated_at":"2012-02-02T08:56:54Z","state":"closed","labels":[],"id":3059715,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"html_url":"https://github.com/schmittjoh/JMSSerializerBundle/issues/72","closed_at":"2012-02-02T08:56:54Z","body":"Hello, \r\n\r\ni'm not sure if this is the correct place to comment this issue. I will try to explain the problem: \r\nI've a User class with followers and people to follow throught another class (Follow entity). In follow entity there're of courser references to User entity... There're more entites related like Follow entity in my model... so... when i try to serialize it I get an error (function nesting level...) due (i supose) to the circular references. \r\n\r\nI see in documentation that this bundle can handle with circular references of objects so I supose that I have some problem. Here is the example in pseudoPHP on my controller:\r\n\r\n```php\r\n $user = entitityRepository->find(1);\r\n $serializer = $this->get('serializer');\r\n $json = $serializer->serialize($user, 'json');\r\n```\r\n...error... :(\r\n\r\n\r\n\r\n\r\n","number":72,"url":"https://api.github.com/repos/schmittjoh/JMSSerializerBundle/issues/72","comments":2,"assignee":null},"comment":{"created_at":"2012-02-02T08:56:54Z","user":{"id":286098,"login":"joanteixido","url":"https://api.github.com/users/joanteixido","gravatar_id":"b322c84a2f6ddf3fa4712877a3b2d28e","avatar_url":"https://secure.gravatar.com/avatar/b322c84a2f6ddf3fa4712877a3b2d28e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"updated_at":"2012-02-02T08:56:54Z","id":3774637,"body":"Thanks... I supose that the best solution is use the ExclusionPolicy as Annotations. Thanks for you great job with your bundles","url":"https://api.github.com/repos/schmittjoh/JMSSerializerBundle/issues/comments/3774637"},"action":"created"}
{ "id": 1674552, "name": "schmittjoh/JMSSerializerBundle", "url": "https://api.github.dev/repos/schmittjoh/JMSSerializerBundle" }
{ "id": 286098, "login": "joanteixido", "gravatar_id": "b322c84a2f6ddf3fa4712877a3b2d28e", "avatar_url": "https://secure.gravatar.com/avatar/b322c84a2f6ddf3fa4712877a3b2d28e?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/joanteixido" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-02-02T08:56:54
1516384601
null
IssueCommentEvent
true
{"issue":{"milestone":{"created_at":"2011-11-04T14:40:31Z","title":"2.0","creator":{"id":197928,"login":"thomas-mcdonald","url":"https://api.github.com/users/thomas-mcdonald","avatar_url":"https://secure.gravatar.com/avatar/24cd55ab1a62ffb113ab8c02f64c9301?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"24cd55ab1a62ffb113ab8c02f64c9301"},"open_issues":1,"state":"open","due_on":"2012-01-31T08:00:00Z","closed_issues":1,"description":"To coincide with the release of Bootstrap v2.0.0.","number":1,"url":"https://api.github.com/repos/thomas-mcdonald/bootstrap-sass/milestones/1"},"created_at":"2012-01-17T17:20:43Z","title":"Bootstrap-sass should be framework agnostic","user":{"id":197928,"login":"thomas-mcdonald","url":"https://api.github.com/users/thomas-mcdonald","avatar_url":"https://secure.gravatar.com/avatar/24cd55ab1a62ffb113ab8c02f64c9301?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"24cd55ab1a62ffb113ab8c02f64c9301"},"labels":[],"updated_at":"2012-02-01T12:45:29Z","state":"open","id":2871680,"html_url":"https://github.com/thomas-mcdonald/bootstrap-sass/issues/26","pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"closed_at":null,"body":"because I hear that there's some people not using Rails, it would be cool if they can join in the fun.\r\n\r\nConsider this a ticket to track progress and such.","number":26,"url":"https://api.github.com/repos/thomas-mcdonald/bootstrap-sass/issues/26","comments":13,"assignee":null},"comment":{"created_at":"2012-02-01T12:45:29Z","user":{"id":543859,"login":"karpah","url":"https://api.github.com/users/karpah","avatar_url":"https://secure.gravatar.com/avatar/bb365e8477053edcc55b40c3d27781d8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"bb365e8477053edcc55b40c3d27781d8"},"updated_at":"2012-02-01T12:45:29Z","id":3758175,"body":"Is a huge advantage if you like and use compass, yeah.","url":"https://api.github.com/repos/thomas-mcdonald/bootstrap-sass/issues/comments/3758175"},"action":"created"}
{ "id": 2336578, "name": "thomas-mcdonald/bootstrap-sass", "url": "https://api.github.dev/repos/thomas-mcdonald/bootstrap-sass" }
{ "id": 543859, "login": "karpah", "gravatar_id": "bb365e8477053edcc55b40c3d27781d8", "avatar_url": "https://secure.gravatar.com/avatar/bb365e8477053edcc55b40c3d27781d8?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/karpah" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-02-01T12:45:30
1516099405
null
IssueCommentEvent
true
{"issue_id":5785616,"comment_id":7187188}
{ "id": null, "name": "standards-and-practices", "url": "https://github.com/LearnProgramming/standards-and-practices" }
{ "id": null, "login": "intothev01d", "gravatar_id": "66c6b688042f8c5f533a3c25fa1adf05", "avatar_url": null, "url": null }
{ "id": null, "login": "LearnProgramming", "gravatar_id": null, "avatar_url": null, "url": null }
2012-07-23T18:46:56
null
{"repository":{"owner":"LearnProgramming","watchers":307,"has_wiki":true,"pushed_at":"2012-07-23T11:47:00-07:00","forks":84,"description":"A collection of documents outlining what it is that we intend to do.","open_issues":3,"fork":false,"size":232,"created_at":"2012-05-13T00:47:34-07:00","has_issues":true,"private":false,"has_downloads":true,"organization":"LearnProgramming"},"actor_attributes":{"location":"Tennessee","type":"User","name":"Lance Batson","email":"[email protected]","company":"","blog":"www.intothev01d.com"},"url":"https://github.com/LearnProgramming/standards-and-practices/issues/62#issuecomment-7187188"}
IssueCommentEvent
true
{"comment_id":11379857,"issue_id":1614548}
{ "id": 539502, "name": "Objective-C-Optimized-Singleton", "url": "https://github.com/cjhanson/Objective-C-Optimized-Singleton" }
{ "id": null, "login": "dalezak", "gravatar_id": "74a8d7dadabcd2ac5c45f68e5a53cedf", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-12-14T15:25:29
null
{"repository":{"stargazers":142,"has_issues":true,"owner":"cjhanson","open_issues":2,"has_downloads":true,"language":"Objective-C","pushed_at":"2011-09-02T22:37:51-07:00","forks":17,"has_wiki":true,"homepage":"","fork":false,"size":144,"created_at":"2010-02-27T23:12:27-08:00","watchers":142,"private":false,"description":"A Singleton Macro that swaps method implementations at runtime so that only the initialization portion will require syncrhonization (lock)"},"actor_attributes":{"name":"Dale Zak","blog":"http://dalezak.ca","location":"Saskatoon, Saskatchewan","email":"[email protected]","type":"User"},"url":"https://github.com/cjhanson/Objective-C-Optimized-Singleton/issues/2#issuecomment-11379857"}
IssueCommentEvent
true
{"issue_id":8407393,"comment_id":10438580}
{ "id": 4439026, "name": "GitTestExampleRemoteRepository", "url": "https://github.com/lucaazori/GitTestExampleRemoteRepository" }
{ "id": null, "login": "lucaazori", "gravatar_id": "9041010388ef45fd147e202b733f616e", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-16T07:17:23
null
{"repository":{"has_downloads":true,"owner":"lucaazori","watchers":1,"created_at":"2012-05-24T15:58:53-07:00","stargazers":1,"has_wiki":true,"has_issues":true,"description":"","fork":false,"size":216,"open_issues":1,"private":false,"pushed_at":"2012-05-24T16:44:30-07:00","forks":0},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/lucaazori/GitTestExampleRemoteRepository/issues/1#issuecomment-10438580"}
IssueCommentEvent
true
{"comment_id":8837467,"issue_id":5431057}
{ "id": 1997520, "name": "iOS-Inspired-jQuery-Mobile-Theme", "url": "https://github.com/taitems/iOS-Inspired-jQuery-Mobile-Theme" }
{ "id": null, "login": "ohhamburgers", "gravatar_id": "c1dccef7bb5d0b7923bc183def1cdadc", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-09-24T22:31:38
null
{"repository":{"created_at":"2011-07-04T14:22:57-07:00","stargazers":354,"owner":"taitems","has_wiki":true,"watchers":354,"pushed_at":"2012-06-24T01:39:47-07:00","forks":68,"open_issues":12,"has_issues":true,"homepage":"http://taitems.github.com/iOS-Inspired-jQuery-Mobile-Theme","fork":false,"size":156,"private":false,"has_downloads":true,"description":"iOS-inspired theme for jQuery Mobile"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/taitems/iOS-Inspired-jQuery-Mobile-Theme/issues/32#issuecomment-8837467"}
IssueCommentEvent
true
{"issue_id":9437197,"comment_id":11579478}
{ "id": 4605027, "name": "silverstripe-bootstrap-forms", "url": "https://github.com/unclecheese/silverstripe-bootstrap-forms" }
{ "id": null, "login": "jrast", "gravatar_id": "018b2fe44f474d0e56131d4864374bf7", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-12-20T16:15:27
null
{"repository":{"owner":"unclecheese","has_downloads":true,"created_at":"2012-06-08T22:09:26-07:00","has_issues":true,"open_issues":6,"pushed_at":"2012-12-20T07:36:37-08:00","description":"Allows the creation of forms compatible with the Twitter Bootstrap CSS framework in SilverStripe","watchers":28,"forks":7,"has_wiki":true,"fork":false,"size":224,"stargazers":28,"private":false,"language":"PHP"},"actor_attributes":{"email":"da39a3ee5e6b4b0d3255bfef95601890afd80709","type":"User","name":"Juerg Rast","location":"Schweiz"},"url":"https://github.com/unclecheese/silverstripe-bootstrap-forms/issues/13#issuecomment-11579478"}
IssueCommentEvent
true
{"comment":{"created_at":"2012-02-22T16:30:27Z","body":"Yes, you just install the engine as a gem in the Gemfile, run bundle, \r\nand then put the configuration file in your application and edit it there.\r\n\r\nThis is actually the only code in which I've ever used Devise. I've not \r\ngotten to a role-based permission system like CanCan yet in the \r\napplication where I'm using it, so I can't help with that.\r\n\r\n Thanks\r\n\r\n Bruce\r\n\r\nOn 02/21/2012 11:46 PM, drew1two wrote:\r\n> Ahhhh, therein lies my problem (I think). I was supposed to include your\r\n> code into MY rails skeleton as it's an Engine not a Generator. Haha If\r\n> it's that simple I'm the dumbest in the world...(quite possibly) . I've\r\n> only used generators before (2.3 weeks new now :) ).\r\n> Can you confirm for me that this is what I have to do (integrate your\r\n> Engine code) to make it work. I was executing your instructions from\r\n> within your codes Own directory sitting parallel with my skeleton.\r\n>","updated_at":"2012-02-22T16:30:27Z","url":"https://api.github.com/repos/BrucePerens/perens-instant-user/issues/comments/4107564","id":4107564,"user":{"avatar_url":"https://secure.gravatar.com/avatar/416eb3f3cebbdffb20541c8c2478ba15?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"416eb3f3cebbdffb20541c8c2478ba15","url":"https://api.github.com/users/BrucePerens","id":1103471,"login":"BrucePerens"}},"action":"created","issue":{"number":1,"created_at":"2012-02-21T17:50:47Z","pull_request":{"diff_url":null,"patch_url":null,"html_url":null},"body":"Getting errors at the 'migrate' stage saying \"Don't know how to build task 'migrate'\". Could be me though. Would you be able to elaborate a bit more on your installation instructions please. \r\n\r\nCheers","comments":12,"title":"Not sure I'm doin it right","updated_at":"2012-02-22T16:30:27Z","url":"https://api.github.com/repos/BrucePerens/perens-instant-user/issues/1","id":3315256,"assignee":null,"milestone":null,"closed_at":null,"user":{"avatar_url":"https://secure.gravatar.com/avatar/31a7d5026a82602361ee09ce1ed78bbb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"31a7d5026a82602361ee09ce1ed78bbb","url":"https://api.github.com/users/drew1two","id":1432630,"login":"drew1two"},"html_url":"https://github.com/BrucePerens/perens-instant-user/issues/1","labels":[],"state":"open"},"legacy":{"issue_id":3315256,"comment_id":4107564}}
{ "id": 3098776, "name": "BrucePerens/perens-instant-user", "url": "https://api.github.com/repos/BrucePerens/perens-instant-user" }
{ "id": 1103471, "login": "BrucePerens", "gravatar_id": "416eb3f3cebbdffb20541c8c2478ba15", "avatar_url": "https://secure.gravatar.com/avatar/416eb3f3cebbdffb20541c8c2478ba15?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/BrucePerens" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-02-22T16:30:28
1522377689
null
IssueCommentEvent
true
{"comment":{"created_at":"2012-02-28T21:01:46Z","body":"I'm actually wanting to replace it with Winston:\r\n\r\nhttps://github.com/flatiron/winston\r\n\r\nYou should be able to suppress everything with configuration?","updated_at":"2012-02-28T21:01:46Z","url":"https://api.github.com/repos/clintandrewhall/node-foursquare/issues/comments/4225402","id":4225402,"user":{"gravatar_id":"302764dcbe429cbf873064a2b8653da4","avatar_url":"https://secure.gravatar.com/avatar/302764dcbe429cbf873064a2b8653da4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/clintandrewhall","id":297604,"login":"clintandrewhall"}},"action":"created","issue":{"number":5,"created_at":"2012-02-28T20:57:23Z","pull_request":{"diff_url":null,"patch_url":null,"html_url":null},"body":"It's quite an invasive library to import by default - we're wondering if there's a way to suppress it, either directly or via node-foursquare?","comments":1,"title":"is log4js strictly necessary?","updated_at":"2012-02-28T21:01:46Z","url":"https://api.github.com/repos/clintandrewhall/node-foursquare/issues/5","id":3425990,"assignee":null,"milestone":null,"closed_at":null,"user":{"gravatar_id":"8eb29630732aecd29eb0d4de23023e12","avatar_url":"https://secure.gravatar.com/avatar/8eb29630732aecd29eb0d4de23023e12?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/RandomEtc","id":39635,"login":"RandomEtc"},"html_url":"https://github.com/clintandrewhall/node-foursquare/issues/5","labels":[],"state":"open"},"legacy":{"issue_id":3425990,"comment_id":4225402}}
{ "id": 1651821, "name": "clintandrewhall/node-foursquare", "url": "https://api.github.com/repos/clintandrewhall/node-foursquare" }
{ "id": 297604, "login": "clintandrewhall", "gravatar_id": "302764dcbe429cbf873064a2b8653da4", "avatar_url": "https://secure.gravatar.com/avatar/302764dcbe429cbf873064a2b8653da4?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/clintandrewhall" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-02-28T21:01:48
1524560724
null
IssueCommentEvent
true
{"comment":{"created_at":"2012-02-21T21:04:54Z","body":"Die auf http://www.avs-webentwicklung.de/fileadmin/images/ScreenShot730.png dargestellte... \"German Setup wurde installiert. Klicken Sie hier...\"","updated_at":"2012-02-21T21:04:54Z","url":"https://api.github.com/repos/firegento/firegento-germansetup/issues/comments/4088759","id":4088759,"user":{"avatar_url":"https://secure.gravatar.com/avatar/5cbe20e5b1330746222bea39a60cc316?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"5cbe20e5b1330746222bea39a60cc316","url":"https://api.github.com/users/avstudnitz","id":662059,"login":"avstudnitz"}},"action":"created","issue":{"number":8,"created_at":"2012-02-14T09:51:34Z","pull_request":{"diff_url":null,"patch_url":null,"html_url":null},"body":"Wenn Cache aktiviert ist, verschwindet die Meldung nicht. Entweder andere Methode wählen, um \"gelesen\"-Flag in der Config zu speichern, oder einmal Cache aktualisieren","comments":2,"title":"Entfernen der Meldung","updated_at":"2012-02-21T21:04:54Z","url":"https://api.github.com/repos/firegento/firegento-germansetup/issues/8","id":3216143,"assignee":null,"milestone":null,"closed_at":null,"user":{"avatar_url":"https://secure.gravatar.com/avatar/5cbe20e5b1330746222bea39a60cc316?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"5cbe20e5b1330746222bea39a60cc316","url":"https://api.github.com/users/avstudnitz","id":662059,"login":"avstudnitz"},"html_url":"https://github.com/firegento/firegento-germansetup/issues/8","labels":[],"state":"open"},"legacy":{"issue_id":3216143,"comment_id":4088759}}
{ "id": 2627413, "name": "firegento/firegento-germansetup", "url": "https://api.github.com/repos/firegento/firegento-germansetup" }
{ "id": 662059, "login": "avstudnitz", "gravatar_id": "5cbe20e5b1330746222bea39a60cc316", "avatar_url": "https://secure.gravatar.com/avatar/5cbe20e5b1330746222bea39a60cc316?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/avstudnitz" }
{ "id": 598945, "login": "firegento", "gravatar_id": "3d5a37b63d4aba292f0c5a253a5f0ecf", "avatar_url": "https://secure.gravatar.com/avatar/3d5a37b63d4aba292f0c5a253a5f0ecf?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.com/orgs/firegento" }
2012-02-21T21:04:56
1522054960
null
IssueCommentEvent
true
{"comment":{"created_at":"2012-02-26T22:53:34Z","body":"Awesome, it would be a stretch calling it a framework but definitely usable as a base. I am trying to flesh it out as fast as possible and can get onto implementing any questions you have quite fast.","updated_at":"2012-02-26T22:53:34Z","url":"https://api.github.com/repos/thomasdavis/backboneboilerplate/issues/comments/4185415","id":4185415,"user":{"avatar_url":"https://secure.gravatar.com/avatar/cff733cf90823edd218a834980379c61?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"cff733cf90823edd218a834980379c61","url":"https://api.github.com/users/thomasdavis","id":416209,"login":"thomasdavis"}},"action":"created","issue":{"number":6,"created_at":"2012-02-26T07:06:19Z","pull_request":{"diff_url":null,"patch_url":null,"html_url":null},"body":"the build.sh script fails on mac os x due to the -i flag needing a mandatory extension argument. Here's the fix:\r\n\r\nsed -i \"\" 's/js\\/l......\r\n\r\ncheers. awesome work.","comments":3,"title":"mac osx - build.sh fails","updated_at":"2012-02-26T22:53:34Z","url":"https://api.github.com/repos/thomasdavis/backboneboilerplate/issues/6","id":3389580,"assignee":null,"milestone":null,"closed_at":null,"user":{"avatar_url":"https://secure.gravatar.com/avatar/bf881908e7b06da5701044307eac241d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"bf881908e7b06da5701044307eac241d","url":"https://api.github.com/users/mcfall2k2","id":183629,"login":"mcfall2k2"},"html_url":"https://github.com/thomasdavis/backboneboilerplate/issues/6","labels":[],"state":"open"},"legacy":{"issue_id":3389580,"comment_id":4185415}}
{ "id": 3197627, "name": "thomasdavis/backboneboilerplate", "url": "https://api.github.com/repos/thomasdavis/backboneboilerplate" }
{ "id": 416209, "login": "thomasdavis", "gravatar_id": "cff733cf90823edd218a834980379c61", "avatar_url": "https://secure.gravatar.com/avatar/cff733cf90823edd218a834980379c61?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/thomasdavis" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-02-26T22:53:35
1523765596
null
IssueCommentEvent
true
{"issue":{"title":"6.x","milestone":null,"user":{"id":110365,"login":"DannyJoris","url":"https://api.github.com/users/DannyJoris","avatar_url":"https://secure.gravatar.com/avatar/c23e85fd48fbc17cdc140045b37068b9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"c23e85fd48fbc17cdc140045b37068b9"},"created_at":"2012-01-21T00:05:45Z","updated_at":"2012-01-21T00:11:52Z","labels":[],"state":"open","id":2918651,"pull_request":{"patch_url":"https://github.com/Islandora/islandora_solr_search/pull/27.patch","html_url":"https://github.com/Islandora/islandora_solr_search/pull/27","diff_url":"https://github.com/Islandora/islandora_solr_search/pull/27.diff"},"html_url":"https://github.com/Islandora/islandora_solr_search/issues/27","closed_at":null,"body":"Had some issues with pushing my latest commits up.\r\n\r\nIn my previous pull request I created the ability to switch primary display profiles by adding ?display=myprofile in the url. Now I recreated the admin interface so that not only you can select a default display, you can also choose which ones to enable to restrict access. I also added weight dropdowns to the table to order the displays. This will be useful when in the next step I'm going to create a block with the links to enabled displays. The order of the links will be based on the weight.","number":27,"url":"https://api.github.com/repos/Islandora/islandora_solr_search/issues/27","comments":1,"assignee":null},"comment":{"user":{"id":110365,"login":"DannyJoris","url":"https://api.github.com/users/DannyJoris","avatar_url":"https://secure.gravatar.com/avatar/c23e85fd48fbc17cdc140045b37068b9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"c23e85fd48fbc17cdc140045b37068b9"},"created_at":"2012-01-21T00:11:52Z","updated_at":"2012-01-21T00:11:52Z","id":3593002,"body":"I also added the ability to add a config link to the primary display hook using: 'configuration' => 'path/to/configuration/page',\r\nI added this to the islandora_solr_custom module and I will add it later to the islandora_solr_gmap module: https://github.com/DannyJoris/islandora_solr_custom/commit/e211754cc2e652f4b91a1273b17fa19b0aa0c00b\r\n\r\nHere's a screenshot: https://skitch.com/dannyjoris/g4u1f/islandora-solr-client-d6theming","url":"https://api.github.com/repos/Islandora/islandora_solr_search/issues/comments/3593002"},"action":"created"}
{ "id": 1115245, "name": "Islandora/islandora_solr_search", "url": "https://api.github.dev/repos/Islandora/islandora_solr_search" }
{ "id": 110365, "login": "DannyJoris", "gravatar_id": "c23e85fd48fbc17cdc140045b37068b9", "avatar_url": "https://secure.gravatar.com/avatar/c23e85fd48fbc17cdc140045b37068b9?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/DannyJoris" }
{ "id": 494054, "login": "Islandora", "gravatar_id": "e945c793a68ffb3a082aa7d28487527b", "avatar_url": "https://secure.gravatar.com/avatar/e945c793a68ffb3a082aa7d28487527b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/Islandora" }
2012-01-21T00:11:54
1513227122
null
IssueCommentEvent
true
{"issue":{"user":{"id":62493,"login":"aivaturi","url":"https://api.github.com/users/aivaturi","gravatar_id":"72ce6ff9b175bd97df5969751cb42303","avatar_url":"https://secure.gravatar.com/avatar/72ce6ff9b175bd97df5969751cb42303?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"title":"Individual browser drivers?","milestone":null,"created_at":"2011-09-02T23:18:45Z","updated_at":"2012-02-15T22:07:46Z","labels":[],"state":"open","id":1556032,"html_url":"https://github.com/aivaturi/Selenium-Remote-Driver/issues/12","closed_at":null,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"body":"Is there any demand for supporting individual browser drivers? Currently this module does cover all browsers through the remote server, but if someone wants to use it just for IE (or any one browser for that matter) this is kind of heavy weight. \r\n\r\nWe can easily subclass the remote driver to create individual browser drivers. So we could end up with Selenium::Remote::Driver, Selenium::IE::Driver, Selenium::Opera::Driver & so on. We will have to change a few things, for e.g. currently /wd/hub url is hardcoded but the individual browser bindings don't use that url prefix. Also we might have to rename the project name name to something more appropriate but regardless, none of these are drastic changes.","number":12,"url":"https://api.github.com/repos/aivaturi/Selenium-Remote-Driver/issues/12","comments":9,"assignee":null},"comment":{"user":{"id":1124586,"login":"enlewof","url":"https://api.github.com/users/enlewof","gravatar_id":"037102fa30d127d006cfd136df297ac6","avatar_url":"https://secure.gravatar.com/avatar/037102fa30d127d006cfd136df297ac6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-02-15T22:07:46Z","updated_at":"2012-02-15T22:07:46Z","id":3990230,"body":"@anuragsatish Yeah what @klrmn said should be all you need now, though you need to either set protected mode on for all zones or turn it off in all zones. To do that you would go to Control Panel > Internet Options and go to Security and click on Internet, etc and either check or uncheck all of the Protected Mode options.","url":"https://api.github.com/repos/aivaturi/Selenium-Remote-Driver/issues/comments/3990230"},"action":"created"}
{ "id": 529448, "name": "aivaturi/Selenium-Remote-Driver", "url": "https://api.github.dev/repos/aivaturi/Selenium-Remote-Driver" }
{ "id": 1124586, "login": "enlewof", "gravatar_id": "037102fa30d127d006cfd136df297ac6", "avatar_url": "https://secure.gravatar.com/avatar/037102fa30d127d006cfd136df297ac6?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/enlewof" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-02-15T22:07:48
1520178985
null
IssueCommentEvent
true
{"issue":{"milestone":null,"created_at":"2012-01-26T16:07:31Z","title":"Incomplete listing of messages","user":{"id":160096,"login":"jdeisenberg","url":"https://api.github.com/users/jdeisenberg","avatar_url":"https://secure.gravatar.com/avatar/9ae153fdbc08fd372c4ad1c598d26f8f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"9ae153fdbc08fd372c4ad1c598d26f8f"},"labels":[],"updated_at":"2012-01-26T19:33:57Z","state":"open","id":2981556,"html_url":"https://github.com/buddycloud/buddycloud-webclient/issues/34","pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"closed_at":null,"body":"See the screenshot at http://dsn-test.com/buddycloud_issues/buddycloud_client_2012_01_26.png\r\n\r\nNote that the first message has a date of \"4 decades ago\", and the \"Broadcasting Since\" in the right-hand column reads \"NaN\" five times in a row.\r\n","number":34,"url":"https://api.github.com/repos/buddycloud/buddycloud-webclient/issues/34","comments":4,"assignee":null},"comment":{"created_at":"2012-01-26T19:33:57Z","user":{"id":160096,"login":"jdeisenberg","url":"https://api.github.com/users/jdeisenberg","avatar_url":"https://secure.gravatar.com/avatar/9ae153fdbc08fd372c4ad1c598d26f8f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"9ae153fdbc08fd372c4ad1c598d26f8f"},"updated_at":"2012-01-26T19:33:57Z","id":3674995,"body":"On Thu, Jan 26, 2012 at 11:14 AM, ▟ ▖▟ ▖\r\n<[email protected]>\r\nwrote:\r\n> w00t .. still?\r\n>\r\n> what chrome version do you use?\r\n>\r\n> ---\r\n> Reply to this email directly or view it on GitHub:\r\n> https://github.com/buddycloud/buddycloud-webclient/issues/34#issuecomment-3674617\r\n\r\nVersion 12.0.742.124 on some version of Mandriva.","url":"https://api.github.com/repos/buddycloud/buddycloud-webclient/issues/comments/3674995"},"action":"created"}
{ "id": 1488137, "name": "buddycloud/buddycloud-webclient", "url": "https://api.github.dev/repos/buddycloud/buddycloud-webclient" }
{ "id": 160096, "login": "jdeisenberg", "gravatar_id": "9ae153fdbc08fd372c4ad1c598d26f8f", "avatar_url": "https://secure.gravatar.com/avatar/9ae153fdbc08fd372c4ad1c598d26f8f?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/jdeisenberg" }
{ "id": 469576, "login": "buddycloud", "gravatar_id": "52d5c001e2778b9af33ae1af80e0e7c3", "avatar_url": "https://secure.gravatar.com/avatar/52d5c001e2778b9af33ae1af80e0e7c3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/buddycloud" }
2012-01-26T19:34:01
1514661313
null
IssueCommentEvent
true
{"issue":{"title":"DNS and IP entries added to subjectAltNames x509 extensions","milestone":null,"user":{"id":33936,"login":"emonti","url":"https://api.github.com/users/emonti","avatar_url":"https://secure.gravatar.com/avatar/0e9847f765c767fa67e30fbb1874a0d5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"0e9847f765c767fa67e30fbb1874a0d5"},"created_at":"2012-01-23T23:55:57Z","updated_at":"2012-01-24T00:17:06Z","labels":[],"state":"open","id":2943878,"html_url":"https://github.com/cchandler/certificate_authority/issues/11","closed_at":null,"pull_request":{"patch_url":"https://github.com/cchandler/certificate_authority/pull/11.patch","html_url":"https://github.com/cchandler/certificate_authority/pull/11","diff_url":"https://github.com/cchandler/certificate_authority/pull/11.diff"},"body":"\r\nAdded accessors for ips and dns_names to the object, changed 'to_s' accordingly. Confirm my assumptions in the specs, though, I'm not an expert on this.","number":11,"url":"https://api.github.com/repos/cchandler/certificate_authority/issues/11","comments":1,"assignee":null},"comment":{"user":{"id":33936,"login":"emonti","url":"https://api.github.com/users/emonti","avatar_url":"https://secure.gravatar.com/avatar/0e9847f765c767fa67e30fbb1874a0d5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"0e9847f765c767fa67e30fbb1874a0d5"},"created_at":"2012-01-24T00:17:06Z","updated_at":"2012-01-24T00:17:06Z","id":3624946,"body":"ok good to go.","url":"https://api.github.com/repos/cchandler/certificate_authority/issues/comments/3624946"},"action":"created"}
{ "id": 1612837, "name": "cchandler/certificate_authority", "url": "https://api.github.dev/repos/cchandler/certificate_authority" }
{ "id": 33936, "login": "emonti", "gravatar_id": "0e9847f765c767fa67e30fbb1874a0d5", "avatar_url": "https://secure.gravatar.com/avatar/0e9847f765c767fa67e30fbb1874a0d5?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/emonti" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-01-24T00:17:08
1513792390
null
IssueCommentEvent
true
{"comment_id":6521546,"issue_id":4665272}
{ "id": null, "name": "ActionBarSherlock-Plugin-Maps", "url": "https://github.com/JakeWharton/ActionBarSherlock-Plugin-Maps" }
{ "id": null, "login": "JakeWharton", "gravatar_id": "e68309f117985270285ade8082f4877d", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-06-23T01:34:13
null
{"repository":{"created_at":"2012-02-17T11:31:35-08:00","description":"Plugin for ActionBarSherlock which provides a base activity that can be used for adding a MapView to your action bar-enabled layouts.","watchers":40,"owner":"JakeWharton","open_issues":0,"has_downloads":true,"fork":false,"size":128,"has_issues":true,"language":"Java","pushed_at":"2012-06-22T18:33:51-07:00","homepage":"http://actionbarsherlock.com","forks":9,"private":false,"has_wiki":false},"actor_attributes":{"location":"San Francisco, CA","type":"User","company":"Square, Inc.","email":"[email protected]","name":"Jake Wharton","blog":"http://jakewharton.com"},"url":"https://github.com/JakeWharton/ActionBarSherlock-Plugin-Maps/issues/4#issuecomment-6521546"}
IssueCommentEvent
true
{"issue_id":4510438,"comment_id":5622863}
{ "id": null, "name": "openmediavault-transmissionbt", "url": "https://github.com/OMV-Plugins/openmediavault-transmissionbt" }
{ "id": null, "login": "drumstick77", "gravatar_id": "61f9c59503b98d71d403fce4ddcaca90", "avatar_url": null, "url": null }
{ "id": null, "login": "OMV-Plugins", "gravatar_id": null, "avatar_url": null, "url": null }
2012-05-10T11:27:36
null
{"repository":{"homepage":"http://omv-plugins.org/","has_issues":true,"has_wiki":true,"forks":2,"fork":false,"open_issues":9,"pushed_at":"2012/05/05 06:16:28 -0700","size":305,"private":false,"language":"JavaScript","owner":"OMV-Plugins","created_at":"2011/11/18 03:49:58 -0800","organization":"OMV-Plugins","description":"Transmission-BT Plugin for Openmediavault","watchers":5,"has_downloads":true},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/OMV-Plugins/openmediavault-transmissionbt/issues/43#issuecomment-5622863"}
IssueCommentEvent
true
{"comment_id":9332616,"issue_id":7506197}
{ "id": 5271882, "name": "build-web-application-with-golang", "url": "https://github.com/astaxie/build-web-application-with-golang" }
{ "id": null, "login": "astaxie", "gravatar_id": "84147bb143d6ba187e59066ecf29872c", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-10-11T08:42:47
null
{"repository":{"description":"A golang ebook intro how to build a web with golang","owner":"astaxie","has_issues":true,"has_downloads":true,"created_at":"2012-08-02T04:49:35-07:00","has_wiki":true,"watchers":360,"fork":false,"size":672,"pushed_at":"2012-10-10T22:10:21-07:00","homepage":"","stargazers":360,"forks":153,"private":false,"open_issues":0,"language":"Go"},"actor_attributes":{"email":"[email protected]","type":"User","company":"SNDA","location":"shanghai china","name":"astaxie"},"url":"https://github.com/astaxie/build-web-application-with-golang/issues/59#issuecomment-9332616"}
IssueCommentEvent
true
{"issue_id":8387279,"comment_id":10683068}
{ "id": 3009344, "name": "email_newsletter_manager", "url": "https://github.com/creativedutchmen/email_newsletter_manager" }
{ "id": null, "login": "creativedutchmen", "gravatar_id": "af4861f6a49989457abc82ca452c074a", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-24T20:07:11
null
{"repository":{"has_downloads":true,"stargazers":6,"owner":"creativedutchmen","description":"Making Symphony the most powerful emailing platform","created_at":"2011-12-18T18:23:02-08:00","open_issues":3,"has_wiki":false,"pushed_at":"2012-10-10T11:18:18-07:00","forks":2,"fork":false,"size":192,"language":"PHP","private":false,"has_issues":true,"homepage":"","watchers":6},"actor_attributes":{"name":"Huib Keemink","blog":"http://www.creativedutchmen.com","company":"Creative Dutchmen","email":"[email protected]","type":"User","location":"Netherlands"},"url":"https://github.com/creativedutchmen/email_newsletter_manager/issues/51#issuecomment-10683068"}
IssueCommentEvent
true
{"issue_id":157348,"comment_id":4869944}
{ "id": null, "name": "django-debug-toolbar", "url": "https://github.com/django-debug-toolbar/django-debug-toolbar" }
{ "id": null, "login": "jezdez", "gravatar_id": "cf3595fa166bfb4106211e1697f39f94", "avatar_url": null, "url": null }
{ "id": null, "login": "django-debug-toolbar", "gravatar_id": null, "avatar_url": null, "url": null }
2012-04-01T22:08:20
null
{"repository":{"open_issues":84,"watchers":1580,"pushed_at":"2012/03/31 13:13:09 -0700","homepage":"https://github.com/django-debug-toolbar/django-debug-toolbar","integrate_branch":"js_closure","has_downloads":true,"organization":"django-debug-toolbar","fork":false,"has_issues":true,"language":"Python","forks":261,"size":556,"private":false,"created_at":"2008/08/27 23:58:04 -0700","owner":"django-debug-toolbar","has_wiki":true,"description":"A configurable set of panels that display various debug information about the current request/response."},"actor_attributes":{"name":"Jannis Leidel","company":"enn.io","location":"Berlin, Germany","blog":"http://enn.io","type":"User","email":"[email protected]"},"url":"https://github.com/django-debug-toolbar/django-debug-toolbar/issues/71#issuecomment-4869944"}
IssueCommentEvent
true
{"comment_id":4579258,"issue_id":2615595}
{ "id": null, "name": "elasticsearch-river-couchdb", "url": "https://github.com/elasticsearch/elasticsearch-river-couchdb" }
{ "id": null, "login": "opie4624", "gravatar_id": "4c0988ab6f0f226c8a5bdce52b160006", "avatar_url": null, "url": null }
{ "id": null, "login": "elasticsearch", "gravatar_id": null, "avatar_url": null, "url": null }
2012-03-19T17:44:50
null
{"repository":{"homepage":"http://www.elasticsearch.org","open_issues":4,"watchers":17,"owner":"elasticsearch","created_at":"2011/12/05 05:57:37 -0800","pushed_at":"2012/02/26 15:39:30 -0800","language":"Java","has_downloads":true,"has_issues":true,"forks":6,"description":"CouchDB River Plugin for ElasticSearch","fork":false,"size":166,"has_wiki":true,"organization":"elasticsearch","private":false},"actor_attributes":{"type":"User","blog":"http://networkdigital.net/","location":"San Mateo, CA","name":"Andrew Kraut","email":"[email protected]","company":"CyByL Technologies, Inc."},"url":"https://github.com/elasticsearch/elasticsearch-river-couchdb/issues/3#issuecomment-4579258"}
IssueCommentEvent
true
{"issue_id":9443167,"comment_id":11585941}
{ "id": 6773854, "name": "openFrameworks", "url": "https://github.com/openFrameworks-RaspberryPi/openFrameworks" }
{ "id": null, "login": "bakercp", "gravatar_id": "8f6ac7bc0f5c26b87269d442d5339206", "avatar_url": null, "url": null }
{ "id": null, "login": "openFrameworks-RaspberryPi", "gravatar_id": null, "avatar_url": null, "url": null }
2012-12-20T18:56:35
null
{"repository":{"owner":"openFrameworks-RaspberryPi","has_wiki":true,"created_at":"2012-11-19T23:24:30-08:00","homepage":"http://openframeworks.cc","open_issues":20,"pushed_at":"2012-12-20T10:26:28-08:00","integrate_branch":"master","description":"OpenFrameworks is a cross platform open source toolkit for creative coding in C++.","watchers":7,"forks":3,"organization":"openFrameworks-RaspberryPi","fork":true,"size":316,"has_issues":true,"stargazers":7,"has_downloads":true,"private":false,"language":"C"},"actor_attributes":{"name":"Christopher Baker","location":"Chicago, Illinois USA","type":"User","blog":"http://christopherbaker.net","email":"[email protected]"},"url":"https://github.com/openFrameworks-RaspberryPi/openFrameworks/issues/91#issuecomment-11585941"}
IssueCommentEvent
true
{"issue_id":5451826,"comment_id":8223635}
{ "id": null, "name": "service-oriented-design-with-ruby", "url": "https://github.com/pauldix/service-oriented-design-with-ruby" }
{ "id": null, "login": "pauldix", "gravatar_id": "39b7a68b6cbc43ec7683ad0bcc4c9570", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-09-02T16:52:52
null
{"repository":{"has_downloads":true,"owner":"pauldix","language":"Ruby","pushed_at":"2012-09-02T09:52:34-07:00","forks":31,"has_wiki":true,"homepage":"","watchers":145,"stargazers":145,"fork":false,"size":280,"open_issues":4,"created_at":"2009-04-19T15:15:09-07:00","description":"Code examples from my forthcoming book \"Service Oriented Design in Ruby and Rails\"","private":false,"has_issues":true},"actor_attributes":{"company":"","blog":"http://www.pauldix.net","type":"User","email":"[email protected]","name":"Paul Dix","location":"New York, NY"},"url":"https://github.com/pauldix/service-oriented-design-with-ruby/issues/10#issuecomment-8223635"}
IssueCommentEvent
true
{"comment_id":9259060,"issue_id":7415974}
{ "id": 3881293, "name": "phpBB-Social-Network", "url": "https://github.com/phpBB-Social-Network/phpBB-Social-Network" }
{ "id": null, "login": "Culprit-CZ", "gravatar_id": "686c9a8300737e25f6dce1e9c3a14ff4", "avatar_url": null, "url": null }
{ "id": null, "login": "phpBB-Social-Network", "gravatar_id": null, "avatar_url": null, "url": null }
2012-10-09T12:45:47
null
{"repository":{"created_at":"2012-03-30T14:53:27-07:00","master_branch":"develop","owner":"phpBB-Social-Network","has_issues":true,"has_downloads":true,"pushed_at":"2012-10-09T03:54:02-07:00","forks":4,"has_wiki":true,"organization":"phpBB-Social-Network","homepage":"phpbbsocialnetwork.com","watchers":5,"fork":false,"size":564,"language":"PHP","open_issues":19,"stargazers":5,"private":false,"description":"phpBB Social Network is a modification for phpBB software which turns your board into a full valued social network software with all the main and popular features of social networks such as Extended User Profile, Friends Management System, Notifications, Instant Messenger, Activity Page, Groups of Friends, Privacy Settings, Personal Galleries and Blogs, Groups, Events, Sharing and Likeing and even more"},"actor_attributes":{"name":"Jan Kalach","blog":"http://phpbb3hacks.com","location":"Czech Republic, Prahue","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/phpBB-Social-Network/phpBB-Social-Network/issues/50#issuecomment-9259060"}
IssueCommentEvent
true
{"issue_id":4121728,"comment_id":6656176}
{ "id": null, "name": "MITx-6002x-Video-Downloader", "url": "https://github.com/terriblybored/MITx-6002x-Video-Downloader" }
{ "id": null, "login": "emumanu", "gravatar_id": "a0e00c41e636e21c658a95811788122a", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-06-29T09:54:34
null
{"repository":{"created_at":"2012-03-07T12:36:03-08:00","owner":"terriblybored","open_issues":4,"homepage":"","has_issues":true,"has_downloads":true,"language":"Scala","pushed_at":"2012-04-03T08:03:01-07:00","forks":9,"fork":false,"size":132,"description":"","private":false,"watchers":23,"has_wiki":true},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/terriblybored/MITx-6002x-Video-Downloader/issues/11#issuecomment-6656176"}
IssueCommentEvent
true
{"issue_id":4136943,"comment_id":5179630}
{ "id": null, "name": "the-red-spider-project", "url": "https://github.com/the-xkcd-community/the-red-spider-project" }
{ "id": null, "login": "nforrester", "gravatar_id": "fd1968ff709ad1350921bfd4d3a5f91c", "avatar_url": null, "url": null }
{ "id": null, "login": "the-xkcd-community", "gravatar_id": null, "avatar_url": null, "url": null }
2012-04-17T16:31:47
null
{"repository":{"open_issues":2,"organization":"the-xkcd-community","created_at":"2012/03/23 18:13:54 -0700","pushed_at":"2012/04/13 15:00:01 -0700","description":"","watchers":9,"has_downloads":true,"fork":false,"homepage":"","size":144,"private":false,"owner":"the-xkcd-community","has_issues":true,"has_wiki":true,"forks":7,"language":"Python"},"actor_attributes":{"name":"Neil Forrester","location":"USA","type":"User","email":"[email protected]"},"url":"https://github.com/the-xkcd-community/the-red-spider-project/issues/10#issuecomment-5179630"}
IssueCommentEvent
true
{"comment_id":11618280,"issue_id":6594648}
{ "id": 1666669, "name": "WhiteOctoberPagerfantaBundle", "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle" }
{ "id": null, "login": "pablodip", "gravatar_id": "a4859fa45fee506362e03ff3bed10418", "avatar_url": null, "url": null }
{ "id": null, "login": "whiteoctober", "gravatar_id": null, "avatar_url": null, "url": null }
2012-12-21T16:11:33
null
{"repository":{"owner":"whiteoctober","open_issues":3,"has_downloads":true,"created_at":"2011-04-26T11:57:47-07:00","homepage":"","has_issues":true,"pushed_at":"2012-07-24T05:48:42-07:00","description":"Bundle to use Pagerfanta with Symfony2.","forks":28,"has_wiki":true,"organization":"whiteoctober","fork":false,"size":336,"watchers":114,"private":false,"language":"PHP","stargazers":114},"actor_attributes":{"blog":"","email":"[email protected]","name":"Pablo Díez","type":"User","company":""},"url":"https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle/issues/49#issuecomment-11618280"}
IssueCommentEvent
true
{"comment_id":10378465,"issue_id":8342143}
{ "id": 1768764, "name": "BazingaExposeTranslationBundle", "url": "https://github.com/willdurand/BazingaExposeTranslationBundle" }
{ "id": null, "login": "willdurand", "gravatar_id": "c44ab7aed2bd14539fafb9175fcf2085", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-14T18:51:12
null
{"repository":{"pushed_at":"2012-11-14T10:50:54-08:00","forks":23,"owner":"willdurand","created_at":"2011-05-18T16:04:18-07:00","watchers":75,"homepage":"","has_downloads":true,"stargazers":75,"description":"[Symfony2] A pretty nice way to expose your translation messages to your JavaScript.","fork":false,"size":180,"has_wiki":false,"language":"JavaScript","private":false,"open_issues":6,"has_issues":true},"actor_attributes":{"name":"William Durand","type":"User","email":"[email protected]","blog":"http://williamdurand.fr/","location":"France","company":""},"url":"https://github.com/willdurand/BazingaExposeTranslationBundle/issues/37#issuecomment-10378465"}
IssueCommentEvent
true
{"comment":{"created_at":"2012-03-08T23:07:27Z","body":"It's in the repo. Thanks Konrad.","updated_at":"2012-03-08T23:07:27Z","url":"https://api.github.com/repos/jaceklaskowski/librarian-clojure/issues/comments/4405062","id":4405062,"user":{"gravatar_id":"85c0f5fdbb31b1931ecefa08402c2107","avatar_url":"https://secure.gravatar.com/avatar/85c0f5fdbb31b1931ecefa08402c2107?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/jaceklaskowski","id":62313,"login":"jaceklaskowski"}},"action":"created","issue":{"number":6,"created_at":"2012-02-29T23:31:34Z","pull_request":{"diff_url":null,"patch_url":null,"html_url":null},"body":"Upon pressing Edit button, the book item should become editable - possibly changing output fields to inputs.","comments":2,"title":"Edit edits a book item","updated_at":"2012-03-08T23:07:27Z","url":"https://api.github.com/repos/jaceklaskowski/librarian-clojure/issues/6","id":3446462,"assignee":null,"milestone":{"number":1,"created_at":"2012-02-29T23:36:17Z","due_on":null,"title":"v1.0","creator":{"gravatar_id":"85c0f5fdbb31b1931ecefa08402c2107","avatar_url":"https://secure.gravatar.com/avatar/85c0f5fdbb31b1931ecefa08402c2107?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/jaceklaskowski","id":62313,"login":"jaceklaskowski"},"url":"https://api.github.com/repos/jaceklaskowski/librarian-clojure/milestones/1","open_issues":2,"closed_issues":1,"description":null,"state":"open"},"closed_at":"2012-03-08T23:07:27Z","user":{"gravatar_id":"85c0f5fdbb31b1931ecefa08402c2107","avatar_url":"https://secure.gravatar.com/avatar/85c0f5fdbb31b1931ecefa08402c2107?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/jaceklaskowski","id":62313,"login":"jaceklaskowski"},"html_url":"https://github.com/jaceklaskowski/librarian-clojure/issues/6","labels":[],"state":"closed"},"legacy":{"issue_id":3446462,"comment_id":4405062}}
{ "id": 3264716, "name": "jaceklaskowski/librarian-clojure", "url": "https://api.github.com/repos/jaceklaskowski/librarian-clojure" }
{ "id": 62313, "login": "jaceklaskowski", "gravatar_id": "85c0f5fdbb31b1931ecefa08402c2107", "avatar_url": "https://secure.gravatar.com/avatar/85c0f5fdbb31b1931ecefa08402c2107?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/jaceklaskowski" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-03-08T23:07:27
1528085811
null
IssueCommentEvent
true
{"comment":{"created_at":"2012-02-26T14:44:16Z","body":"It's ok for spaces. But there is a lot of places with tabs instead of spaces. I'm using a plugin (AnyEdit Tools) that is converting tabs to spaces and removes trailing whitespaces. I'm gonna activate it, so there is chances my next commits cause massive diff changes because of this conversion.\r\n\r\nI'm gonna stick with the code style you described here.\r\n\r\nAnnotation is getting better, I started to convert code to use the new AnnotationCommentParser I did which receives a comment string and returns the list of valid annotations.\r\n\r\nRegards,\r\nMatt","updated_at":"2012-02-26T14:44:16Z","url":"https://api.github.com/repos/pulse00/Symfony-2-Eclipse-Plugin/issues/comments/4181592","id":4181592,"user":{"avatar_url":"https://secure.gravatar.com/avatar/bcc50b7d52ce72e16576e6488b1f85d0?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"bcc50b7d52ce72e16576e6488b1f85d0","url":"https://api.github.com/users/maoueh","id":123014,"login":"maoueh"}},"action":"created","issue":{"number":90,"created_at":"2012-02-26T06:43:39Z","pull_request":{"diff_url":"https://github.com/pulse00/Symfony-2-Eclipse-Plugin/pull/90.diff","patch_url":"https://github.com/pulse00/Symfony-2-Eclipse-Plugin/pull/90.patch","html_url":"https://github.com/pulse00/Symfony-2-Eclipse-Plugin/pull/90"},"body":"This commit will fix an invalid thread access issue when update the Services page. This was causing me a lot of exception messages when improving the annotations parser.\r\n\r\nWhat is you preferred coding style for this projet? Do you prefer spaces over tabs or vice-versa? Do you have an Eclipse java formatter? I'm asking because with my original Eclipse settings, every things mess up when I'm editing almost any file of the project.","comments":3,"title":"fixed an invalid thread access issue","updated_at":"2012-02-26T14:44:16Z","url":"https://api.github.com/repos/pulse00/Symfony-2-Eclipse-Plugin/issues/90","id":3389510,"assignee":null,"milestone":null,"closed_at":"2012-02-26T07:40:59Z","user":{"avatar_url":"https://secure.gravatar.com/avatar/bcc50b7d52ce72e16576e6488b1f85d0?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"bcc50b7d52ce72e16576e6488b1f85d0","url":"https://api.github.com/users/maoueh","id":123014,"login":"maoueh"},"html_url":"https://github.com/pulse00/Symfony-2-Eclipse-Plugin/issues/90","labels":[],"state":"closed"},"legacy":{"issue_id":3389510,"comment_id":4181592}}
{ "id": 541056, "name": "pulse00/Symfony-2-Eclipse-Plugin", "url": "https://api.github.com/repos/pulse00/Symfony-2-Eclipse-Plugin" }
{ "id": 123014, "login": "maoueh", "gravatar_id": "bcc50b7d52ce72e16576e6488b1f85d0", "avatar_url": "https://secure.gravatar.com/avatar/bcc50b7d52ce72e16576e6488b1f85d0?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/maoueh" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-02-26T14:44:18
1523687181
null
IssueCommentEvent
true
{"issue":{"user":{"id":870135,"login":"deckerweb","url":"https://api.github.com/users/deckerweb","avatar_url":"https://secure.gravatar.com/avatar/28d02f8d09fc32fccc0282efdc23a4e5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"28d02f8d09fc32fccc0282efdc23a4e5"},"created_at":"2012-02-13T11:42:13Z","milestone":null,"title":"Updated German translations (develop branch)","state":"open","labels":[{"name":"Pull Request","color":"444444","url":"https://api.github.com/repos/GaryJones/Genesis-Admin-Bar-Plus/labels/Pull+Request"}],"updated_at":"2012-02-13T12:24:19Z","id":3199159,"html_url":"https://github.com/GaryJones/Genesis-Admin-Bar-Plus/issues/13","pull_request":{"patch_url":"https://github.com/GaryJones/Genesis-Admin-Bar-Plus/pull/13.patch","html_url":"https://github.com/GaryJones/Genesis-Admin-Bar-Plus/pull/13","diff_url":"https://github.com/GaryJones/Genesis-Admin-Bar-Plus/pull/13.diff"},"closed_at":null,"body":"So, now again - hopefully the correct files for the correct branch :)","number":13,"url":"https://api.github.com/repos/GaryJones/Genesis-Admin-Bar-Plus/issues/13","comments":3,"assignee":null},"comment":{"user":{"id":870135,"login":"deckerweb","url":"https://api.github.com/users/deckerweb","avatar_url":"https://secure.gravatar.com/avatar/28d02f8d09fc32fccc0282efdc23a4e5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"28d02f8d09fc32fccc0282efdc23a4e5"},"created_at":"2012-02-13T12:24:19Z","updated_at":"2012-02-13T12:24:19Z","id":3938837,"body":"Btw, was my last commit the way you wanted it? -- I Had problems to find the way do make a pull request into develop branch but i guess i figured it out...","url":"https://api.github.com/repos/GaryJones/Genesis-Admin-Bar-Plus/issues/comments/3938837"},"action":"created"}
{ "id": 3415593, "name": "GaryJones/Genesis-Admin-Bar-Plus", "url": "https://api.github.dev/repos/GaryJones/Genesis-Admin-Bar-Plus" }
{ "id": 870135, "login": "deckerweb", "gravatar_id": "28d02f8d09fc32fccc0282efdc23a4e5", "avatar_url": "https://secure.gravatar.com/avatar/28d02f8d09fc32fccc0282efdc23a4e5?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/deckerweb" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-02-13T12:24:20
1519317432
null
IssueCommentEvent
true
{"issue":{"user":{"id":132158,"login":"aslakknutsen","url":"https://api.github.com/users/aslakknutsen","gravatar_id":"3f27861ec08730fd02c91fe4129d2668","avatar_url":"https://secure.gravatar.com/avatar/3f27861ec08730fd02c91fe4129d2668?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"milestone":null,"created_at":"2012-02-10T08:00:25Z","title":"Create Contributor Profile","state":"open","updated_at":"2012-02-10T19:59:23Z","labels":[],"id":3168997,"html_url":"https://github.com/arquillian/arquillian.github.com/issues/60","pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"closed_at":null,"body":"All references to People on the site should be linked/backed by a UserProfile. \r\n\r\nThe content of the UserProfile could be anything from any source. e.g. \r\n\r\n* MasterBranch integration showing other projects being worked on outside of Arquillian\r\n* StackOverFlow integration showing activity / status\r\n* Twitter, Github, Blog links\r\n* Auto fetch and understand local commits/metadata, e.g. Contributed French Translation of Guide X","number":60,"url":"https://api.github.com/repos/arquillian/arquillian.github.com/issues/60","comments":2,"assignee":null},"comment":{"user":{"id":79351,"login":"mojavelinux","url":"https://api.github.com/users/mojavelinux","gravatar_id":"dcccd96c499963133f7f95e7ffa20c4e","avatar_url":"https://secure.gravatar.com/avatar/dcccd96c499963133f7f95e7ffa20c4e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-02-10T19:59:23Z","updated_at":"2012-02-10T19:59:23Z","id":3913276,"body":"I agree all references to people should be linked back to a user profile. Fortunately, I've already created such an object. It just needs to be:\r\n\r\n- applied everywhere\r\n- integrated w/ more sources\r\n\r\nHere's the info about each identity:\r\n\r\n_tmp/github/user-*.json\r\n\r\nI realize this would be a good thing to document in the rdoc of the module (or on the wiki here).","url":"https://api.github.com/repos/arquillian/arquillian.github.com/issues/comments/3913276"},"action":"created"}
{ "id": 2431108, "name": "arquillian/arquillian.github.com", "url": "https://api.github.dev/repos/arquillian/arquillian.github.com" }
{ "id": 79351, "login": "mojavelinux", "gravatar_id": "dcccd96c499963133f7f95e7ffa20c4e", "avatar_url": "https://secure.gravatar.com/avatar/dcccd96c499963133f7f95e7ffa20c4e?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/mojavelinux" }
{ "id": 330981, "login": "arquillian", "gravatar_id": "35f25e4d464176fb0f39a19220cf4fe9", "avatar_url": "https://secure.gravatar.com/avatar/35f25e4d464176fb0f39a19220cf4fe9?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/arquillian" }
2012-02-10T19:59:23
1518828928
null
IssueCommentEvent
true
{"issue":{"milestone":null,"created_at":"2012-01-04T20:05:13Z","title":"New Rails 3.1 apps based on templates are missing asset handling and jQuery","user":{"id":8009,"login":"dmarkow","url":"https://api.github.com/users/dmarkow","gravatar_id":"0c660cb450f33249b6b23bcb84f0d63b","avatar_url":"https://secure.gravatar.com/avatar/0c660cb450f33249b6b23bcb84f0d63b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"labels":[],"updated_at":"2012-01-04T20:16:00Z","state":"open","id":2727700,"closed_at":null,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"html_url":"https://github.com/datamapper/datamapper.github.com/issues/28","body":"A standard Rails 3.1.x app will include this in the `Gemfile`:\r\n\r\n```ruby\r\ngroup :assets do\r\n gem 'sass-rails', '~> 3.1.5'\r\n gem 'coffee-rails', '~> 3.1.1'\r\n gem 'uglifier', '>= 1.0.3'\r\nend\r\n\r\ngem 'jquery-rails'\r\n\r\ngroup :test do\r\n # Pretty printed test output\r\n gem 'turn', '~> 0.8.3', :require => false\r\nend\r\n```\r\n\r\nHowever, `rails new project_name -m http://datamapper.org/templates/rails.rb` doesn't preserve any of this, which makes the new app broken since any requests to `/assets/*` will fail.","number":28,"url":"https://api.github.com/repos/datamapper/datamapper.github.com/issues/28","comments":1,"assignee":null},"comment":{"created_at":"2012-01-04T20:16:00Z","user":{"id":8009,"login":"dmarkow","url":"https://api.github.com/users/dmarkow","gravatar_id":"0c660cb450f33249b6b23bcb84f0d63b","avatar_url":"https://secure.gravatar.com/avatar/0c660cb450f33249b6b23bcb84f0d63b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"updated_at":"2012-01-04T20:16:00Z","id":3360411,"body":"Also, the `config.rb` replacement file doesn't include a reference to `require 'sprockets/railtie'` which is necessary for Rails 3.1 assets support. I'll get a pull request in soon.","url":"https://api.github.com/repos/datamapper/datamapper.github.com/issues/comments/3360411"},"action":"created"}
{ "id": 126112, "name": "datamapper/datamapper.github.com", "url": "https://api.github.dev/repos/datamapper/datamapper.github.com" }
{ "id": 8009, "login": "dmarkow", "gravatar_id": "0c660cb450f33249b6b23bcb84f0d63b", "avatar_url": "https://secure.gravatar.com/avatar/0c660cb450f33249b6b23bcb84f0d63b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/dmarkow" }
{ "id": 38392, "login": "datamapper", "gravatar_id": "4d1c946e618e3d09a538159d6d6d4e60", "avatar_url": "https://secure.gravatar.com/avatar/4d1c946e618e3d09a538159d6d6d4e60?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/datamapper" }
2012-01-04T20:16:02
1509192319
null
IssueCommentEvent
true
{"issue":{"milestone":null,"created_at":"2012-01-28T20:04:17Z","title":"Visual editor not loading for Editor","user":{"id":1341616,"login":"ihavetoomany","url":"https://api.github.com/users/ihavetoomany","avatar_url":"https://secure.gravatar.com/avatar/899424d38781aa1a0dbf4a9e2a06e7d1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"899424d38781aa1a0dbf4a9e2a06e7d1"},"labels":[],"updated_at":"2012-01-31T23:47:50Z","state":"closed","id":3007041,"html_url":"https://github.com/magic-fields-team/Magic-Fields-2/issues/110","closed_at":"2012-01-31T23:47:50Z","pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"body":"WP 3.3.1 and MF 2. The visual editor works fine for Admin, but gone for Editors. Just installed MF2, nothing even configured.","number":110,"url":"https://api.github.com/repos/magic-fields-team/Magic-Fields-2/issues/110","comments":3,"assignee":null},"comment":{"created_at":"2012-01-31T23:47:50Z","user":{"id":48661,"login":"hunk","url":"https://api.github.com/users/hunk","avatar_url":"https://secure.gravatar.com/avatar/7b3269987700f276bb64160829caf71a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"7b3269987700f276bb64160829caf71a"},"updated_at":"2012-01-31T23:47:50Z","id":3750784,"body":"ok","url":"https://api.github.com/repos/magic-fields-team/Magic-Fields-2/issues/comments/3750784"},"action":"created"}
{ "id": 1416420, "name": "magic-fields-team/Magic-Fields-2", "url": "https://api.github.dev/repos/magic-fields-team/Magic-Fields-2" }
{ "id": 48661, "login": "hunk", "gravatar_id": "7b3269987700f276bb64160829caf71a", "avatar_url": "https://secure.gravatar.com/avatar/7b3269987700f276bb64160829caf71a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/hunk" }
{ "id": 429161, "login": "magic-fields-team", "gravatar_id": "6787db830b7b2e8852fab11475dfe2ad", "avatar_url": "https://secure.gravatar.com/avatar/6787db830b7b2e8852fab11475dfe2ad?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/magic-fields-team" }
2012-01-31T23:47:51
1515961575
null
IssueCommentEvent
true
{"comment_id":6812704,"issue_id":5434900}
{ "id": null, "name": "BB10-Webworks-Packager", "url": "https://github.com/blackberry-webworks/BB10-Webworks-Packager" }
{ "id": null, "login": "adrianlee", "gravatar_id": "1c4505ea6615aad741ee640faf3cfd4a", "avatar_url": null, "url": null }
{ "id": null, "login": "blackberry-webworks", "gravatar_id": null, "avatar_url": null, "url": null }
2012-07-06T18:28:15
null
{"repository":{"has_downloads":true,"owner":"blackberry-webworks","created_at":"2012-04-03T10:10:28-07:00","organization":"blackberry-webworks","watchers":10,"has_wiki":true,"language":"JavaScript","pushed_at":"2012-07-06T11:25:41-07:00","forks":3,"homepage":"","fork":true,"size":10971,"open_issues":2,"private":false,"description":"","has_issues":true},"actor_attributes":{"name":"Adrian Lee","location":"Toronto / Montreal","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/blackberry-webworks/BB10-Webworks-Packager/issues/64#issuecomment-6812704"}
IssueCommentEvent
true
{"issue_id":3620024,"comment_id":4498724}
{ "id": null, "name": "The-Three-Little-Pigs-Siri-Proxy", "url": "https://github.com/jimmykane/The-Three-Little-Pigs-Siri-Proxy" }
{ "id": null, "login": "hackersbox", "gravatar_id": "87b235424853df5b18801ea83eb970d3", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-03-14T14:09:44
null
{"repository":{"has_wiki":true,"homepage":"","open_issues":28,"watchers":69,"fork":false,"pushed_at":"2012/03/12 17:11:35 -0700","language":"PHP","size":192,"private":false,"owner":"jimmykane","has_downloads":true,"created_at":"2012/01/09 14:03:44 -0800","has_issues":true,"description":"A intelligent Siri Proxy with multiple key storage and key throttling.","forks":35},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/jimmykane/The-Three-Little-Pigs-Siri-Proxy/issues/219#issuecomment-4498724"}
IssueCommentEvent
true
{"issue_id":5012880,"comment_id":6406223}
{ "id": null, "name": "The-Three-Little-Pigs-Siri-Proxy", "url": "https://github.com/jimmykane/The-Three-Little-Pigs-Siri-Proxy" }
{ "id": null, "login": "creemerica", "gravatar_id": "7b7bfe3e2a4a6a73b714851c3e998e22", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-06-18T19:18:37
null
{"repository":{"open_issues":19,"pushed_at":"2012-06-18T09:56:22-07:00","forks":41,"has_downloads":true,"description":"A intelligent Siri Proxy with multiple key storage and key throttling.","fork":false,"has_issues":true,"language":"PHP","created_at":"2012-01-09T14:03:44-08:00","size":208,"private":false,"owner":"jimmykane","has_wiki":true,"homepage":"","watchers":88},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/jimmykane/The-Three-Little-Pigs-Siri-Proxy/issues/302#issuecomment-6406223"}
IssueCommentEvent
true
{"issue_id":9183301,"comment_id":11642349}
{ "id": 6924126, "name": "django-social-friends-finder", "url": "https://github.com/laplacesdemon/django-social-friends-finder" }
{ "id": null, "login": "laplacesdemon", "gravatar_id": "fb938e8d695384e4e13fd2a850b083f8", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-12-22T23:09:32
null
{"repository":{"language":"Python","owner":"laplacesdemon","has_issues":true,"has_wiki":true,"created_at":"2012-11-29T08:02:04-08:00","homepage":"","open_issues":0,"fork":false,"size":216,"pushed_at":"2012-12-22T15:05:53-08:00","description":"An extension app for django-social-auth that fetches your friends from different social-networks.","watchers":15,"forks":1,"has_downloads":true,"private":false,"stargazers":15},"actor_attributes":{"company":"","email":"[email protected]","type":"User","location":"Istanbul","name":"Suleyman Melikoglu","blog":"http://www.melikoglu.info"},"url":"https://github.com/laplacesdemon/django-social-friends-finder/issues/1#issuecomment-11642349"}
IssueCommentEvent
true
{"issue_id":3603554,"comment_id":4463384}
{ "id": null, "name": "WordPress-Backup-to-Dropbox", "url": "https://github.com/michaeldewildt/WordPress-Backup-to-Dropbox" }
{ "id": null, "login": "stevemorton", "gravatar_id": "403c2dfa64b065e4e1ac727e8ca8f458", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-03-12T22:34:23
null
{"repository":{"has_downloads":true,"has_issues":true,"created_at":"2011/09/24 22:24:41 -0700","forks":6,"description":"A plugin for WordPress that automatically uploads your blogs files and a SQL dump of its database to Dropbox. Giving you piece of mind that your entire blog including its precious posts, images and metadata regularly backed up.","has_wiki":true,"fork":false,"homepage":"http://www.mikeyd.com.au/projects/wordpress-backup-to-dropbox/","size":703,"private":false,"open_issues":20,"watchers":22,"owner":"michaeldewildt","pushed_at":"2012/03/08 01:07:15 -0800","language":"PHP"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/michaeldewildt/WordPress-Backup-to-Dropbox/issues/40#issuecomment-4463384"}
IssueCommentEvent
true
{"issue_id":4378778,"comment_id":5454592}
{ "id": null, "name": "Madison-Student-Apartment-Finder", "url": "https://github.com/mswysocki/Madison-Student-Apartment-Finder" }
{ "id": null, "login": "cromdenne11", "gravatar_id": "8c23b2a31bcd3353f865c065b0b69861", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-05-02T05:49:34
null
{"repository":{"description":"","has_wiki":true,"language":"Ruby","created_at":"2012/02/12 15:36:16 -0800","watchers":5,"homepage":"","fork":false,"open_issues":18,"size":404,"private":false,"pushed_at":"2012/05/01 21:07:05 -0700","owner":"mswysocki","has_issues":true,"forks":2,"has_downloads":true},"actor_attributes":{"name":"Cory Romdenne","location":"Madison, WI","blog":"","type":"User","email":"[email protected]"},"url":"https://github.com/mswysocki/Madison-Student-Apartment-Finder/issues/39#issuecomment-5454592"}
IssueCommentEvent
true
{"comment_id":10362320,"issue_id":8287037}
{ "id": 3304447, "name": "elasticsearch-river-mongodb", "url": "https://github.com/richardwilly98/elasticsearch-river-mongodb" }
{ "id": null, "login": "umamaheshwar", "gravatar_id": "07f034d1465cec6ee006c3a2aa5a2f0d", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-14T10:57:49
null
{"repository":{"pushed_at":"2012-11-10T03:46:59-08:00","forks":18,"owner":"richardwilly98","created_at":"2012-01-30T03:42:26-08:00","watchers":143,"homepage":"","has_wiki":true,"stargazers":143,"description":"MongoDB River Plugin for ElasticSearch","has_issues":true,"fork":false,"size":2741,"language":"Java","private":false,"open_issues":11,"has_downloads":true},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/richardwilly98/elasticsearch-river-mongodb/issues/39#issuecomment-10362320"}
IssueCommentEvent
true
{"comment":{"created_at":"2012-03-05T18:05:48Z","body":"Fixed for next build. Thanks for your feedback!","updated_at":"2012-03-05T18:05:48Z","url":"https://api.github.com/repos/CommandFusion/iViewer-For-Android/issues/comments/4328109","id":4328109,"user":{"gravatar_id":"0995bacc6e66d4f3433747a05d150d94","avatar_url":"https://secure.gravatar.com/avatar/0995bacc6e66d4f3433747a05d150d94?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/fpillet","id":166018,"login":"fpillet"}},"action":"created","issue":{"number":26,"created_at":"2012-03-05T14:44:02Z","pull_request":{"diff_url":null,"patch_url":null,"html_url":null},"body":"Hi.\r\n\r\nI have a few subpages that pop up set to no allow click though, which works fin on iPad, but on Android they can still be clicked through.\r\n\r\nCheers.\r\n\r\nP.S. Build 81","comments":1,"title":"SubPages Incorrectly Allowing Click Through","updated_at":"2012-03-05T18:05:48Z","url":"https://api.github.com/repos/CommandFusion/iViewer-For-Android/issues/26","id":3507280,"assignee":null,"milestone":null,"closed_at":"2012-03-05T18:05:48Z","user":{"gravatar_id":"3fba25e2976636f6b1a3d27ef027c9c1","avatar_url":"https://secure.gravatar.com/avatar/3fba25e2976636f6b1a3d27ef027c9c1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/rohanvd","id":1482622,"login":"rohanvd"},"html_url":"https://github.com/CommandFusion/iViewer-For-Android/issues/26","labels":[],"state":"closed"},"legacy":{"issue_id":3507280,"comment_id":4328109}}
{ "id": 3558522, "name": "CommandFusion/iViewer-For-Android", "url": "https://api.github.com/repos/CommandFusion/iViewer-For-Android" }
{ "id": 166018, "login": "fpillet", "gravatar_id": "0995bacc6e66d4f3433747a05d150d94", "avatar_url": "https://secure.gravatar.com/avatar/0995bacc6e66d4f3433747a05d150d94?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/fpillet" }
{ "id": 132715, "login": "CommandFusion", "gravatar_id": "66b54d513d98e63da167a8c2e1ba8053", "avatar_url": "https://secure.gravatar.com/avatar/66b54d513d98e63da167a8c2e1ba8053?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.com/orgs/CommandFusion" }
2012-03-05T18:05:51
1526570961
null
IssueCommentEvent
true
{"comment":{"created_at":"2012-02-24T08:12:16Z","body":"Another way around would be to keep `%d` and change `str(self.id)` to `self.id` --- if `self.id` will always be an integer.","updated_at":"2012-02-24T08:12:16Z","url":"https://api.github.com/repos/collective/pas.plugins.sqlalchemy/issues/comments/4153160","id":4153160,"user":{"avatar_url":"https://secure.gravatar.com/avatar/fc2b71c829bf7028d24cbecb476b3548?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"fc2b71c829bf7028d24cbecb476b3548","url":"https://api.github.com/users/jean","id":84800,"login":"jean"}},"action":"created","issue":{"number":14,"created_at":"2012-02-24T01:56:04Z","pull_request":{"diff_url":null,"patch_url":null,"html_url":null},"body":"I think model.py has a typo on line 186:\r\n\r\n```python\r\n(Pdb) (\"<Group id=%d name=%s>\" % (str(self.id), self.zope_id)).encode('utf-8')\r\n*** TypeError: %d format: a number is required, not str\r\n```\r\nBut tha way works fine:\r\n\r\n```python\r\n(Pdb) (\"<Group id=%s name=%s>\" % (str(self.id), self.zope_id)).encode('utf-8')\r\n'<Group id=10 name=SiteAdministrators>'\r\n```\r\n\r\nIf someone give access I can push this typo. :-)","comments":3,"title":"TypeError when model.Group.__repr__ is called.","updated_at":"2012-02-24T08:12:16Z","url":"https://api.github.com/repos/collective/pas.plugins.sqlalchemy/issues/14","id":3366878,"assignee":null,"milestone":null,"closed_at":null,"user":{"avatar_url":"https://secure.gravatar.com/avatar/bc96d11926a3eab02cf9914aff263007?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"bc96d11926a3eab02cf9914aff263007","url":"https://api.github.com/users/rudaporto","id":371794,"login":"rudaporto"},"html_url":"https://github.com/collective/pas.plugins.sqlalchemy/issues/14","labels":[],"state":"open"},"legacy":{"issue_id":3366878,"comment_id":4153160}}
{ "id": 1837229, "name": "collective/pas.plugins.sqlalchemy", "url": "https://api.github.com/repos/collective/pas.plugins.sqlalchemy" }
{ "id": 84800, "login": "jean", "gravatar_id": "fc2b71c829bf7028d24cbecb476b3548", "avatar_url": "https://secure.gravatar.com/avatar/fc2b71c829bf7028d24cbecb476b3548?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/jean" }
{ "id": 362867, "login": "collective", "gravatar_id": "f9b971a47c35b8d163aa4b216df06970", "avatar_url": "https://secure.gravatar.com/avatar/f9b971a47c35b8d163aa4b216df06970?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.com/orgs/collective" }
2012-02-24T08:12:17
1523100740
null
IssueCommentEvent
true
{"issue":{"user":{"id":744424,"login":"Problematic","url":"https://api.github.com/users/Problematic","avatar_url":"https://secure.gravatar.com/avatar/61f5bc0e0711aaba1372e06b541cd645?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"61f5bc0e0711aaba1372e06b541cd645"},"created_at":"2012-02-12T01:03:40Z","milestone":null,"title":"Route \"_assetic_35a8e64_0\" does not exist","state":"closed","updated_at":"2012-02-12T01:24:37Z","labels":[],"id":3188524,"html_url":"https://github.com/FriendsOfSymfony/FOSCommentBundle/issues/134","closed_at":"2012-02-12T01:24:37Z","pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"body":"I'm trying to get a sandbox running so that I can test new code, and I keep getting the following error (in debug mode... if I publish assets and use prod, it works fine):\r\n\r\n```\r\nAn exception has been thrown during the rendering of a template (\"Route \"_assetic_35a8e64_0\" does not exist.\") in FOSCommentBundle:Thread:async.html.twig at line 14.\r\n```\r\n\r\nAny suggestions on what configuration settings I might need to tweak to get this working? I'm not very familiar with assetic, so I apologize in advance if it's something obvious.","number":134,"url":"https://api.github.com/repos/FriendsOfSymfony/FOSCommentBundle/issues/134","comments":3,"assignee":null},"comment":{"user":{"id":744424,"login":"Problematic","url":"https://api.github.com/users/Problematic","avatar_url":"https://secure.gravatar.com/avatar/61f5bc0e0711aaba1372e06b541cd645?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"61f5bc0e0711aaba1372e06b541cd645"},"created_at":"2012-02-12T01:24:37Z","updated_at":"2012-02-12T01:24:37Z","id":3925016,"body":"Think I just figured it out... for some reason, I had an empty `deps.lock` file... locking it to the version in symfony-standard master resolved it. Sorry about that; I'll go ahead and close out this issue.","url":"https://api.github.com/repos/FriendsOfSymfony/FOSCommentBundle/issues/comments/3925016"},"action":"created"}
{ "id": 1472259, "name": "FriendsOfSymfony/FOSCommentBundle", "url": "https://api.github.dev/repos/FriendsOfSymfony/FOSCommentBundle" }
{ "id": 744424, "login": "Problematic", "gravatar_id": "61f5bc0e0711aaba1372e06b541cd645", "avatar_url": "https://secure.gravatar.com/avatar/61f5bc0e0711aaba1372e06b541cd645?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/Problematic" }
{ "id": 529709, "login": "FriendsOfSymfony", "gravatar_id": "eedcf60e1fa2ae2d70a06b23c1cca44a", "avatar_url": "https://secure.gravatar.com/avatar/eedcf60e1fa2ae2d70a06b23c1cca44a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/FriendsOfSymfony" }
2012-02-12T01:24:38
1519056727
null
IssueCommentEvent
true
{"issue":{"user":{"id":254808,"login":"inmarelibero","url":"https://api.github.com/users/inmarelibero","gravatar_id":"d02f7988d633a63ec4f1f1f936e46178","avatar_url":"https://secure.gravatar.com/avatar/d02f7988d633a63ec4f1f1f936e46178?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"title":"problem: Fatal error: Declaration of Comment::setThread() must be compatible with that of FOS\\CommentBundle\\Model\\CommentInterface::setThread()","milestone":null,"created_at":"2012-02-12T12:11:57Z","updated_at":"2012-02-12T12:28:32Z","state":"closed","labels":[],"id":3190465,"closed_at":"2012-02-12T12:18:35Z","html_url":"https://github.com/FriendsOfSymfony/FOSCommentBundle/issues/136","pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"body":"Hi, I've just installed the bundle and I got stuck at step 2a.\r\n\r\nWhen i try to generate the entities of my bundle, console gives me:\r\n\r\n Fatal error: Declaration of MyProject\\MyBundle\\Entity\\Comment::setThread() must be compatible\r\n with that of FOS\\CommentBundle\\Model\\CommentInterface::setThread()\r\n in [...]/MyProject/MyBundle/Entity/Comment.php on line 12\r\n\r\nI didn't manage to figure out the problem, anyone had the same problem?\r\ngood job, cheers!","number":136,"url":"https://api.github.com/repos/FriendsOfSymfony/FOSCommentBundle/issues/136","comments":3,"assignee":null},"comment":{"user":{"id":254808,"login":"inmarelibero","url":"https://api.github.com/users/inmarelibero","gravatar_id":"d02f7988d633a63ec4f1f1f936e46178","avatar_url":"https://secure.gravatar.com/avatar/d02f7988d633a63ec4f1f1f936e46178?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-02-12T12:28:32Z","updated_at":"2012-02-12T12:28:32Z","id":3927492,"body":"`setThread()` is only defined in the `CommentInterface`.\r\n\r\nas doc says:\r\n\r\n The ORM implementation does not provide a concrete Comment class\r\n for your use, you must create one","url":"https://api.github.com/repos/FriendsOfSymfony/FOSCommentBundle/issues/comments/3927492"},"action":"created"}
{ "id": 1472259, "name": "FriendsOfSymfony/FOSCommentBundle", "url": "https://api.github.dev/repos/FriendsOfSymfony/FOSCommentBundle" }
{ "id": 254808, "login": "inmarelibero", "gravatar_id": "d02f7988d633a63ec4f1f1f936e46178", "avatar_url": "https://secure.gravatar.com/avatar/d02f7988d633a63ec4f1f1f936e46178?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/inmarelibero" }
{ "id": 529709, "login": "FriendsOfSymfony", "gravatar_id": "eedcf60e1fa2ae2d70a06b23c1cca44a", "avatar_url": "https://secure.gravatar.com/avatar/eedcf60e1fa2ae2d70a06b23c1cca44a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/FriendsOfSymfony" }
2012-02-12T12:28:32
1519109382
null
IssueCommentEvent
true
{"issue":{"title":"[1.0] Update documentation","milestone":{"title":"1.0","created_at":"2011-08-22T09:55:33Z","creator":{"id":278097,"login":"merk","url":"https://api.github.com/users/merk","avatar_url":"https://secure.gravatar.com/avatar/2752965b1e962f5e8077f67cb994afc5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"2752965b1e962f5e8077f67cb994afc5"},"open_issues":0,"state":"closed","due_on":"2012-01-27T08:00:00Z","closed_issues":9,"number":1,"description":"REST Controllers, Async cross domain javascript loading (ala disqus)","url":"https://api.github.com/repos/FriendsOfSymfony/FOSCommentBundle/milestones/1"},"created_at":"2012-01-14T22:12:30Z","user":{"id":278097,"login":"merk","url":"https://api.github.com/users/merk","avatar_url":"https://secure.gravatar.com/avatar/2752965b1e962f5e8077f67cb994afc5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"2752965b1e962f5e8077f67cb994afc5"},"labels":[],"updated_at":"2012-02-20T09:08:48Z","state":"closed","id":2843150,"html_url":"https://github.com/FriendsOfSymfony/FOSCommentBundle/issues/105","closed_at":"2012-01-31T11:12:08Z","pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"body":"Documentation will need to be updated with details on the EventDispatcher, changes to the Controllers for the REST pr, and tidied up a little bit.\r\n\r\nI'd like to present the ORM entities as defaults for configuration examples, and mention Mongodb in a separate document with the example documents presented there. It should make it a bit easier to follow.","number":105,"url":"https://api.github.com/repos/FriendsOfSymfony/FOSCommentBundle/issues/105","comments":4,"assignee":null},"comment":{"created_at":"2012-02-20T09:08:48Z","user":{"id":620932,"login":"graindeweb","url":"https://api.github.com/users/graindeweb","avatar_url":"https://secure.gravatar.com/avatar/d5786173ba4b3f643bbb8fcd39ef5d0e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"d5786173ba4b3f643bbb8fcd39ef5d0e"},"updated_at":"2012-02-20T09:08:48Z","id":4050377,"body":"Hi, could you explain me how this is possible.\r\nThe doctrine relation in the Comment Class is set for a uniq Thread ?\r\n\r\nThx","url":"https://api.github.com/repos/FriendsOfSymfony/FOSCommentBundle/issues/comments/4050377"},"action":"created"}
{ "id": 1472259, "name": "FriendsOfSymfony/FOSCommentBundle", "url": "https://api.github.dev/repos/FriendsOfSymfony/FOSCommentBundle" }
{ "id": 620932, "login": "graindeweb", "gravatar_id": "d5786173ba4b3f643bbb8fcd39ef5d0e", "avatar_url": "https://secure.gravatar.com/avatar/d5786173ba4b3f643bbb8fcd39ef5d0e?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/graindeweb" }
{ "id": 529709, "login": "FriendsOfSymfony", "gravatar_id": "eedcf60e1fa2ae2d70a06b23c1cca44a", "avatar_url": "https://secure.gravatar.com/avatar/eedcf60e1fa2ae2d70a06b23c1cca44a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/FriendsOfSymfony" }
2012-02-20T09:08:49
1521399053
null
IssueCommentEvent
true
{"comment":{"created_at":"2012-03-01T20:26:50Z","url":"https://api.github.com/repos/adamwulf/Columnizer-jQuery-Plugin/issues/comments/4269505","user":{"login":"joperron","url":"https://api.github.com/users/joperron","avatar_url":"https://secure.gravatar.com/avatar/60d0513e967119c143294b1ef1cef9fe?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"60d0513e967119c143294b1ef1cef9fe","id":1000260},"updated_at":"2012-03-01T20:26:50Z","body":"FYI: removing \"$inBox.append($(\"<br style='clear:both;'>\"));\" fixed it. Durrr.","id":4269505},"action":"created","issue":{"title":"floating columns container cause it to disappear","html_url":"https://github.com/adamwulf/Columnizer-jQuery-Plugin/issues/40","comments":1,"number":40,"created_at":"2012-03-01T19:24:23Z","state":"open","url":"https://api.github.com/repos/adamwulf/Columnizer-jQuery-Plugin/issues/40","user":{"login":"joperron","url":"https://api.github.com/users/joperron","avatar_url":"https://secure.gravatar.com/avatar/60d0513e967119c143294b1ef1cef9fe?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"60d0513e967119c143294b1ef1cef9fe","id":1000260},"updated_at":"2012-03-01T20:26:50Z","closed_at":null,"assignee":null,"labels":[],"milestone":null,"body":"When using set width and height eg: \r\n\r\n$('.make-columns').columnize({\r\n\twidth : 230,\r\n\theight : 390\r\n});\r\n\r\nIf you set a float property for .make-columns it will have a 0px by 0px size. Even if you set it's size through CSS you will not be able to float elements after it.","id":3461937,"pull_request":{"html_url":null,"patch_url":null,"diff_url":null}}}
{ "id": 1158211, "name": "adamwulf/Columnizer-jQuery-Plugin", "url": "https://api.github.dev/repos/adamwulf/Columnizer-jQuery-Plugin" }
{ "id": 1000260, "login": "joperron", "gravatar_id": "60d0513e967119c143294b1ef1cef9fe", "avatar_url": "https://secure.gravatar.com/avatar/60d0513e967119c143294b1ef1cef9fe?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/joperron" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-03-01T20:26:51
1525407445
null
IssueCommentEvent
true
{"issue":{"title":"how to use the rest to add a the ArcSDE data source","user":{"id":1411720,"login":"jsyzthz","url":"https://api.github.com/users/jsyzthz","avatar_url":"https://secure.gravatar.com/avatar/c84e2510cbc79a068dd123935a1b09d3?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"c84e2510cbc79a068dd123935a1b09d3"},"milestone":null,"created_at":"2012-02-06T07:37:49Z","updated_at":"2012-02-21T03:12:13Z","state":"open","labels":[{"name":"missing","url":"https://api.github.com/repos/geosolutions-it/geoserver-manager/labels/missing","color":"e102d8"}],"id":3104711,"html_url":"https://github.com/geosolutions-it/geoserver-manager/issues/5","pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"closed_at":null,"body":"Hello, I want to know how to use the rest to add a the ArcSDE data source,I am unable to discover how to create an ArcSDE data source in your project。Our projects need to use ArcSDE, but I do not know where to start.Please advice me where to start. Thank you!","number":5,"url":"https://api.github.com/repos/geosolutions-it/geoserver-manager/issues/5","comments":4,"assignee":null},"comment":{"user":{"id":1411720,"login":"jsyzthz","url":"https://api.github.com/users/jsyzthz","avatar_url":"https://secure.gravatar.com/avatar/c84e2510cbc79a068dd123935a1b09d3?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"c84e2510cbc79a068dd123935a1b09d3"},"created_at":"2012-02-21T03:12:13Z","updated_at":"2012-02-21T03:12:13Z","id":4066685,"body":"En.Thank you very much!","url":"https://api.github.com/repos/geosolutions-it/geoserver-manager/issues/comments/4066685"},"action":"created"}
{ "id": 1720134, "name": "geosolutions-it/geoserver-manager", "url": "https://api.github.dev/repos/geosolutions-it/geoserver-manager" }
{ "id": 1411720, "login": "jsyzthz", "gravatar_id": "c84e2510cbc79a068dd123935a1b09d3", "avatar_url": "https://secure.gravatar.com/avatar/c84e2510cbc79a068dd123935a1b09d3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/jsyzthz" }
{ "id": 775710, "login": "geosolutions-it", "gravatar_id": "b6fb3d73e0e0eccd7dd101865207c1f1", "avatar_url": "https://secure.gravatar.com/avatar/b6fb3d73e0e0eccd7dd101865207c1f1?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/geosolutions-it" }
2012-02-21T03:12:13
1521706927
null
IssueCommentEvent
true
{"issue":{"milestone":null,"created_at":"2012-01-23T16:02:33Z","title":"Ctrl keys not working when using Bluetooth keyboard","user":{"id":1371113,"login":"kiwidrew","url":"https://api.github.com/users/kiwidrew","avatar_url":"https://secure.gravatar.com/avatar/3aaf8256677dcb618d936375670a4eb6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"3aaf8256677dcb618d936375670a4eb6"},"labels":[],"updated_at":"2012-01-26T16:19:57Z","state":"closed","id":2936856,"html_url":"https://github.com/jackpal/Android-Terminal-Emulator/issues/79","pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"closed_at":"2012-01-26T01:27:01Z","body":"Keyboard: Logitech Tablet Keyboard for iPad (Bluetooth)\r\nDevice: Samsung Galaxy Tab 8.9 (with stock Honeycomb 3.1 firmware)\r\nSummary: Ctrl key combinations don't work, but all other keys (including Tab) work as expected.\r\n\r\nWhen pressing the following key sequence inside the terminal:\r\n\r\n```\r\nEnter\r\nH\r\nH\r\nShift+H\r\nAlt+H\r\nCmd+H\r\nCtrl+H\r\nEnter\r\n```\r\n\r\nThe resulting log output from the EmulatorView (modified to output the full KeyEvent.toString() in the onKeyDown/onKeyUp handlers) is:\r\n\r\n```\r\n01-23 23:12:26.400 W/EmulatorView(3527): finishComposingText\r\n01-23 23:12:27.590 W/EmulatorView(3527): onKeyDown 66 [KeyEvent{action=ACTION_DOWN keycode=KEYCODE_ENTER scancode=28 metaState=0 flags=0x8 repeat=0 device=7 source=0x701}]\r\n01-23 23:12:27.820 W/EmulatorView(3527): onKeyUp 66 [KeyEvent{action=ACTION_UP keycode=KEYCODE_ENTER scancode=28 metaState=0 flags=0x8 repeat=0 device=7 source=0x701}]\r\n01-23 23:12:29.390 W/EmulatorView(3527): getTextBeforeCursor(1,0)\r\n01-23 23:12:29.400 W/EmulatorView(3527): finishComposingText\r\n01-23 23:12:29.400 W/EmulatorView(3527): commitText(\"h\", 1)\r\n01-23 23:12:29.440 W/EmulatorView(3527): onKeyUp 36 [KeyEvent{action=ACTION_UP keycode=KEYCODE_H scancode=35 metaState=0 flags=0x8 repeat=0 device=7 source=0x701}]\r\n01-23 23:12:30.050 W/EmulatorView(3527): getTextBeforeCursor(1,0)\r\n01-23 23:12:30.050 W/EmulatorView(3527): finishComposingText\r\n01-23 23:12:30.050 W/EmulatorView(3527): commitText(\"h\", 1)\r\n01-23 23:12:30.100 W/EmulatorView(3527): onKeyUp 36 [KeyEvent{action=ACTION_UP keycode=KEYCODE_H scancode=35 metaState=0 flags=0x8 repeat=0 device=7 source=0x701}]\r\n01-23 23:12:30.720 W/EmulatorView(3527): onKeyDown 59 [KeyEvent{action=ACTION_DOWN keycode=KEYCODE_SHIFT_LEFT scancode=42 metaState=META_SHIFT_ON|META_SHIFT_LEFT_ON flags=0x8 repeat=0 device=7 source=0x701}]\r\n01-23 23:12:30.970 W/EmulatorView(3527): onKeyDown 59 [KeyEvent{action=ACTION_DOWN keycode=KEYCODE_SHIFT_LEFT scancode=42 metaState=META_SHIFT_ON|META_SHIFT_LEFT_ON flags=0x88 repeat=1 device=7 source=0x701}]\r\n01-23 23:12:30.990 W/EmulatorView(3527): getTextBeforeCursor(1,0)\r\n01-23 23:12:31.000 W/EmulatorView(3527): finishComposingText\r\n01-23 23:12:31.000 W/EmulatorView(3527): commitText(\"H\", 1)\r\n01-23 23:12:31.000 W/EmulatorView(3527): getTextBeforeCursor(1,0)\r\n01-23 23:12:31.000 W/EmulatorView(3527): getTextBeforeCursor(2,0)\r\n01-23 23:12:31.070 W/EmulatorView(3527): onKeyUp 36 [KeyEvent{action=ACTION_UP keycode=KEYCODE_H scancode=35 metaState=META_SHIFT_ON|META_SHIFT_LEFT_ON flags=0x8 repeat=0 device=7 source=0x701}]\r\n01-23 23:12:31.410 W/EmulatorView(3527): onKeyUp 59 [KeyEvent{action=ACTION_UP keycode=KEYCODE_SHIFT_LEFT scancode=42 metaState=0 flags=0x8 repeat=0 device=7 source=0x701}]\r\n01-23 23:12:31.800 W/EmulatorView(3527): onKeyDown 57 [KeyEvent{action=ACTION_DOWN keycode=KEYCODE_ALT_LEFT scancode=56 metaState=META_ALT_ON|META_ALT_LEFT_ON flags=0x8 repeat=0 device=7 source=0x701}]\r\n01-23 23:12:32.040 W/EmulatorView(3527): getTextBeforeCursor(1,0)\r\n01-23 23:12:32.040 W/EmulatorView(3527): finishComposingText\r\n01-23 23:12:32.040 W/EmulatorView(3527): commitText(\"h\", 1)\r\n01-23 23:12:32.120 W/EmulatorView(3527): onKeyUp 36 [KeyEvent{action=ACTION_UP keycode=KEYCODE_H scancode=35 metaState=META_ALT_ON|META_ALT_LEFT_ON flags=0x8 repeat=0 device=7 source=0x701}]\r\n01-23 23:12:32.430 W/EmulatorView(3527): onKeyUp 57 [KeyEvent{action=ACTION_UP keycode=KEYCODE_ALT_LEFT scancode=56 metaState=0 flags=0x8 repeat=0 device=7 source=0x701}]\r\n01-23 23:12:32.810 W/EmulatorView(3527): onKeyDown 117 [KeyEvent{action=ACTION_DOWN keycode=KEYCODE_META_LEFT scancode=125 metaState=META_META_ON|META_META_LEFT_ON flags=0x8 repeat=0 device=7 source=0x701}]\r\n01-23 23:12:33.080 W/EmulatorView(3527): onKeyDown 117 [KeyEvent{action=ACTION_DOWN keycode=KEYCODE_META_LEFT scancode=125 metaState=META_META_ON|META_META_LEFT_ON flags=0x88 repeat=1 device=7 source=0x701}]\r\n01-23 23:12:33.080 W/EmulatorView(3527): getTextBeforeCursor(1,0)\r\n01-23 23:12:33.080 W/EmulatorView(3527): finishComposingText\r\n01-23 23:12:33.090 W/EmulatorView(3527): commitText(\"h\", 1)\r\n01-23 23:12:33.150 W/EmulatorView(3527): onKeyUp 36 [KeyEvent{action=ACTION_UP keycode=KEYCODE_H scancode=35 metaState=META_META_ON|META_META_LEFT_ON flags=0x8 repeat=0 device=7 source=0x701}]\r\n01-23 23:12:33.470 W/EmulatorView(3527): onKeyUp 117 [KeyEvent{action=ACTION_UP keycode=KEYCODE_META_LEFT scancode=125 metaState=0 flags=0x8 repeat=0 device=7 source=0x701}]\r\n01-23 23:12:34.570 W/EmulatorView(3527): onKeyUp 36 [KeyEvent{action=ACTION_UP keycode=KEYCODE_H scancode=35 metaState=META_CTRL_ON|META_CTRL_LEFT_ON flags=0x8 repeat=0 device=7 source=0x701}]\r\n01-23 23:12:34.790 W/EmulatorView(3527): onKeyUp 113 [KeyEvent{action=ACTION_UP keycode=KEYCODE_CTRL_LEFT scancode=29 metaState=0 flags=0x8 repeat=0 device=7 source=0x701}]\r\n01-23 23:12:35.570 W/EmulatorView(3527): onKeyDown 66 [KeyEvent{action=ACTION_DOWN keycode=KEYCODE_ENTER scancode=28 metaState=0 flags=0x8 repeat=0 device=7 source=0x701}]\r\n01-23 23:12:35.650 W/EmulatorView(3527): onKeyUp 66 [KeyEvent{action=ACTION_UP keycode=KEYCODE_ENTER scancode=28 metaState=0 flags=0x8 repeat=0 device=7 source=0x701}]\r\n```\r\n\r\nAs can be seen from the log, KEYCODE_H is delivered through the InputConnection and passed as synthetic input by commitText() while KEYCODE_ENTER, KEYCODE_SHIFT_LEFT, KEYCODE_ALT_LEFT, and KEYCODE_META_LEFT are delivered to onKeyDown() and onKeyUp(). KEYCODE_CTRL_LEFT, however, is only delivered to onKeyUp() -- the KeyDown event is missing in action, it seems. Furthermore, while the Ctrl key is pressed, the KEYCODE_H is not delivered through the InputConnection -- it is also missing in action.\r\n\r\nThe net effect is that pressing Ctrl+H does absolutely nothing.\r\n\r\nNote that the onKeyUp() handler *does* receive a useful KeyEvent: it is an ACTION_UP event and has a keycode of KEYCODE_H with a metaState of META_CTRL_ON|META_CTRL_LEFT_ON. This is exactly what I want to handle, but the existing design of EmulatorView only handles key input on the ACTION_DOWN events and ignores the metaState flags; instead it tracks the modifier states explicitly. Why is this? The Android SDK documentation for KeyEvent says that (in order to properly handle FLAG_CANCELED) applications cannot perform an action for a key until it has received an ACTION_UP event.\r\n\r\n[Educated guess: this has something to do with supporting early Android devices?]\r\n\r\nFor my immediate needs, I'm probably just going to patch the onKeyUp() handler to recognize ACTION_UP KeyEvents with the META_CTRL_ON flag. This should solve my problem, but I have to wonder how it is that the existing code works at all; I presume that Ctrl key handling works for everyone else. Is my keyboard or device misbehaving?","number":79,"url":"https://api.github.com/repos/jackpal/Android-Terminal-Emulator/issues/79","comments":3,"assignee":null},"comment":{"created_at":"2012-01-26T16:19:57Z","user":{"id":1371113,"login":"kiwidrew","url":"https://api.github.com/users/kiwidrew","avatar_url":"https://secure.gravatar.com/avatar/3aaf8256677dcb618d936375670a4eb6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"3aaf8256677dcb618d936375670a4eb6"},"updated_at":"2012-01-26T16:19:57Z","id":3671417,"body":"I can confirm that your changes in 1.0.41 have fixed the issue for me. Thanks!","url":"https://api.github.com/repos/jackpal/Android-Terminal-Emulator/issues/comments/3671417"},"action":"created"}
{ "id": 887840, "name": "jackpal/Android-Terminal-Emulator", "url": "https://api.github.dev/repos/jackpal/Android-Terminal-Emulator" }
{ "id": 1371113, "login": "kiwidrew", "gravatar_id": "3aaf8256677dcb618d936375670a4eb6", "avatar_url": "https://secure.gravatar.com/avatar/3aaf8256677dcb618d936375670a4eb6?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/kiwidrew" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-01-26T16:19:58
1514600021
null
IssueCommentEvent
true
{"issue":{"created_at":"2011-11-02T17:29:17Z","title":"Madvertise View - Binary XML File - InflateException","user":{"id":1131173,"login":"treimy","url":"https://api.github.com/users/treimy","gravatar_id":"c5dc01db63ff3079d8396bdf844a45af","avatar_url":"https://secure.gravatar.com/avatar/c5dc01db63ff3079d8396bdf844a45af?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"milestone":null,"updated_at":"2012-02-02T09:54:39Z","state":"closed","labels":[],"id":2124060,"html_url":"https://github.com/madvertise/madvertise-android-sdk/issues/8","pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"closed_at":"2012-02-02T09:54:39Z","body":"Hallo,\r\n\r\nseit dem neuen SDk von Madvertise vom 20.10 bekomme ich folgende Exceptions:\r\n\r\nclass java.lang.RuntimeException\r\nMsg: android.app.ActivityThread.performLaunchActivity:2401 (Unable to start activity ComponentInfo{de.treimy.trainer.free/de.treimy.trainer.free.activities.WortAnsichtActivityFree}: android.view.InflateException: Binary XML file line #13: Error inflating class\r\n\r\nGenau das bekomme ich für alle Activities in denen die Madvertise Banner eingebunden sind. Die Zeilennummer aus den Exceptions verweisen jeweils immer genau auf die eingebundene MadvertiseView in der Layout Datei. Zur obigen Exception z.B.\r\n\r\n(13) ---> <de.madvertise.android.sdk.MadvertiseView\r\n android:id=\"@+id/madad\"\r\n android:layout_width=\"fill_parent\"\r\n android:layout_height=\"wrap_content\"\r\n mad:isTestMode=\"false\"\r\n mad:textColor=\"#42210B\"\r\n mad:bannerType=\"mma\"\r\n mad:animation=\"fade\"\r\n mad:deliverOnlyText=\"false\" />\r\n\r\nLeider kann ich den Fehler selbst nicht reproduzieren, bekomme ihn nur von einigen Anwendern über Flurry Analytics. Über Technische Umgebungen weiß ich leider nichts. Bei mir auf dem Desire HD mit 2.3.5 funktioniert es ohne Probleme.","number":8,"url":"https://api.github.com/repos/madvertise/madvertise-android-sdk/issues/8","comments":4,"assignee":null},"comment":{"created_at":"2012-02-02T09:54:39Z","user":{"id":212204,"login":"MoritzBecker","url":"https://api.github.com/users/MoritzBecker","gravatar_id":"b00545d81dc0bcefa1ead49a366b5d18","avatar_url":"https://secure.gravatar.com/avatar/b00545d81dc0bcefa1ead49a366b5d18?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"updated_at":"2012-02-02T09:54:39Z","id":3775260,"body":"fixed","url":"https://api.github.com/repos/madvertise/madvertise-android-sdk/issues/comments/3775260"},"action":"created"}
{ "id": 1488107, "name": "madvertise/madvertise-android-sdk", "url": "https://api.github.dev/repos/madvertise/madvertise-android-sdk" }
{ "id": 212204, "login": "MoritzBecker", "gravatar_id": "b00545d81dc0bcefa1ead49a366b5d18", "avatar_url": "https://secure.gravatar.com/avatar/b00545d81dc0bcefa1ead49a366b5d18?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/MoritzBecker" }
{ "id": 598937, "login": "madvertise", "gravatar_id": "2dd3cc0dfba4400b54ab00a0ca2c27c0", "avatar_url": "https://secure.gravatar.com/avatar/2dd3cc0dfba4400b54ab00a0ca2c27c0?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/madvertise" }
2012-02-02T09:54:40
1516395316
null
IssueCommentEvent
true
{"issue":{"title":"gae-runtime support for GAE 1.6.2","user":{"id":1181569,"login":"daemonblade","url":"https://api.github.com/users/daemonblade","avatar_url":"https://secure.gravatar.com/avatar/dcdb618c55fec7ec4c807a7b8d127622?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"dcdb618c55fec7ec4c807a7b8d127622"},"milestone":null,"created_at":"2012-02-01T22:17:13Z","state":"closed","updated_at":"2012-02-06T17:11:26Z","labels":[],"id":3059794,"html_url":"https://github.com/maven-gae-plugin/maven-gae-plugin/issues/18","pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"closed_at":"2012-02-06T17:11:26Z","body":"GAE 1.6.2 has appeared. Time for yet another update?","number":18,"url":"https://api.github.com/repos/maven-gae-plugin/maven-gae-plugin/issues/18","comments":2,"assignee":null},"comment":{"user":{"id":107965,"login":"kryptt","url":"https://api.github.com/users/kryptt","avatar_url":"https://secure.gravatar.com/avatar/0f7a853468945570b9d98fa57b38acad?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"0f7a853468945570b9d98fa57b38acad"},"created_at":"2012-02-06T17:11:26Z","updated_at":"2012-02-06T17:11:26Z","id":3832447,"body":"released, should be up soon","url":"https://api.github.com/repos/maven-gae-plugin/maven-gae-plugin/issues/comments/3832447"},"action":"created"}
{ "id": 2578114, "name": "maven-gae-plugin/maven-gae-plugin", "url": "https://api.github.dev/repos/maven-gae-plugin/maven-gae-plugin" }
{ "id": 107965, "login": "kryptt", "gravatar_id": "0f7a853468945570b9d98fa57b38acad", "avatar_url": "https://secure.gravatar.com/avatar/0f7a853468945570b9d98fa57b38acad?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/kryptt" }
{ "id": 1128873, "login": "maven-gae-plugin", "gravatar_id": "3044d6a9c7b64f29ff9741dfb6f7da9f", "avatar_url": "https://secure.gravatar.com/avatar/3044d6a9c7b64f29ff9741dfb6f7da9f?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/maven-gae-plugin" }
2012-02-06T17:11:27
1517416816
null
IssueCommentEvent
true
{"issue_id":5007901,"comment_id":6276544}
{ "id": null, "name": "capybara-screenshot-test-rails-3.2", "url": "https://github.com/DoppioJP/capybara-screenshot-test-rails-3.2" }
{ "id": null, "login": "thomesso", "gravatar_id": "5dcd708b34ee339556284ad132a04a94", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-06-12T17:16:05
null
{"repository":{"watchers":2,"has_downloads":true,"description":"Capybara-screenshot gem test app for Rails 3.2","language":"Ruby","created_at":"2012-06-11T09:10:45-07:00","fork":true,"has_issues":false,"has_wiki":true,"forks":1,"homepage":"","size":360,"private":false,"owner":"DoppioJP","open_issues":1,"pushed_at":"2012-02-15T02:54:16-08:00"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/DoppioJP/capybara-screenshot-test-rails-3.2/issues/1#issuecomment-6276544"}
IssueCommentEvent
true
{"issue_id":6176779,"comment_id":7824591}
{ "id": null, "name": "Phoenix_1.12_Bugtracker", "url": "https://github.com/FeenixServerProject/Phoenix_1.12_Bugtracker" }
{ "id": null, "login": "xmontex", "gravatar_id": "ef8c16f020bc998a7f13a43ba5878f75", "avatar_url": null, "url": null }
{ "id": null, "login": "FeenixServerProject", "gravatar_id": null, "avatar_url": null, "url": null }
2012-08-17T14:38:17
null
{"repository":{"forks":22,"created_at":"2011-10-12T00:53:36-07:00","description":"Bug tracker for the Phoenix 1.12 server available at http://www.wow-one.com","owner":"FeenixServerProject","has_downloads":true,"stargazers":40,"has_wiki":true,"watchers":40,"fork":false,"size":92,"organization":"FeenixServerProject","homepage":"http://www.wow-one.com/","private":false,"open_issues":735,"has_issues":true,"pushed_at":"2011-10-14T00:45:38-07:00"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/FeenixServerProject/Phoenix_1.12_Bugtracker/issues/1633#issuecomment-7824591"}
IssueCommentEvent
true
{"comment_id":6998863,"issue_id":2346332}
{ "id": null, "name": "Phoenix_1.12_Bugtracker", "url": "https://github.com/FeenixServerProject/Phoenix_1.12_Bugtracker" }
{ "id": null, "login": "Cabro", "gravatar_id": "8bef567651d1a9eb88db64f23236a582", "avatar_url": null, "url": null }
{ "id": null, "login": "FeenixServerProject", "gravatar_id": null, "avatar_url": null, "url": null }
2012-07-16T05:42:27
null
{"repository":{"watchers":37,"has_wiki":true,"owner":"FeenixServerProject","created_at":"2011-10-12T00:53:36-07:00","open_issues":595,"organization":"FeenixServerProject","homepage":"http://www.wow-one.com/","has_issues":true,"pushed_at":"2011-10-14T00:45:38-07:00","forks":21,"fork":false,"size":92,"has_downloads":true,"description":"Bug tracker for the Phoenix 1.12 server available at http://www.wow-one.com","private":false},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/FeenixServerProject/Phoenix_1.12_Bugtracker/issues/340#issuecomment-6998863"}
IssueCommentEvent
true
{"issue_id":3722516,"comment_id":6901105}
{ "id": null, "name": "Phoenix_1.12_Bugtracker", "url": "https://github.com/FeenixServerProject/Phoenix_1.12_Bugtracker" }
{ "id": null, "login": "Databasegm", "gravatar_id": "b5cdfde8f63c290d87f03cb5a6769554", "avatar_url": null, "url": null }
{ "id": null, "login": "FeenixServerProject", "gravatar_id": null, "avatar_url": null, "url": null }
2012-07-11T08:42:20
null
{"repository":{"has_downloads":true,"organization":"FeenixServerProject","owner":"FeenixServerProject","pushed_at":"2011-10-14T00:45:38-07:00","forks":20,"homepage":"http://www.wow-one.com/","watchers":36,"has_wiki":true,"description":"Bug tracker for the Phoenix 1.12 server available at http://www.wow-one.com","fork":false,"size":92,"open_issues":650,"private":false,"has_issues":true,"created_at":"2011-10-12T00:53:36-07:00"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/FeenixServerProject/Phoenix_1.12_Bugtracker/issues/799#issuecomment-6901105"}
IssueCommentEvent
true
{"issue_id":6374271,"comment_id":9458336}
{ "id": 2560978, "name": "Phoenix_1.12_Bugtracker", "url": "https://github.com/FeenixServerProject/Phoenix_1.12_Bugtracker" }
{ "id": null, "login": "adska", "gravatar_id": "e4755513116877d8160c476ca9f2c71a", "avatar_url": null, "url": null }
{ "id": null, "login": "FeenixServerProject", "gravatar_id": null, "avatar_url": null, "url": null }
2012-10-15T19:31:56
null
{"repository":{"stargazers":42,"owner":"FeenixServerProject","has_wiki":true,"pushed_at":"2011-10-14T00:45:38-07:00","homepage":"http://www.wow-one.com/","forks":24,"open_issues":1,"fork":false,"size":92,"description":"Bug tracker for the Phoenix 1.12 server available at http://www.wow-one.com","organization":"FeenixServerProject","watchers":42,"private":false,"has_issues":true,"has_downloads":true,"created_at":"2011-10-12T00:53:36-07:00"},"actor_attributes":{"email":"[email protected]","location":"Lithuania, Kaunas","name":"Adas","company":"EC - Developer Group","type":"User"},"url":"https://github.com/FeenixServerProject/Phoenix_1.12_Bugtracker/issues/1930#issuecomment-9458336"}
IssueCommentEvent
true
{"comment_id":8029929,"issue_id":6387874}
{ "id": null, "name": "Phoenix_1.12_Bugtracker", "url": "https://github.com/FeenixServerProject/Phoenix_1.12_Bugtracker" }
{ "id": null, "login": "pug321", "gravatar_id": "a01d4fb8508e701b42e9ff746ae6af96", "avatar_url": null, "url": null }
{ "id": null, "login": "FeenixServerProject", "gravatar_id": null, "avatar_url": null, "url": null }
2012-08-26T03:43:02
null
{"repository":{"has_wiki":true,"pushed_at":"2011-10-14T00:45:38-07:00","organization":"FeenixServerProject","watchers":41,"stargazers":41,"forks":22,"owner":"FeenixServerProject","open_issues":727,"homepage":"http://www.wow-one.com/","has_issues":true,"created_at":"2011-10-12T00:53:36-07:00","description":"Bug tracker for the Phoenix 1.12 server available at http://www.wow-one.com","fork":false,"size":92,"has_downloads":true,"private":false},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/FeenixServerProject/Phoenix_1.12_Bugtracker/issues/1972#issuecomment-8029929"}
IssueCommentEvent
true
{"comment_id":10648194,"issue_id":8209393}
{ "id": 3920413, "name": "BB10-WebWorks-Framework", "url": "https://github.com/blackberry-webworks/BB10-WebWorks-Framework" }
{ "id": null, "login": "jeffheifetz", "gravatar_id": "da20f43dcff2ba21f42a05a33b504ebe", "avatar_url": null, "url": null }
{ "id": null, "login": "blackberry-webworks", "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-23T01:32:53
null
{"repository":{"has_downloads":true,"homepage":"","watchers":14,"owner":"blackberry-webworks","created_at":"2012-04-03T10:12:46-07:00","stargazers":14,"has_issues":false,"organization":"blackberry-webworks","description":"Project name can be changed","has_wiki":true,"pushed_at":"2012-11-22T17:27:45-08:00","forks":8,"open_issues":11,"fork":true,"size":13808,"language":"C","private":false},"actor_attributes":{"location":"Toronto","type":"User","name":"Jeffrey Heifetz","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/blackberry-webworks/BB10-WebWorks-Framework/issues/255#issuecomment-10648194"}
IssueCommentEvent
true
{"issue_id":8110671,"comment_id":10343946}
{ "id": 3920413, "name": "BB10-WebWorks-Framework", "url": "https://github.com/blackberry-webworks/BB10-WebWorks-Framework" }
{ "id": null, "login": "ishneur", "gravatar_id": "2dc2dc11fe3dead39c03ba65bd636734", "avatar_url": null, "url": null }
{ "id": null, "login": "blackberry-webworks", "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-13T21:15:24
null
{"repository":{"pushed_at":"2012-11-13T12:24:26-08:00","homepage":"","forks":8,"owner":"blackberry-webworks","created_at":"2012-04-03T10:12:46-07:00","watchers":14,"has_wiki":true,"has_issues":false,"description":"Project name can be changed","stargazers":14,"organization":"blackberry-webworks","open_issues":9,"fork":true,"size":13621,"language":"C","private":false,"has_downloads":true},"actor_attributes":{"name":"Igor Shneur","company":"Research In Motion","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/blackberry-webworks/BB10-WebWorks-Framework/issues/246#issuecomment-10343946"}
IssueCommentEvent
true
{"comment_id":8164606,"issue_id":6557039}
{ "id": null, "name": "BB10-WebWorks-Framework", "url": "https://github.com/blackberry-webworks/BB10-WebWorks-Framework" }
{ "id": null, "login": "nukulb", "gravatar_id": "1d7ced254251ca2d6f39b8b63dfd22a8", "avatar_url": null, "url": null }
{ "id": null, "login": "blackberry-webworks", "gravatar_id": null, "avatar_url": null, "url": null }
2012-08-30T16:09:10
null
{"repository":{"pushed_at":"2012-08-30T09:04:22-07:00","organization":"blackberry-webworks","forks":7,"owner":"blackberry-webworks","has_issues":false,"has_downloads":true,"homepage":"","language":"JavaScript","created_at":"2012-04-03T10:12:46-07:00","description":"Project name can be changed","fork":true,"size":11195,"has_wiki":true,"watchers":14,"stargazers":14,"private":false,"open_issues":14},"actor_attributes":{"email":"[email protected]","location":"Toronto, Ontario, Canada","name":"Nukul Bhasin","type":"User"},"url":"https://github.com/blackberry-webworks/BB10-WebWorks-Framework/issues/150#issuecomment-8164606"}
IssueCommentEvent
true
{"comment_id":8340438,"issue_id":6672297}
{ "id": null, "name": "BB10-WebWorks-Framework", "url": "https://github.com/blackberry-webworks/BB10-WebWorks-Framework" }
{ "id": null, "login": "pagey", "gravatar_id": "dac04a9ab14d6d6c3b6817f3aa6b7f4c", "avatar_url": null, "url": null }
{ "id": null, "login": "blackberry-webworks", "gravatar_id": null, "avatar_url": null, "url": null }
2012-09-06T17:29:16
null
{"repository":{"owner":"blackberry-webworks","has_downloads":true,"homepage":"","has_wiki":true,"watchers":14,"stargazers":14,"fork":true,"size":11432,"description":"Project name can be changed","open_issues":9,"private":false,"language":"JavaScript","created_at":"2012-04-03T10:12:46-07:00","pushed_at":"2012-09-06T09:53:10-07:00","organization":"blackberry-webworks","forks":7,"has_issues":false},"actor_attributes":{"type":"User","name":"Eric Pearson","location":"Toronto, Canada","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/blackberry-webworks/BB10-WebWorks-Framework/issues/157#issuecomment-8340438"}
IssueCommentEvent
true
{"comment_id":9111919,"issue_id":7126434}
{ "id": 3920413, "name": "BB10-WebWorks-Framework", "url": "https://github.com/blackberry-webworks/BB10-WebWorks-Framework" }
{ "id": null, "login": "jeffheifetz", "gravatar_id": "da20f43dcff2ba21f42a05a33b504ebe", "avatar_url": null, "url": null }
{ "id": null, "login": "blackberry-webworks", "gravatar_id": null, "avatar_url": null, "url": null }
2012-10-03T16:11:13
null
{"repository":{"homepage":"","has_wiki":true,"language":"C","owner":"blackberry-webworks","description":"Project name can be changed","open_issues":7,"watchers":14,"created_at":"2012-04-03T10:12:46-07:00","stargazers":14,"fork":true,"size":12381,"has_issues":false,"has_downloads":true,"pushed_at":"2012-10-03T09:10:10-07:00","forks":7,"private":false,"organization":"blackberry-webworks"},"actor_attributes":{"location":"Toronto","name":"Jeffrey Heifetz","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/blackberry-webworks/BB10-WebWorks-Framework/issues/189#issuecomment-9111919"}
IssueCommentEvent
true
{"comment_id":7125104,"issue_id":3889453}
{ "id": null, "name": "jQuery-html5-canvas-panorama-plugin", "url": "https://github.com/nicekei/jQuery-html5-canvas-panorama-plugin" }
{ "id": null, "login": "nicekei", "gravatar_id": "8424158af2a06a34e197fbcf5a349735", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-07-20T08:34:24
null
{"repository":{"owner":"nicekei","open_issues":1,"description":"A tiny jQuery plugin that helps displaying panorama images","pushed_at":"2012-07-20T01:31:15-07:00","forks":1,"has_issues":true,"has_downloads":true,"created_at":"2012-03-26T18:43:29-07:00","fork":false,"size":648,"language":"JavaScript","watchers":4,"private":false,"has_wiki":true,"homepage":""},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/nicekei/jQuery-html5-canvas-panorama-plugin/issues/1#issuecomment-7125104"}
IssueCommentEvent
true
{"comment_id":9940261,"issue_id":7861896}
{ "id": 4800959, "name": "Thinktecture.IdentityServer.v2", "url": "https://github.com/thinktecture/Thinktecture.IdentityServer.v2" }
{ "id": null, "login": "leastprivilege", "gravatar_id": "75681814fbbb90c9224ea5ed0f8324ee", "avatar_url": null, "url": null }
{ "id": null, "login": "thinktecture", "gravatar_id": null, "avatar_url": null, "url": null }
2012-10-31T10:51:08
null
{"repository":{"owner":"thinktecture","has_downloads":true,"language":"JavaScript","watchers":42,"has_issues":true,"homepage":"","stargazers":42,"has_wiki":true,"created_at":"2012-06-26T14:43:10-07:00","fork":false,"size":11127,"pushed_at":"2012-10-30T20:10:01-07:00","description":"Thinktecture IdentityServer is a light-weight security token service built with .NET 4.5, MVC 4 and WCF.","forks":15,"open_issues":4,"private":false,"organization":"thinktecture"},"actor_attributes":{"company":"thinktecture","location":"Germany","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709","name":"Dominick Baier","blog":"http://www.leastprivilege.com"},"url":"https://github.com/thinktecture/Thinktecture.IdentityServer.v2/issues/15#issuecomment-9940261"}
IssueCommentEvent
true
{"comment":{"created_at":"2012-03-07T11:42:56Z","body":"Yep, the wording is not perfect. I chose URL Parameter because the value gets compared with the JIT URL. And it can be a regular expression in a custom recipe. So maybe \"Condition\" or \"Trigger condition\" would be suitable? I didn't add a Name field because I didn't want to add too many input elements to each duplicator instance. So what about an additional Name field (doesn't need to get handlelized, independent from the actual condition) and a better wording for the URL Parameter?","updated_at":"2012-03-07T11:42:56Z","url":"https://api.github.com/repos/symphonycms/jit_image_manipulation/issues/comments/4366688","id":4366688,"user":{"avatar_url":"https://secure.gravatar.com/avatar/c660048b8e6d39b009a505361c6a2251?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"c660048b8e6d39b009a505361c6a2251","url":"https://api.github.com/users/klaftertief","id":11281,"login":"klaftertief"}},"action":"created","issue":{"number":12,"created_at":"2011-07-14T21:08:03Z","pull_request":{"diff_url":null,"patch_url":null,"html_url":null},"body":"The code for JIT recipes can be found at <https://github.com/klaftertief/jit_image_manipulation/tree/recipes>.\r\nI'm not sure about the naming of the input elements, so any recommendations from native speakers are welcome.\r\nFor each mode there is a separate duplicator template in the preferences. Each mode needs a *URL Parameter* that identifies a recipe. It's the first part after `/image/`as a normal string for each mode except the custom recipe, where it needs to be a regular expression. So example values would be `thumbnail` to map `/image/thumbnail/path/to/image.png` to a corresponding mode for the regular recipes and `/^thumbnail/` for regex recipes, or `/^square\\/(\\d+)\\/(.+)/` as URL parameter and `2/$1/$1/5/$2` as the replacement JIT parameter for semi-dynamic regex recipes.","comments":8,"title":"Recipes","updated_at":"2012-03-07T11:42:56Z","url":"https://api.github.com/repos/symphonycms/jit_image_manipulation/issues/12","id":1225925,"assignee":null,"milestone":null,"closed_at":null,"user":{"avatar_url":"https://secure.gravatar.com/avatar/c660048b8e6d39b009a505361c6a2251?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"c660048b8e6d39b009a505361c6a2251","url":"https://api.github.com/users/klaftertief","id":11281,"login":"klaftertief"},"html_url":"https://github.com/symphonycms/jit_image_manipulation/issues/12","labels":[],"state":"open"},"legacy":{"issue_id":1225925,"comment_id":4366688}}
{ "id": 787760, "name": "symphonycms/jit_image_manipulation", "url": "https://api.github.com/repos/symphonycms/jit_image_manipulation" }
{ "id": 11281, "login": "klaftertief", "gravatar_id": "c660048b8e6d39b009a505361c6a2251", "avatar_url": "https://secure.gravatar.com/avatar/c660048b8e6d39b009a505361c6a2251?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/klaftertief" }
{ "id": 334029, "login": "symphonycms", "gravatar_id": "8611388eda48f796563b188d43a64204", "avatar_url": "https://secure.gravatar.com/avatar/8611388eda48f796563b188d43a64204?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.com/orgs/symphonycms" }
2012-03-07T11:42:57
1527343647
null
IssueCommentEvent
true
{"issue":{"milestone":{"created_at":"2011-08-22T12:58:03Z","title":"1.0","creator":{"id":40849,"login":"marcpalmer","url":"https://api.github.com/users/marcpalmer","avatar_url":"https://secure.gravatar.com/avatar/e69290a3790e6238aa81297d183274a5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"e69290a3790e6238aa81297d183274a5"},"open_issues":8,"state":"open","due_on":"2011-09-06T07:00:00Z","closed_issues":4,"description":"First public release with config API","number":1,"url":"https://api.github.com/repos/Grailsrocks/grails-plugin-platform/milestones/1"},"created_at":"2012-01-27T17:18:27Z","title":"Add \"static:\" prefix handling to method injection DSL","user":{"id":40849,"login":"marcpalmer","url":"https://api.github.com/users/marcpalmer","avatar_url":"https://secure.gravatar.com/avatar/e69290a3790e6238aa81297d183274a5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"e69290a3790e6238aa81297d183274a5"},"labels":[],"updated_at":"2012-01-30T23:48:47Z","state":"closed","id":2997193,"html_url":"https://github.com/Grailsrocks/grails-plugin-platform/issues/14","pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"closed_at":"2012-01-30T23:48:47Z","body":"","number":14,"url":"https://api.github.com/repos/Grailsrocks/grails-plugin-platform/issues/14","comments":1,"assignee":null},"comment":{"created_at":"2012-01-30T23:48:47Z","user":{"id":40849,"login":"marcpalmer","url":"https://api.github.com/users/marcpalmer","avatar_url":"https://secure.gravatar.com/avatar/e69290a3790e6238aa81297d183274a5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"e69290a3790e6238aa81297d183274a5"},"updated_at":"2012-01-30T23:48:47Z","id":3730575,"body":"Did this using methodName(staticMethod:true) { ... code ... } instead of static:","url":"https://api.github.com/repos/Grailsrocks/grails-plugin-platform/issues/comments/3730575"},"action":"created"}
{ "id": 2227956, "name": "Grailsrocks/grails-plugin-platform", "url": "https://api.github.dev/repos/Grailsrocks/grails-plugin-platform" }
{ "id": 40849, "login": "marcpalmer", "gravatar_id": "e69290a3790e6238aa81297d183274a5", "avatar_url": "https://secure.gravatar.com/avatar/e69290a3790e6238aa81297d183274a5?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/marcpalmer" }
{ "id": 697024, "login": "Grailsrocks", "gravatar_id": "1949b8aab05f65143d955740e6998390", "avatar_url": "https://secure.gravatar.com/avatar/1949b8aab05f65143d955740e6998390?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/Grailsrocks" }
2012-01-30T23:48:49
1515621152
null
IssueCommentEvent
true
{"comment":{"created_at":"2012-03-04T01:51:30Z","url":"https://api.github.com/repos/projectbismark/bismark-data-server/issues/comments/4306827","user":{"login":"sburnett","url":"https://api.github.com/users/sburnett","avatar_url":"https://secure.gravatar.com/avatar/30d40dbbf3e1ee3cd7f04c2302616320?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"30d40dbbf3e1ee3cd7f04c2302616320","id":370425},"updated_at":"2012-03-04T01:51:30Z","body":"I've made Django email me stack traces. This is a fine solution unless the error volume gets really high or other people ever want to look at the logs.","id":4306827},"action":"created","issue":{"title":"Nothing is logged","html_url":"https://github.com/projectbismark/bismark-data-server/issues/2","comments":2,"number":2,"created_at":"2011-12-14T21:22:12Z","state":"closed","url":"https://api.github.com/repos/projectbismark/bismark-data-server/issues/2","user":{"login":"sburnett","url":"https://api.github.com/users/sburnett","avatar_url":"https://secure.gravatar.com/avatar/30d40dbbf3e1ee3cd7f04c2302616320?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"30d40dbbf3e1ee3cd7f04c2302616320","id":370425},"updated_at":"2012-03-04T01:51:30Z","closed_at":"2012-03-04T01:51:27Z","assignee":null,"labels":[],"milestone":null,"body":"Uploads and failures aren't logged anywhere. We're using django, so this could easily go into a database.","id":2558627,"pull_request":{"html_url":null,"patch_url":null,"diff_url":null}}}
{ "id": 2932866, "name": "projectbismark/bismark-data-server", "url": "https://api.github.dev/repos/projectbismark/bismark-data-server" }
{ "id": 370425, "login": "sburnett", "gravatar_id": "30d40dbbf3e1ee3cd7f04c2302616320", "avatar_url": "https://secure.gravatar.com/avatar/30d40dbbf3e1ee3cd7f04c2302616320?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/sburnett" }
{ "id": 1072883, "login": "projectbismark", "gravatar_id": "def033a3e2c97d776f1c378402c86085", "avatar_url": "https://secure.gravatar.com/avatar/def033a3e2c97d776f1c378402c86085?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/projectbismark" }
2012-03-04T01:51:30
1526143365
null
IssueCommentEvent
true
{"issue_id":9167789,"comment_id":11253802}
{ "id": 6988091, "name": "appengine-guestbook-java", "url": "https://github.com/GoogleCloudPlatform/appengine-guestbook-java" }
{ "id": null, "login": "mattstep", "gravatar_id": "9d80abb1eeaa6264ae23462d6c052f5b", "avatar_url": null, "url": null }
{ "id": null, "login": "GoogleCloudPlatform", "gravatar_id": null, "avatar_url": null, "url": null }
2012-12-11T17:40:39
null
{"repository":{"has_wiki":true,"created_at":"2012-12-03T11:30:18-08:00","watchers":0,"owner":"GoogleCloudPlatform","description":"The guestbook App Engine demo, written in Java, built using Maven.","stargazers":0,"language":"Java","pushed_at":"2012-12-10T17:43:31-08:00","forks":2,"open_issues":1,"has_issues":true,"organization":"GoogleCloudPlatform","fork":false,"size":380,"has_downloads":true,"private":false},"actor_attributes":{"location":"SF Bay Area, CA","company":"MattStep","email":"[email protected]","type":"User","name":"Matt Stephenson","blog":"mattstep.net"},"url":"https://github.com/GoogleCloudPlatform/appengine-guestbook-java/issues/2#issuecomment-11253802"}
IssueCommentEvent
true
{"issue_id":4352751,"comment_id":5421945}
{ "id": null, "name": "EscapeWSSEAuthenticationBundle", "url": "https://github.com/escapestudios/EscapeWSSEAuthenticationBundle" }
{ "id": null, "login": "djoos", "gravatar_id": "c33cfff77cd852ee0af0739f6e429214", "avatar_url": null, "url": null }
{ "id": null, "login": "escapestudios", "gravatar_id": null, "avatar_url": null, "url": null }
2012-04-30T16:59:58
null
{"repository":{"description":"Symfony2 bundle to implement WSSE authentication","has_wiki":true,"organization":"escapestudios","homepage":"http://symfony.com/doc/2.0/cookbook/security/custom_authentication_provider.html","watchers":6,"fork":false,"open_issues":2,"language":"PHP","pushed_at":"2012/04/25 02:14:23 -0700","size":144,"private":false,"created_at":"2011/12/05 07:24:19 -0800","owner":"escapestudios","has_issues":true,"has_downloads":true,"forks":4},"actor_attributes":{"name":"David Joos","location":"London","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/escapestudios/EscapeWSSEAuthenticationBundle/issues/7#issuecomment-5421945"}
IssueCommentEvent
true
{"comment_id":6905363,"issue_id":5537467}
{ "id": null, "name": "Templating-With-Twitter-Bootstrap", "url": "https://github.com/karma4u101/Templating-With-Twitter-Bootstrap" }
{ "id": null, "login": "karma4u101", "gravatar_id": "d30f4f39186102396442195d3f09b19b", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-07-11T12:44:07
null
{"repository":{"owner":"karma4u101","has_issues":true,"has_downloads":true,"pushed_at":"2012-07-03T10:26:59-07:00","forks":2,"homepage":"","watchers":10,"has_wiki":true,"description":"Scala Lift templating example with Bootstrap front-end toolkit from Twitter","fork":false,"size":136,"language":"JavaScript","private":false,"open_issues":1,"created_at":"2011-12-09T07:35:02-08:00"},"actor_attributes":{"name":"Peter Petersson","blog":"www.media4u101.se","location":"Sweden","email":"[email protected]","type":"User"},"url":"https://github.com/karma4u101/Templating-With-Twitter-Bootstrap/issues/1#issuecomment-6905363"}
IssueCommentEvent
true
{"issue_id":3533000,"comment_id":5986611}
{ "id": null, "name": "nightingale-hacking", "url": "https://github.com/nightingale-media-player/nightingale-hacking" }
{ "id": null, "login": "freaktechnik", "gravatar_id": "3e69935b2119bb7d6adbe6e0c8f2a108", "avatar_url": null, "url": null }
{ "id": null, "login": "nightingale-media-player", "gravatar_id": null, "avatar_url": null, "url": null }
2012-05-29T15:22:48
null
{"repository":{"organization":"nightingale-media-player","watchers":37,"has_downloads":true,"homepage":"http://getnightingale.com","master_branch":"nightingale-1.11","fork":false,"has_issues":true,"has_wiki":true,"forks":11,"size":440,"private":false,"owner":"nightingale-media-player","open_issues":39,"description":"Working tree for the community fork of Songbird, Nightingale. If building, use the sb-trunk-oldxul (development) or nightingale-1.11 (stable) branches for now. The master branch is based on the current Songbird trunk, and is being upgraded to use Gecko/Xulrunner 6+, and therefore will not build *yet*. All help in terms of patches and pull requests is welcome.","language":"C++","created_at":"2011/09/15 18:42:32 -0700","pushed_at":"2012/05/26 22:43:23 -0700"},"actor_attributes":{"name":"freaktechnik","location":"Switzerland","blog":"http://simcity4.bplaced.net","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/nightingale-media-player/nightingale-hacking/issues/52#issuecomment-5986611"}
IssueCommentEvent
true
{"issue_id":8584423,"comment_id":10775362}
{ "id": 3512583, "name": "Simple-Progress-Bar-jQuery-Plugin", "url": "https://github.com/pensive612/Simple-Progress-Bar-jQuery-Plugin" }
{ "id": null, "login": "pensive612", "gravatar_id": "0ac0700561455a3d15f90685599d0c6f", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-27T20:28:12
null
{"repository":{"language":"JavaScript","owner":"pensive612","homepage":"","description":"","has_downloads":true,"created_at":"2012-02-22T00:10:56-08:00","watchers":1,"fork":false,"size":160,"pushed_at":"2012-02-23T01:37:10-08:00","forks":1,"stargazers":1,"private":false,"has_wiki":true,"open_issues":1,"has_issues":true},"actor_attributes":{"type":"User","company":"Adamin","email":"[email protected]","name":"Adam L.","blog":"adamin.net","location":"CA"},"url":"https://github.com/pensive612/Simple-Progress-Bar-jQuery-Plugin/issues/1#issuecomment-10775362"}
IssueCommentEvent
true
{"issue_id":5097270,"comment_id":6456804}
{ "id": null, "name": "redmine_favourite_projects", "url": "https://github.com/syntacticvexation/redmine_favourite_projects" }
{ "id": null, "login": "cforce", "gravatar_id": "6e8891e4cf614d35fee0b45aa4be4c25", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-06-20T15:03:19
null
{"repository":{"open_issues":1,"has_downloads":true,"description":"A plugin for Redmine to provide a list of favourite projects on My Page, Top Menu or Project Jumplist. ***REDMINE 2.0 USERS*** See 0.5-unstable branch for experimental Redmine 2.0 support.","fork":false,"has_issues":true,"language":"Ruby","size":120,"private":false,"created_at":"2011-06-15T00:48:42-07:00","owner":"syntacticvexation","has_wiki":true,"pushed_at":"2012-06-18T00:04:50-07:00","homepage":"","forks":7,"watchers":19},"actor_attributes":{"name":"Terence Miller","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/syntacticvexation/redmine_favourite_projects/issues/18#issuecomment-6456804"}
IssueCommentEvent
true
{"comment":{"created_at":"2012-03-08T02:30:29Z","body":"Thanks for your information, for full fix I think we will need to wait for new version of JIRA, it may be too long.\r\n\r\nI thinking about convert web resource to batched or register plugin to load right after header or after page load then TinyMCE resources will be available all the time and it will be trigger for register textarea node after ajax call like create/edit issue... should be a dirty patch to make it work at this time. I don't know exactly requirement for batched web resources load, if it is required batched only for Ajax model handler so it is fine, if not it will be not easy for now.\r\n\r\nGood luck and hope it get fixed soon.","updated_at":"2012-03-08T02:30:29Z","url":"https://api.github.com/repos/garyhodgson/tinymce-renderer-plugin/issues/comments/4383550","id":4383550,"user":{"avatar_url":"https://secure.gravatar.com/avatar/d1b9b11cd09f24d8c3b58e6b92fa0d70?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"d1b9b11cd09f24d8c3b58e6b92fa0d70","url":"https://api.github.com/users/tiger2wander","id":170867,"login":"tiger2wander"}},"action":"created","issue":{"number":34,"created_at":"2012-03-03T10:24:13Z","pull_request":{"diff_url":null,"patch_url":null,"html_url":null},"body":"This is log from catalina.out when I enable tinymce plugin from UPM\r\n\r\n >2012-03-03 17:17:43,853 http-8080-57 ERROR anonymous 1037x96955x1 - 66.249.72.196,127.0.0.1 /browse/JATCZEOLITEII-105 [atlassian.plugin.manager.DefaultPluginManager] Exception when retrieving plugin module tinymce-renderer, will disable plugin com.garyhodgson.jira.tinymce-renderer-plugin\r\n >com.atlassian.util.concurrent.LazyReference$InitializationException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.garyhodgson.jira.renderer.tinymce.TinyMCERendererPlugin': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.garyhodgson.jira.renderer.tinymce.TinyMCERendererPlugin]: Constructor threw exception; nested exception is java.lang.NoSuchMethodError: com.atlassian.jira.issue.fields.renderer.wiki.AtlassianWikiRenderer.<init>(Lcom/atlassian/event/api/EventPublisher;)V\r\n > at com.atlassian.util.concurrent.LazyReference.getInterruptibly(LazyReference.java:152)\r\n ...\r\n >Caused by: java.lang.NoSuchMethodError: com.atlassian.jira.issue.fields.renderer.wiki.AtlassianWikiRenderer.<init>(Lcom/atlassian/event/api/EventPublisher;)V\r\n > at com.garyhodgson.jira.renderer.tinymce.TinyMCERendererPlugin.<init>(TinyMCERendererPlugin.java:24)\r\n > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)\r\n > at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)\r\n > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)\r\n > at java.lang.reflect.Constructor.newInstance(Constructor.java:513)\r\n > at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:100)\r\n > ... 291 more\r\n","comments":15,"title":"Can not enable plugin after upgrade to JIRA 5.0","updated_at":"2012-03-08T02:30:29Z","url":"https://api.github.com/repos/garyhodgson/tinymce-renderer-plugin/issues/34","id":3488830,"assignee":null,"milestone":null,"closed_at":null,"user":{"avatar_url":"https://secure.gravatar.com/avatar/d1b9b11cd09f24d8c3b58e6b92fa0d70?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"d1b9b11cd09f24d8c3b58e6b92fa0d70","url":"https://api.github.com/users/tiger2wander","id":170867,"login":"tiger2wander"},"html_url":"https://github.com/garyhodgson/tinymce-renderer-plugin/issues/34","labels":[],"state":"open"},"legacy":{"issue_id":3488830,"comment_id":4383550}}
{ "id": 983924, "name": "garyhodgson/tinymce-renderer-plugin", "url": "https://api.github.com/repos/garyhodgson/tinymce-renderer-plugin" }
{ "id": 170867, "login": "tiger2wander", "gravatar_id": "d1b9b11cd09f24d8c3b58e6b92fa0d70", "avatar_url": "https://secure.gravatar.com/avatar/d1b9b11cd09f24d8c3b58e6b92fa0d70?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/tiger2wander" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-03-08T02:30:29
1527683435
null
IssueCommentEvent
true
{"comment":{"created_at":"2012-03-02T09:04:41Z","url":"https://api.github.com/repos/New-Media/nu-new-media-film-project/issues/comments/4282397","user":{"login":"gpeal","url":"https://api.github.com/users/gpeal","avatar_url":"https://secure.gravatar.com/avatar/8019de46f51f43b7f1ae8a624f9fded1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"8019de46f51f43b7f1ae8a624f9fded1","id":1307745},"updated_at":"2012-03-02T09:04:41Z","body":"Ah, just looked over the naming post again (http://seanbehan.com/git/git-feature-branch-naming-strategy/)\r\nI misunderstood part of it. The number of underscores at the beginning indicates the \"distance\" from the branch it was branched off of, not that it was experimental. It should just be 1 underscore. I haven't pushed it yet so I'll rename it and push","id":4282397},"action":"created","issue":{"html_url":"https://github.com/New-Media/nu-new-media-film-project/issues/71","title":"Upgrade to JQuery Mobile 1.1.0rc1","comments":2,"number":71,"created_at":"2012-03-02T08:58:20Z","state":"open","url":"https://api.github.com/repos/New-Media/nu-new-media-film-project/issues/71","user":{"login":"gpeal","url":"https://api.github.com/users/gpeal","avatar_url":"https://secure.gravatar.com/avatar/8019de46f51f43b7f1ae8a624f9fded1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"8019de46f51f43b7f1ae8a624f9fded1","id":1307745},"updated_at":"2012-03-02T09:04:41Z","closed_at":null,"assignee":null,"labels":[],"milestone":null,"body":"Branch ___development_jquery-mobile-1-1-0-rc1 has it running right now and it seems fine\r\nIn JQuery Mobile 1.1.0, headers and footers can now be fixed and persistent\r\nTrasitions are much faster (and there are some new ones)\r\nThere are new mini form elements\r\nand some more stuff","id":3473774,"pull_request":{"html_url":null,"patch_url":null,"diff_url":null}}}
{ "id": 3181053, "name": "New-Media/nu-new-media-film-project", "url": "https://api.github.dev/repos/New-Media/nu-new-media-film-project" }
{ "id": 1307745, "login": "gpeal", "gravatar_id": "8019de46f51f43b7f1ae8a624f9fded1", "avatar_url": "https://secure.gravatar.com/avatar/8019de46f51f43b7f1ae8a624f9fded1?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/gpeal" }
{ "id": 1355136, "login": "New-Media", "gravatar_id": "cdb192dc8996de7b93008831a604978b", "avatar_url": "https://secure.gravatar.com/avatar/cdb192dc8996de7b93008831a604978b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/New-Media" }
2012-03-02T09:04:43
1525636013
null
IssueCommentEvent
true
{"issue":{"milestone":null,"created_at":"2012-01-23T12:31:47Z","title":"Cast Image doesn't show in Staff Sync View","user":{"id":1124133,"login":"rbanker","url":"https://api.github.com/users/rbanker","avatar_url":"https://secure.gravatar.com/avatar/dd5ae504d9798a4df2fadbd087d5add6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"dd5ae504d9798a4df2fadbd087d5add6"},"labels":[{"name":"bug","url":"https://api.github.com/repos/UNICEF-Youth-Section/Locast-Android/labels/bug","color":"e10c02"},{"name":"upstream","url":"https://api.github.com/repos/UNICEF-Youth-Section/Locast-Android/labels/upstream","color":"d7e102"}],"updated_at":"2012-01-27T13:35:06Z","state":"open","id":2934027,"html_url":"https://github.com/UNICEF-Youth-Section/Locast-Android/issues/13","closed_at":null,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"body":"There is a placeholder in the Staff Sync view for the cast image, but the associated image doesn't display. I would say that the placeholder could actually be removed in the sync screen.","number":13,"url":"https://api.github.com/repos/UNICEF-Youth-Section/Locast-Android/issues/13","comments":2,"assignee":null},"comment":{"created_at":"2012-01-27T13:35:06Z","user":{"id":1124133,"login":"rbanker","url":"https://api.github.com/users/rbanker","avatar_url":"https://secure.gravatar.com/avatar/dd5ae504d9798a4df2fadbd087d5add6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"dd5ae504d9798a4df2fadbd087d5add6"},"updated_at":"2012-01-27T13:35:06Z","id":3686644,"body":"For this release, we'll leave as is. Good update for next release.","url":"https://api.github.com/repos/UNICEF-Youth-Section/Locast-Android/issues/comments/3686644"},"action":"created"}
{ "id": 3154102, "name": "UNICEF-Youth-Section/Locast-Android", "url": "https://api.github.dev/repos/UNICEF-Youth-Section/Locast-Android" }
{ "id": 1124133, "login": "rbanker", "gravatar_id": "dd5ae504d9798a4df2fadbd087d5add6", "avatar_url": "https://secure.gravatar.com/avatar/dd5ae504d9798a4df2fadbd087d5add6?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/rbanker" }
{ "id": 1304865, "login": "UNICEF-Youth-Section", "gravatar_id": "79f8fb8e0ee38a6e878c675162662402", "avatar_url": "https://secure.gravatar.com/avatar/79f8fb8e0ee38a6e878c675162662402?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/UNICEF-Youth-Section" }
2012-01-27T13:35:07
1514865036
null
IssueCommentEvent
true
{"issue_id":7027228,"comment_id":8951148}
{ "id": 5605025, "name": "edu.acu.mailchimp.templates", "url": "https://github.com/abilene-christian/edu.acu.mailchimp.templates" }
{ "id": null, "login": "cmf01b", "gravatar_id": "5ba6d1690b871a12512be83eafba44cf", "avatar_url": null, "url": null }
{ "id": null, "login": "abilene-christian", "gravatar_id": null, "avatar_url": null, "url": null }
2012-09-27T19:38:51
null
{"repository":{"owner":"abilene-christian","has_downloads":true,"organization":"abilene-christian","description":"Abilene Christian University (acu.edu) Mailchimp Templates","has_issues":true,"created_at":"2012-08-29T11:48:48-07:00","watchers":0,"has_wiki":false,"stargazers":0,"fork":false,"size":156,"pushed_at":"2012-09-27T08:05:24-07:00","forks":1,"private":false,"open_issues":6},"actor_attributes":{"name":"Carmen Foster","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/abilene-christian/edu.acu.mailchimp.templates/issues/29#issuecomment-8951148"}
IssueCommentEvent
true
{"comment_id":11044392,"issue_id":7762485}
{ "id": 5245876, "name": "sense-android-library", "url": "https://github.com/senseobservationsystems/sense-android-library" }
{ "id": null, "login": "pimnijdam", "gravatar_id": "bf169798e27a23b031c743662e53b8ad", "avatar_url": null, "url": null }
{ "id": null, "login": "senseobservationsystems", "gravatar_id": null, "avatar_url": null, "url": null }
2012-12-05T15:00:11
null
{"repository":{"owner":"senseobservationsystems","language":"Java","watchers":3,"stargazers":3,"has_issues":true,"has_downloads":true,"fork":false,"size":312,"created_at":"2012-07-31T06:05:59-07:00","organization":"senseobservationsystems","description":"Sense Platform library for Android","open_issues":3,"pushed_at":"2012-12-05T06:58:58-08:00","forks":4,"private":false,"has_wiki":true},"actor_attributes":{"name":"Pim Nijdam","type":"User","email":"[email protected]"},"url":"https://github.com/senseobservationsystems/sense-android-library/issues/5#issuecomment-11044392"}
IssueCommentEvent
true
{"issue":{"title":"error in line 130 of jquery.js","user":{"id":1314762,"login":"mumpitzstuff","url":"https://api.github.com/users/mumpitzstuff","avatar_url":"https://secure.gravatar.com/avatar/0d5cc831f32539fdc56ff8a3a749edcc?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"0d5cc831f32539fdc56ff8a3a749edcc"},"milestone":null,"created_at":"2012-02-01T15:16:57Z","labels":[],"state":"closed","updated_at":"2012-02-03T08:04:35Z","id":3053005,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"html_url":"https://github.com/Automattic/trac-code-comments-plugin/issues/1","closed_at":"2012-02-01T17:32:14Z","body":"<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\r\n<html><head>\r\n<title>404 Not Found</title>\r\n</head><body>\r\n<h1>Not Found</h1>\r\n<p>The requested URL /code-comments/comments was not found on this server.</p>\r\n</body></html>\r\n\r\nThe plugin tries to open http://server/code-comments/comments 2 times, but this is not valid (browse source). It is not possible to create and save a comment because of this problem.","number":1,"url":"https://api.github.com/repos/Automattic/trac-code-comments-plugin/issues/1","comments":10,"assignee":{"id":27954,"login":"nb","url":"https://api.github.com/users/nb","avatar_url":"https://secure.gravatar.com/avatar/75fb365927cb3f5f7b677682d6249406?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"75fb365927cb3f5f7b677682d6249406"}},"comment":{"user":{"id":1314762,"login":"mumpitzstuff","url":"https://api.github.com/users/mumpitzstuff","avatar_url":"https://secure.gravatar.com/avatar/0d5cc831f32539fdc56ff8a3a749edcc?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"0d5cc831f32539fdc56ff8a3a749edcc"},"created_at":"2012-02-03T08:04:35Z","updated_at":"2012-02-03T08:04:35Z","id":3793270,"body":"Sry but the last problem is not solved to 100%. If i want to edit a comment or add a new one i get 1 error for every letter i want to enter (instead of 2 like yesterday). Thats the error i can see in firebug: \"The requested URL /code-comments/preview was not found on this server.\" I bet you forgot something but the finish is near...","url":"https://api.github.com/repos/Automattic/trac-code-comments-plugin/issues/comments/3793270"},"action":"created"}
{ "id": 2794875, "name": "Automattic/trac-code-comments-plugin", "url": "https://api.github.dev/repos/Automattic/trac-code-comments-plugin" }
{ "id": 1314762, "login": "mumpitzstuff", "gravatar_id": "0d5cc831f32539fdc56ff8a3a749edcc", "avatar_url": "https://secure.gravatar.com/avatar/0d5cc831f32539fdc56ff8a3a749edcc?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/mumpitzstuff" }
{ "id": 887802, "login": "Automattic", "gravatar_id": "64dea237eea1f2d4efcf7056f68e095a", "avatar_url": "https://secure.gravatar.com/avatar/64dea237eea1f2d4efcf7056f68e095a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/Automattic" }
2012-02-03T08:04:38
1516703249
null
IssueCommentEvent
true
{"issue":{"title":"Grouping is not working","milestone":null,"user":{"id":846774,"login":"Grawl","url":"https://api.github.com/users/Grawl","avatar_url":"https://secure.gravatar.com/avatar/9b40f7b7baddb76b367a06fd793e1778?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"9b40f7b7baddb76b367a06fd793e1778"},"created_at":"2012-01-18T03:02:53Z","labels":[],"updated_at":"2012-01-20T04:19:54Z","state":"open","id":2878155,"closed_at":null,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"html_url":"https://github.com/Bluestrike2/Bluestrike2-Stylus.sugar/issues/1","body":"maybe I did it wrong?\r\n![screenshot](http://f.cl.ly/items/3r1Q240L3F1k1s0s2X0M/screenshot.png)","number":1,"url":"https://api.github.com/repos/Bluestrike2/Bluestrike2-Stylus.sugar/issues/1","comments":9,"assignee":null},"comment":{"user":{"id":846774,"login":"Grawl","url":"https://api.github.com/users/Grawl","avatar_url":"https://secure.gravatar.com/avatar/9b40f7b7baddb76b367a06fd793e1778?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"9b40f7b7baddb76b367a06fd793e1778"},"created_at":"2012-01-20T04:19:54Z","updated_at":"2012-01-20T04:19:54Z","id":3578982,"body":"Yes, I use CodeKit to compile LESS and Stylus. It's awesome app, love it. And it compiles native CSS with Stylus implementations after verifying it.\r\nI use Stylus goodies, like variables and mixing with parameters. I just cannot read this CSS without bracers and colons. Root of this problem is in My mind: I cannot think with abstract logic :( because of this I cannot create scripts, programs, etc. Just CSS, HTML: code that easy to learn, mix snippets and edit it.\r\nFor example, this is workable LESS stylesheet for maki-nails.ru: http://pastebin.com/hD68k0gM\r\nAbout mixins: I want to use it if it is really want. «centered», for example: I use it instead of css-tables and vertical-align property. But “box-shadow(0 1px 10px black)” is bad for Me, I prefer to use “transparent mixins” for adding prefixes. Don't need to put arguments into parentheses, Stylus can read it as mixin with parameters in case of mixins are with empty parentheses, like this: “box-shadow()”.\r\nAlso, thanks for link to nib. Now we are happy together: Stylus, nib and Me.","url":"https://api.github.com/repos/Bluestrike2/Bluestrike2-Stylus.sugar/issues/comments/3578982"},"action":"created"}
{ "id": 3195038, "name": "Bluestrike2/Bluestrike2-Stylus.sugar", "url": "https://api.github.dev/repos/Bluestrike2/Bluestrike2-Stylus.sugar" }
{ "id": 846774, "login": "Grawl", "gravatar_id": "9b40f7b7baddb76b367a06fd793e1778", "avatar_url": "https://secure.gravatar.com/avatar/9b40f7b7baddb76b367a06fd793e1778?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/Grawl" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-01-20T04:19:54
1512976605
null
IssueCommentEvent
true
{"comment_id":6572136,"issue_id":3621799}
{ "id": null, "name": "Archangel_2.4.3_Bugtracker", "url": "https://github.com/FeenixServerProject/Archangel_2.4.3_Bugtracker" }
{ "id": null, "login": "zeroxas", "gravatar_id": "556bf970e58cfedddc74aadfde0ca987", "avatar_url": null, "url": null }
{ "id": null, "login": "FeenixServerProject", "gravatar_id": null, "avatar_url": null, "url": null }
2012-06-26T10:24:47
null
{"repository":{"pushed_at":"2012-01-27T10:33:32-08:00","forks":20,"owner":"FeenixServerProject","has_downloads":true,"has_issues":true,"homepage":"http://www.wow-one.com","has_wiki":true,"watchers":46,"fork":false,"size":120,"created_at":"2011-12-13T02:13:55-08:00","organization":"FeenixServerProject","description":"Bug tracker for the Archangel 2.4.3 server available at http://www.wow-one.com","open_issues":754,"private":false},"actor_attributes":{"type":"User","name":"Nerijus","location":"Siauliai","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/FeenixServerProject/Archangel_2.4.3_Bugtracker/issues/619#issuecomment-6572136"}
IssueCommentEvent
true
{"comment_id":10659882,"issue_id":7737792}
{ "id": 2971394, "name": "Archangel_2.4.3_Bugtracker", "url": "https://github.com/FeenixServerProject/Archangel_2.4.3_Bugtracker" }
{ "id": null, "login": "Anelith", "gravatar_id": "37a0dc2dc6b19a5218726ef3a96e10ae", "avatar_url": null, "url": null }
{ "id": null, "login": "FeenixServerProject", "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-23T13:46:36
null
{"repository":{"has_downloads":true,"homepage":"http://www.wow-one.com","watchers":64,"owner":"FeenixServerProject","created_at":"2011-12-13T02:13:55-08:00","stargazers":64,"has_issues":true,"organization":"FeenixServerProject","description":"Bug tracker for the Archangel 2.4.3 server available at http://www.wow-one.com","has_wiki":true,"pushed_at":"2012-01-27T10:33:32-08:00","forks":35,"open_issues":900,"fork":false,"size":120,"private":false},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/FeenixServerProject/Archangel_2.4.3_Bugtracker/issues/1943#issuecomment-10659882"}
IssueCommentEvent
true
{"issue_id":3873340,"comment_id":4862265}
{ "id": null, "name": "Archangel_2.4.3_Bugtracker", "url": "https://github.com/FeenixServerProject/Archangel_2.4.3_Bugtracker" }
{ "id": null, "login": "Sideways", "gravatar_id": "74d378e162268e1c18726c4554507022", "avatar_url": null, "url": null }
{ "id": null, "login": "FeenixServerProject", "gravatar_id": null, "avatar_url": null, "url": null }
2012-03-31T22:16:56
null
{"repository":{"homepage":"http://wow-one.com","has_downloads":true,"organization":"FeenixServerProject","has_issues":true,"forks":9,"fork":false,"created_at":"2011/12/13 02:13:55 -0800","has_wiki":true,"description":"Bug tracker for the Archangel 2.4.3 server which will be available at http://wow-one.com soon(tm)","size":120,"private":false,"owner":"FeenixServerProject","open_issues":266,"watchers":16,"pushed_at":"2012/01/27 10:33:32 -0800"},"actor_attributes":{"name":"Server Project","location":"Netherlands","blog":"","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/FeenixServerProject/Archangel_2.4.3_Bugtracker/issues/937#issuecomment-4862265"}
IssueCommentEvent
true
{"issue_id":3849691,"comment_id":4792185}
{ "id": null, "name": "Archangel_2.4.3_Bugtracker", "url": "https://github.com/FeenixServerProject/Archangel_2.4.3_Bugtracker" }
{ "id": null, "login": "gupostalgu", "gravatar_id": "ca83275a00322e5533b3e8c4182a0b21", "avatar_url": null, "url": null }
{ "id": null, "login": "FeenixServerProject", "gravatar_id": null, "avatar_url": null, "url": null }
2012-03-28T21:54:00
null
{"repository":{"homepage":"http://wow-one.com","forks":9,"has_wiki":true,"fork":false,"open_issues":260,"created_at":"2011/12/13 02:13:55 -0800","watchers":15,"pushed_at":"2012/01/27 10:33:32 -0800","description":"Bug tracker for the Archangel 2.4.3 server which will be available at http://wow-one.com soon(tm)","size":120,"private":false,"owner":"FeenixServerProject","has_downloads":true,"organization":"FeenixServerProject","has_issues":true},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/FeenixServerProject/Archangel_2.4.3_Bugtracker/issues/922#issuecomment-4792185"}
IssueCommentEvent
true
{"comment_id":10685135,"issue_id":8452614}
{ "id": 2971394, "name": "Archangel_2.4.3_Bugtracker", "url": "https://github.com/FeenixServerProject/Archangel_2.4.3_Bugtracker" }
{ "id": null, "login": "Mofoleone", "gravatar_id": "97fd6128e5ecec2e883b8ef079414759", "avatar_url": null, "url": null }
{ "id": null, "login": "FeenixServerProject", "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-24T23:30:00
null
{"repository":{"pushed_at":"2012-01-27T10:33:32-08:00","forks":36,"owner":"FeenixServerProject","open_issues":901,"has_wiki":true,"homepage":"http://www.wow-one.com","watchers":64,"fork":false,"size":120,"stargazers":64,"has_issues":true,"description":"Bug tracker for the Archangel 2.4.3 server available at http://www.wow-one.com","private":false,"has_downloads":true,"created_at":"2011-12-13T02:13:55-08:00","organization":"FeenixServerProject"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/FeenixServerProject/Archangel_2.4.3_Bugtracker/issues/2049#issuecomment-10685135"}
IssueCommentEvent
true
{"issue_id":3799538,"comment_id":4685465}
{ "id": null, "name": "Archangel_2.4.3_Bugtracker", "url": "https://github.com/FeenixServerProject/Archangel_2.4.3_Bugtracker" }
{ "id": null, "login": "Groshar", "gravatar_id": "37f2ef2a376624b3b19e39f1abd50952", "avatar_url": null, "url": null }
{ "id": null, "login": "FeenixServerProject", "gravatar_id": null, "avatar_url": null, "url": null }
2012-03-25T22:36:42
null
{"repository":{"homepage":"http://wow-one.com","has_downloads":true,"has_issues":true,"forks":9,"fork":false,"created_at":"2011/12/13 02:13:55 -0800","has_wiki":true,"organization":"FeenixServerProject","description":"Bug tracker for the Archangel 2.4.3 server which will be available at http://wow-one.com soon(tm)","size":120,"private":false,"owner":"FeenixServerProject","open_issues":243,"watchers":15,"pushed_at":"2012/01/27 10:33:32 -0800"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/FeenixServerProject/Archangel_2.4.3_Bugtracker/issues/890#issuecomment-4685465"}
IssueCommentEvent
true
{"comment_id":8560803,"issue_id":3909929}
{ "id": null, "name": "Archangel_2.4.3_Bugtracker", "url": "https://github.com/FeenixServerProject/Archangel_2.4.3_Bugtracker" }
{ "id": null, "login": "xmontex", "gravatar_id": "ef8c16f020bc998a7f13a43ba5878f75", "avatar_url": null, "url": null }
{ "id": null, "login": "FeenixServerProject", "gravatar_id": null, "avatar_url": null, "url": null }
2012-09-14T13:26:10
null
{"repository":{"owner":"FeenixServerProject","pushed_at":"2012-01-27T10:33:32-08:00","organization":"FeenixServerProject","forks":29,"homepage":"http://www.wow-one.com","has_downloads":true,"description":"Bug tracker for the Archangel 2.4.3 server available at http://www.wow-one.com","stargazers":59,"fork":false,"size":120,"has_wiki":true,"created_at":"2011-12-13T02:13:55-08:00","watchers":59,"private":false,"open_issues":23,"has_issues":true},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/FeenixServerProject/Archangel_2.4.3_Bugtracker/issues/978#issuecomment-8560803"}
IssueCommentEvent
true
{"issue_id":4815151,"comment_id":6011726}
{ "id": null, "name": "Archangel_2.4.3_Bugtracker", "url": "https://github.com/FeenixServerProject/Archangel_2.4.3_Bugtracker" }
{ "id": null, "login": "Silfenix", "gravatar_id": "404fd9407fbce512b5c76fc0a276e741", "avatar_url": null, "url": null }
{ "id": null, "login": "FeenixServerProject", "gravatar_id": null, "avatar_url": null, "url": null }
2012-05-30T14:47:35
null
{"repository":{"organization":"FeenixServerProject","watchers":38,"has_downloads":true,"homepage":"http://www.wow-one.com","fork":false,"has_issues":true,"has_wiki":true,"forks":18,"size":120,"private":false,"owner":"FeenixServerProject","open_issues":661,"description":"Bug tracker for the Archangel 2.4.3 server available at http://www.wow-one.com","created_at":"2011/12/13 02:13:55 -0800","pushed_at":"2012/01/27 10:33:32 -0800"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/FeenixServerProject/Archangel_2.4.3_Bugtracker/issues/1422#issuecomment-6011726"}
IssueCommentEvent
true
{"comment_id":10919647,"issue_id":8898565}
{ "id": 2971394, "name": "Archangel_2.4.3_Bugtracker", "url": "https://github.com/FeenixServerProject/Archangel_2.4.3_Bugtracker" }
{ "id": null, "login": "Warlockbugs", "gravatar_id": "19dcbe0e3233bbfc0e52e48ac24a6f5e", "avatar_url": null, "url": null }
{ "id": null, "login": "FeenixServerProject", "gravatar_id": null, "avatar_url": null, "url": null }
2012-12-01T17:38:51
null
{"repository":{"watchers":65,"owner":"FeenixServerProject","homepage":"http://www.wow-one.com","stargazers":65,"open_issues":878,"created_at":"2011-12-13T02:13:55-08:00","organization":"FeenixServerProject","description":"Bug tracker for the Archangel 2.4.3 server available at http://www.wow-one.com","pushed_at":"2012-01-27T10:33:32-08:00","forks":36,"has_downloads":true,"fork":false,"size":120,"has_issues":true,"private":false,"has_wiki":true},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/FeenixServerProject/Archangel_2.4.3_Bugtracker/issues/2099#issuecomment-10919647"}
IssueCommentEvent
true
{"issue_id":4006662,"comment_id":4999805}
{ "id": null, "name": "Archangel_2.4.3_Bugtracker", "url": "https://github.com/FeenixServerProject/Archangel_2.4.3_Bugtracker" }
{ "id": null, "login": "Trolltilla", "gravatar_id": "5b8e4db8df919051544def639e5c7c50", "avatar_url": null, "url": null }
{ "id": null, "login": "FeenixServerProject", "gravatar_id": null, "avatar_url": null, "url": null }
2012-04-06T18:14:08
null
{"repository":{"watchers":19,"pushed_at":"2012/01/27 10:33:32 -0800","homepage":"http://wow-one.com","organization":"FeenixServerProject","has_downloads":true,"has_issues":true,"forks":10,"fork":false,"size":120,"private":false,"has_wiki":true,"created_at":"2011/12/13 02:13:55 -0800","owner":"FeenixServerProject","description":"Bug tracker for the Archangel 2.4.3 server which will be available at http://wow-one.com soon(tm)","open_issues":258},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/FeenixServerProject/Archangel_2.4.3_Bugtracker/issues/1045#issuecomment-4999805"}
IssueCommentEvent
true
{"issue_id":3797586,"comment_id":5331800}
{ "id": null, "name": "Archangel_2.4.3_Bugtracker", "url": "https://github.com/FeenixServerProject/Archangel_2.4.3_Bugtracker" }
{ "id": null, "login": "wlfbck", "gravatar_id": "a648b639d1bb76c57aac2214e1e0982a", "avatar_url": null, "url": null }
{ "id": null, "login": "FeenixServerProject", "gravatar_id": null, "avatar_url": null, "url": null }
2012-04-25T14:03:46
null
{"repository":{"homepage":"http://www.wow-one.com","watchers":26,"has_downloads":true,"fork":false,"has_issues":true,"has_wiki":true,"forks":13,"size":120,"private":false,"created_at":"2011/12/13 02:13:55 -0800","organization":"FeenixServerProject","owner":"FeenixServerProject","description":"Bug tracker for the Archangel 2.4.3 server available at http://www.wow-one.com","open_issues":322,"pushed_at":"2012/01/27 10:33:32 -0800"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/FeenixServerProject/Archangel_2.4.3_Bugtracker/issues/883#issuecomment-5331800"}
IssueCommentEvent
true
{"comment_id":7965396,"issue_id":2953126}
{ "id": null, "name": "Archangel_2.4.3_Bugtracker", "url": "https://github.com/FeenixServerProject/Archangel_2.4.3_Bugtracker" }
{ "id": null, "login": "mael65", "gravatar_id": "cfc06277cd38aac0d1e2c42d750d19ec", "avatar_url": null, "url": null }
{ "id": null, "login": "FeenixServerProject", "gravatar_id": null, "avatar_url": null, "url": null }
2012-08-23T10:18:34
null
{"repository":{"has_wiki":true,"watchers":59,"stargazers":59,"owner":"FeenixServerProject","homepage":"http://www.wow-one.com","organization":"FeenixServerProject","open_issues":0,"created_at":"2011-12-13T02:13:55-08:00","description":"Bug tracker for the Archangel 2.4.3 server available at http://www.wow-one.com","has_issues":true,"pushed_at":"2012-01-27T10:33:32-08:00","forks":29,"fork":false,"size":120,"has_downloads":true,"private":false},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/FeenixServerProject/Archangel_2.4.3_Bugtracker/issues/113#issuecomment-7965396"}
IssueCommentEvent
true
{"issue_id":4006662,"comment_id":5025700}
{ "id": null, "name": "Archangel_2.4.3_Bugtracker", "url": "https://github.com/FeenixServerProject/Archangel_2.4.3_Bugtracker" }
{ "id": null, "login": "crotchrot", "gravatar_id": "58a3cd48f6c91f1997d071043f04e02c", "avatar_url": null, "url": null }
{ "id": null, "login": "FeenixServerProject", "gravatar_id": null, "avatar_url": null, "url": null }
2012-04-09T14:12:02
null
{"repository":{"watchers":23,"pushed_at":"2012/01/27 10:33:32 -0800","homepage":"http://wow-one.com","organization":"FeenixServerProject","has_downloads":true,"has_issues":true,"forks":12,"fork":false,"size":120,"private":false,"has_wiki":true,"created_at":"2011/12/13 02:13:55 -0800","owner":"FeenixServerProject","description":"Bug tracker for the Archangel 2.4.3 server which will be available at http://wow-one.com soon(tm)","open_issues":279},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/FeenixServerProject/Archangel_2.4.3_Bugtracker/issues/1045#issuecomment-5025700"}