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 | {"comment":{"created_at":"2012-03-03T19:33:12Z","url":"https://api.github.com/repos/Casecommons/pg_search/issues/comments/4303884","user":{"login":"nertzy","url":"https://api.github.com/users/nertzy","avatar_url":"https://secure.gravatar.com/avatar/602f1b8ccf99dc47c43da83d53b4ffd5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"602f1b8ccf99dc47c43da83d53b4ffd5","id":2488},"updated_at":"2012-03-03T19:33:12Z","body":"I would like to err on the side of being more specific than we need to be. I don't think we should guess the table name, since it could be ambiguous if you have the same table joined into the query more than once. Instead, it would be better to figure out if there is a robust way for Active Record to supply the correct table name (or alias) at the time we generate the query.\r\n\r\nNot sure it's possible, but that's the direction I'd prefer to take.","id":4303884},"action":"created","issue":{"title":"pg_search_scope need alias for avoid ambiguity","html_url":"https://github.com/Casecommons/pg_search/issues/28","comments":3,"number":28,"created_at":"2012-03-02T14:29:26Z","state":"open","url":"https://api.github.com/repos/Casecommons/pg_search/issues/28","user":{"login":"daniel2d2art","url":"https://api.github.com/users/daniel2d2art","avatar_url":"https://secure.gravatar.com/avatar/9beb366f8d50bf04052194919d02a929?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"9beb366f8d50bf04052194919d02a929","id":1036505},"updated_at":"2012-03-03T19:33:12Z","closed_at":null,"assignee":null,"labels":[],"milestone":null,"body":"Hi here, \r\n\r\nWhen using pg_search on join query, in cases where several tables has same fields names, we've the problem of ambiguous field name. There is some way to specify the Alias or the table name to pg_search_scope query?.\r\n\r\nI'm using a {:tsvector_column => 'fts_vector'}, and workaround setting it like {:tsvector_column => 'my_table.fts_vector'}. This converts query results .... (fst_vector) @@ (to_tsquery( ...\r\nto some thing like ...(my_table.fst_vector) @@ (to_tsquery( ...\r\nBut I don't know if will be problematic for future pgsearch versions. It will be?\r\n\r\nI don't know if actually exist a way, but perhaps some configuration option about table alias, or adding table_name on :tsvector_column operation mode, or passing alias as argument together the query when call the scope .... ... ...\r\n\r\nThx!","id":3477423,"pull_request":{"html_url":null,"patch_url":null,"diff_url":null}}} | {
"id": 1254797,
"name": "Casecommons/pg_search",
"url": "https://api.github.dev/repos/Casecommons/pg_search"
} | {
"id": 2488,
"login": "nertzy",
"gravatar_id": "602f1b8ccf99dc47c43da83d53b4ffd5",
"avatar_url": "https://secure.gravatar.com/avatar/602f1b8ccf99dc47c43da83d53b4ffd5?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/nertzy"
} | {
"id": 507210,
"login": "Casecommons",
"gravatar_id": "028cd7ba535a1812911339cd07d8ea32",
"avatar_url": "https://secure.gravatar.com/avatar/028cd7ba535a1812911339cd07d8ea32?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/Casecommons"
} | 2012-03-03T19:33:13 | 1526088593 | null |
IssueCommentEvent | true | {"issue":{"title":"blogofile build fails with anything but bare","user":{"id":206854,"login":"kasbah","url":"https://api.github.com/users/kasbah","gravatar_id":"4f386e31c52b0f02b60dfe847b01e48c","avatar_url":"https://secure.gravatar.com/avatar/4f386e31c52b0f02b60dfe847b01e48c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"milestone":null,"created_at":"2011-05-10T05:43:47Z","updated_at":"2012-01-08T16:31:02Z","labels":[],"state":"open","id":875012,"html_url":"https://github.com/EnigmaCurry/blogofile/issues/99","pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"closed_at":null,"body":"I installed Blogofile through easy_install on my Debian 6.0 VPS which has Python 2.6.6 and \"blogofile build\" fails on anything but the \"bare\" init. \r\n\r\nOn a \"simple_blog\" init it fails:\r\n```\r\nTraceback (most recent call last):\r\n File \"/usr/lib/python2.6/logging/__init__.py\", line 799, in emit\r\n stream.write(fs % msg.encode(\"UTF-8\"))\r\nUnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in position 78: ordinal not in range(128)\r\nTraceback (most recent call last):\r\n File \"/usr/local/bin/blogofile\", line 9, in <module>\r\n load_entry_point('Blogofile==0.7.1', 'console_scripts', 'blogofile')()\r\n File \"/usr/local/lib/python2.6/dist-packages/Blogofile-0.7.1-py2.6.egg/blogofile/main.py\", line 135, in main\r\n args.func(args)\r\n File \"/usr/local/lib/python2.6/dist-packages/Blogofile-0.7.1-py2.6.egg/blogofile/main.py\", line 201, in do_build\r\n writer.write_site()\r\n File \"/usr/local/lib/python2.6/dist-packages/Blogofile-0.7.1-py2.6.egg/blogofile/writer.py\", line 52, in write_site\r\n self.__run_controllers()\r\n File \"/usr/local/lib/python2.6/dist-packages/Blogofile-0.7.1-py2.6.egg/blogofile/writer.py\", line 136, in __run_controllers\r\n controller.run_all()\r\n File \"/usr/local/lib/python2.6/dist-packages/Blogofile-0.7.1-py2.6.egg/blogofile/controller.py\", line 203, in run_all\r\n controller.run()\r\n File \"_controllers/blog/__init__.py\", line 25, in run\r\n blog.posts = post.parse_posts(\"_posts\")\r\n File \"_controllers/blog/post.py\", line 328, in parse_posts\r\n src = open(post_path, \"r\").read().decode(\r\nUnicodeEncodeError: 'ascii' codec can't encode characters in position 37-39: ordinal not in range(128)\r\n```\r\n\r\nOn a \"blogfile.com\" init it fails:\r\n``` File \"/usr/local/bin/blogofile\", line 9, in <module>\r\n load_entry_point('Blogofile==0.7.1', 'console_scripts', 'blogofile')()\r\n File \"/usr/local/lib/python2.6/dist-packages/Blogofile-0.7.1-py2.6.egg/blogofile/main.py\", line 135, in main\r\n args.func(args)\r\n File \"/usr/local/lib/python2.6/dist-packages/Blogofile-0.7.1-py2.6.egg/blogofile/main.py\", line 195, in do_build\r\n config_init(args)\r\n File \"/usr/local/lib/python2.6/dist-packages/Blogofile-0.7.1-py2.6.egg/blogofile/main.py\", line 175, in config_init\r\n config.init(\"_config.py\")\r\n File \"/usr/local/lib/python2.6/dist-packages/Blogofile-0.7.1-py2.6.egg/blogofile/config.py\", line 92, in init\r\n __load_config(config_file_path)\r\n File \"/usr/local/lib/python2.6/dist-packages/Blogofile-0.7.1-py2.6.egg/blogofile/config.py\", line 69, in __load_config\r\n execfile(path)\r\n File \"_config.py\", line 34, in <module>\r\n blog = plugins.blog\r\nNameError: name 'plugins' is not defined\r\n```\r\n\r\n```\r\n","number":99,"url":"https://api.github.com/repos/EnigmaCurry/blogofile/issues/99","comments":5,"assignee":null},"comment":{"user":{"id":254565,"login":"exarkun","url":"https://api.github.com/users/exarkun","gravatar_id":"607cfd4a5b41fe6c886c978128b9c03e","avatar_url":"https://secure.gravatar.com/avatar/607cfd4a5b41fe6c886c978128b9c03e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-01-08T16:31:02Z","updated_at":"2012-01-08T16:31:02Z","id":3402882,"body":"The plugin issue does not appear to be resolved? Or maybe the fix is just unreleased? Using 0.7.1, the config still tries to use the undefined name \"plugin\", making the blogofile.com template unusable.","url":"https://api.github.com/repos/EnigmaCurry/blogofile/issues/comments/3402882"},"action":"created"} | {
"id": 141238,
"name": "EnigmaCurry/blogofile",
"url": "https://api.github.dev/repos/EnigmaCurry/blogofile"
} | {
"id": 254565,
"login": "exarkun",
"gravatar_id": "607cfd4a5b41fe6c886c978128b9c03e",
"avatar_url": "https://secure.gravatar.com/avatar/607cfd4a5b41fe6c886c978128b9c03e?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/exarkun"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-01-08T16:31:04 | 1509956202 | null |
IssueCommentEvent | true | {"issue":{"milestone":null,"created_at":"2012-01-04T15:25:50Z","title":"ngx_openresty-1.10.24 does not build under OSX","user":{"id":259800,"login":"onyxraven","url":"https://api.github.com/users/onyxraven","avatar_url":"https://secure.gravatar.com/avatar/18e167b7c093814bd308aa98c30fe3e8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"18e167b7c093814bd308aa98c30fe3e8"},"labels":[],"updated_at":"2012-01-29T09:36:46Z","state":"closed","id":2724224,"html_url":"https://github.com/agentzh/ngx_openresty/issues/3","pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"closed_at":"2012-01-05T05:32:48Z","body":"When linking the final objs/nginx, \r\n\r\nUndefined symbols for architecture x86_64:\r\n \"_pcre_free_study\", referenced from:\r\n _ngx_http_lua_ngx_re_match in ngx_http_lua_regex.o\r\n _ngx_http_lua_ngx_re_gmatch in ngx_http_lua_regex.o\r\n _ngx_http_lua_ngx_re_sub_helper in ngx_http_lua_regex.o\r\n _ngx_http_lua_cleanup_pcre_study_data in ngx_http_lua_regex.o\r\nld: symbol(s) not found for architecture x86_64\r\ncollect2: ld returned 1 exit status\r\nmake[2]: *** [objs/nginx] Error 1\r\n\r\nthis was configured with a plain './configure' line.","number":3,"url":"https://api.github.com/repos/agentzh/ngx_openresty/issues/3","comments":5,"assignee":null},"comment":{"created_at":"2012-01-29T09:36:46Z","user":{"id":85080,"login":"nkhine","url":"https://api.github.com/users/nkhine","avatar_url":"https://secure.gravatar.com/avatar/a858a54895a4242c16f7f43f92fd343d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"a858a54895a4242c16f7f43f92fd343d"},"updated_at":"2012-01-29T09:36:46Z","id":3707447,"body":"hello,\r\njust to confirm that on an OSX 1.0.10.40 with Homebrew works by doing the following:\r\n\r\n ☺ brew info pcre \"\"\r\n pcre 8.21\r\n http://www.pcre.org/\r\n /usr/local/Cellar/pcre/8.21 (126 files, 3.1M)\r\n http://github.com/mxcl/homebrew/commits/master/Library/Formula/pcre.rb\r\n\r\n ~/Packages/ngx_openresty-1.0.10.44\r\n \r\n ☺ ./configure --with-cc-opt=\"-I/usr/local/Cellar/pcre/8.21/include\" --with-ld-opt=\"-L/usr/local/Cellar/pcre/8.21/lib\"\r\n ☺ make\r\n ☺ make install\r\n\r\n ☺ vim ~/.zshrc # add /usr/local/openresty/nginx/sbin to the path\r\n ☺ source ~/.zshrc\r\n ☺ nginx -v\r\n nginx: nginx version: ngx_openresty/1.0.10.44\r\n","url":"https://api.github.com/repos/agentzh/ngx_openresty/issues/comments/3707447"},"action":"created"} | {
"id": 480080,
"name": "agentzh/ngx_openresty",
"url": "https://api.github.dev/repos/agentzh/ngx_openresty"
} | {
"id": 85080,
"login": "nkhine",
"gravatar_id": "a858a54895a4242c16f7f43f92fd343d",
"avatar_url": "https://secure.gravatar.com/avatar/a858a54895a4242c16f7f43f92fd343d?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/nkhine"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-01-29T09:36:47 | 1515216497 | null |
IssueCommentEvent | true | {"issue":{"user":{"id":33185,"login":"gleber","url":"https://api.github.com/users/gleber","gravatar_id":"8f148931813913491327a6312b48282a","avatar_url":"https://secure.gravatar.com/avatar/8f148931813913491327a6312b48282a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"title":"Add prelude-noob to enable arrow keys","milestone":null,"created_at":"2012-02-15T15:09:17Z","updated_at":"2012-02-15T19:16:17Z","state":"open","labels":[],"id":3235699,"closed_at":null,"pull_request":{"patch_url":"https://github.com/bbatsov/emacs-prelude/pull/66.patch","html_url":"https://github.com/bbatsov/emacs-prelude/pull/66","diff_url":"https://github.com/bbatsov/emacs-prelude/pull/66.diff"},"html_url":"https://github.com/bbatsov/emacs-prelude/issues/66","body":"Let's allow some users to stick to their old crappy habits :)","number":66,"url":"https://api.github.com/repos/bbatsov/emacs-prelude/issues/66","comments":4,"assignee":null},"comment":{"user":{"id":33185,"login":"gleber","url":"https://api.github.com/users/gleber","gravatar_id":"8f148931813913491327a6312b48282a","avatar_url":"https://secure.gravatar.com/avatar/8f148931813913491327a6312b48282a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-02-15T19:16:16Z","updated_at":"2012-02-15T19:16:16Z","id":3986900,"body":"Oh, I see. We could add a function like \"prelude-restore-arrow-keys\" which would be callable from personal files. This will work as well","url":"https://api.github.com/repos/bbatsov/emacs-prelude/issues/comments/3986900"},"action":"created"} | {
"id": 2528090,
"name": "bbatsov/emacs-prelude",
"url": "https://api.github.dev/repos/bbatsov/emacs-prelude"
} | {
"id": 33185,
"login": "gleber",
"gravatar_id": "8f148931813913491327a6312b48282a",
"avatar_url": "https://secure.gravatar.com/avatar/8f148931813913491327a6312b48282a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/gleber"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-02-15T19:16:18 | 1520124868 | null |
IssueCommentEvent | true | {"issue":{"user":{"id":778890,"login":"Cu8eR","url":"https://api.github.com/users/Cu8eR","gravatar_id":"83f20c2c66a2f31cf5029822ee1be264","avatar_url":"https://secure.gravatar.com/avatar/83f20c2c66a2f31cf5029822ee1be264?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"milestone":null,"created_at":"2012-02-06T15:19:11Z","title":"HINT shown in details window","state":"open","labels":[],"updated_at":"2012-02-08T19:02:58Z","id":3109337,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"html_url":"https://github.com/cgeo/c-geo-opensource/issues/1094","closed_at":null,"body":"Hi,\r\n\r\ncan you add hint to details window? Now it is located in Description window and it is not optimal... you have to move between windows and hint is located below the long text so you must scroll down long time... it is uncomfortable...\r\n\r\nYou should add hint to details windows too... It would be great!\r\n\r\nSorry for my bad english :)\r\nThank you\r\n\r\n","number":1094,"url":"https://api.github.com/repos/cgeo/c-geo-opensource/issues/1094","comments":12,"assignee":null},"comment":{"user":{"id":949669,"login":"Lineflyer","url":"https://api.github.com/users/Lineflyer","gravatar_id":"de3c521c3b0b9b6ed20ebddabee5237e","avatar_url":"https://secure.gravatar.com/avatar/de3c521c3b0b9b6ed20ebddabee5237e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-02-08T19:02:58Z","updated_at":"2012-02-08T19:02:58Z","id":3873682,"body":"@SammysHP: As I said, its also no very clever idea either....just a proposal. \r\nBut for me several links to the same target are not so bad depending on the depth and complicated way to access a certain function...Its like a shortcut to important functions.\r\n\r\nLet the majority of the developers decide what and if can be done ?!","url":"https://api.github.com/repos/cgeo/c-geo-opensource/issues/comments/3873682"},"action":"created"} | {
"id": 2028724,
"name": "cgeo/c-geo-opensource",
"url": "https://api.github.dev/repos/cgeo/c-geo-opensource"
} | {
"id": 949669,
"login": "Lineflyer",
"gravatar_id": "de3c521c3b0b9b6ed20ebddabee5237e",
"avatar_url": "https://secure.gravatar.com/avatar/de3c521c3b0b9b6ed20ebddabee5237e?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/Lineflyer"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-02-08T19:02:59 | 1518133222 | null |
IssueCommentEvent | true | {"issue":{"user":{"id":495545,"login":"YraFyra","url":"https://api.github.com/users/YraFyra","avatar_url":"https://secure.gravatar.com/avatar/cd59843b7e638d2988609a0a30724420?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"cd59843b7e638d2988609a0a30724420"},"milestone":null,"created_at":"2012-02-09T19:47:50Z","title":"Swedish translation","state":"closed","labels":[],"updated_at":"2012-02-10T10:30:31Z","id":3162420,"html_url":"https://github.com/cgeo/c-geo-opensource/issues/1100","pull_request":{"patch_url":"https://github.com/cgeo/c-geo-opensource/pull/1100.patch","html_url":"https://github.com/cgeo/c-geo-opensource/pull/1100","diff_url":"https://github.com/cgeo/c-geo-opensource/pull/1100.diff"},"closed_at":"2012-02-10T10:30:11Z","body":"Updated swedish translation","number":1100,"url":"https://api.github.com/repos/cgeo/c-geo-opensource/issues/1100","comments":6,"assignee":null},"comment":{"user":{"id":780005,"login":"rsudev","url":"https://api.github.com/users/rsudev","avatar_url":"https://secure.gravatar.com/avatar/7e275a4da345b38b2f1443c7ffa0d0fc?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"7e275a4da345b38b2f1443c7ffa0d0fc"},"created_at":"2012-02-10T10:30:31Z","updated_at":"2012-02-10T10:30:31Z","id":3904176,"body":"Thanks for your contribution!","url":"https://api.github.com/repos/cgeo/c-geo-opensource/issues/comments/3904176"},"action":"created"} | {
"id": 2028724,
"name": "cgeo/c-geo-opensource",
"url": "https://api.github.dev/repos/cgeo/c-geo-opensource"
} | {
"id": 780005,
"login": "rsudev",
"gravatar_id": "7e275a4da345b38b2f1443c7ffa0d0fc",
"avatar_url": "https://secure.gravatar.com/avatar/7e275a4da345b38b2f1443c7ffa0d0fc?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/rsudev"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-02-10T10:30:31 | 1518677288 | null |
IssueCommentEvent | true | {"issue":{"user":{"id":1442027,"login":"cnlson","url":"https://api.github.com/users/cnlson","gravatar_id":"90a49989e084516bcb6f3aede2a6c86f","avatar_url":"https://secure.gravatar.com/avatar/90a49989e084516bcb6f3aede2a6c86f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"title":"Live Map : Since c:geo is unable to download only partial data, coordinates of caches could be inaccurate","milestone":null,"created_at":"2012-02-16T03:47:43Z","updated_at":"2012-02-16T04:09:50Z","state":"open","labels":[],"id":3246033,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"html_url":"https://github.com/cgeo/c-geo-opensource/issues/1125","closed_at":null,"body":"every time i try to use live map now i get this message. it started occurring yesterday or early today. it occurs at any resolution and will only display caches if there are some stored and then only for a second and then they disappear.\r\n\r\nconfirmed with a friend and my wife that they can reproduce","number":1125,"url":"https://api.github.com/repos/cgeo/c-geo-opensource/issues/1125","comments":1,"assignee":null},"comment":{"user":{"id":1442058,"login":"netizenxero","url":"https://api.github.com/users/netizenxero","gravatar_id":"90e32fa9daaaf3e6d5ff7461c0c2686b","avatar_url":"https://secure.gravatar.com/avatar/90e32fa9daaaf3e6d5ff7461c0c2686b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-02-16T04:09:50Z","updated_at":"2012-02-16T04:09:50Z","id":3994758,"body":"I am having the same issue, reproduced exactly. It seems as though geocaching.com changed the system they used to generate maps from Google to a system powered by Leaflet, and this is effecting c:geo somehow.","url":"https://api.github.com/repos/cgeo/c-geo-opensource/issues/comments/3994758"},"action":"created"} | {
"id": 2028724,
"name": "cgeo/c-geo-opensource",
"url": "https://api.github.dev/repos/cgeo/c-geo-opensource"
} | {
"id": 1442058,
"login": "netizenxero",
"gravatar_id": "90e32fa9daaaf3e6d5ff7461c0c2686b",
"avatar_url": "https://secure.gravatar.com/avatar/90e32fa9daaaf3e6d5ff7461c0c2686b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/netizenxero"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-02-16T04:09:53 | 1520257820 | null |
IssueCommentEvent | true | {"issue":{"user":{"id":1089399,"login":"campbeb","url":"https://api.github.com/users/campbeb","gravatar_id":"3c2d90dd5848902122d4861a0222e0ce","avatar_url":"https://secure.gravatar.com/avatar/3c2d90dd5848902122d4861a0222e0ce?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"title":"Request feedback on new feature: Translate log entries","milestone":null,"created_at":"2012-01-31T00:48:15Z","updated_at":"2012-02-18T07:38:37Z","state":"closed","labels":[{"name":"feedback","color":"FAB028","url":"https://api.github.com/repos/cgeo/c-geo-opensource/labels/feedback"}],"id":3029510,"html_url":"https://github.com/cgeo/c-geo-opensource/issues/1073","closed_at":"2012-02-18T07:38:37Z","pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"body":"I often go caching where the logs are written in languages that I cannot read. To translate the log (so I can try to get hints if I can't find the cache), I have to open the cache in a web browser and select the text and then paste it into Google Translate.\r\n\r\nI have started making a feature that allows the user to long click on a log entry and translate it to the system language.\r\nThe problem is that Google doesn't have a published interface for translating (except for a not free API).\r\n\r\nI have found that you can use `http://translate.google.com/#auto|en|TEXT` and the Google Translate app (if installed) will catch the intent or you can let web browser open the page.\r\nThe problem is that since this isn't a published method it may change at anytime and no longer work.\r\n\r\nMy question: Shoud I use this unpublished method anyway or just let the user copy the text to the clipboard and then he can paste it into the app or website to translate it?","number":1073,"url":"https://api.github.com/repos/cgeo/c-geo-opensource/issues/1073","comments":8,"assignee":null},"comment":{"user":{"id":1089399,"login":"campbeb","url":"https://api.github.com/users/campbeb","gravatar_id":"3c2d90dd5848902122d4861a0222e0ce","avatar_url":"https://secure.gravatar.com/avatar/3c2d90dd5848902122d4861a0222e0ce?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-02-18T07:38:37Z","updated_at":"2012-02-18T07:38:37Z","id":4032565,"body":"PR complete.","url":"https://api.github.com/repos/cgeo/c-geo-opensource/issues/comments/4032565"},"action":"created"} | {
"id": 2028724,
"name": "cgeo/c-geo-opensource",
"url": "https://api.github.dev/repos/cgeo/c-geo-opensource"
} | {
"id": 1089399,
"login": "campbeb",
"gravatar_id": "3c2d90dd5848902122d4861a0222e0ce",
"avatar_url": "https://secure.gravatar.com/avatar/3c2d90dd5848902122d4861a0222e0ce?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/campbeb"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-02-18T07:38:39 | 1520997543 | null |
IssueCommentEvent | true | {"issue":{"user":{"id":63502,"login":"ferventcoder","url":"https://api.github.com/users/ferventcoder","gravatar_id":"33a97150e4280a56c137fbfd763eb03d","avatar_url":"https://secure.gravatar.com/avatar/33a97150e4280a56c137fbfd763eb03d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"title":"[Enhancement] Support -prerelease (-pre) flag for list","milestone":null,"created_at":"2012-02-17T20:21:18Z","updated_at":"2012-02-17T20:28:32Z","state":"closed","labels":[{"name":"v0.9.8.15","color":"DDDDDD","url":"https://api.github.com/repos/chocolatey/chocolatey/labels/v0.9.8.15"}],"id":3273459,"html_url":"https://github.com/chocolatey/chocolatey/issues/74","closed_at":"2012-02-17T20:28:32Z","pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"body":"","number":74,"url":"https://api.github.com/repos/chocolatey/chocolatey/issues/74","comments":1,"assignee":null},"comment":{"user":{"id":63502,"login":"ferventcoder","url":"https://api.github.com/users/ferventcoder","gravatar_id":"33a97150e4280a56c137fbfd763eb03d","avatar_url":"https://secure.gravatar.com/avatar/33a97150e4280a56c137fbfd763eb03d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-02-17T20:28:32Z","updated_at":"2012-02-17T20:28:32Z","id":4027318,"body":"Fixed in 02eaf8e807137b610d1b64998adc080131c557c8","url":"https://api.github.com/repos/chocolatey/chocolatey/issues/comments/4027318"},"action":"created"} | {
"id": 1734612,
"name": "chocolatey/chocolatey",
"url": "https://api.github.dev/repos/chocolatey/chocolatey"
} | {
"id": 63502,
"login": "ferventcoder",
"gravatar_id": "33a97150e4280a56c137fbfd763eb03d",
"avatar_url": "https://secure.gravatar.com/avatar/33a97150e4280a56c137fbfd763eb03d?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/ferventcoder"
} | {
"id": 811025,
"login": "chocolatey",
"gravatar_id": "6463b5dfa505b7bc9e020abb5d33dab5",
"avatar_url": "https://secure.gravatar.com/avatar/6463b5dfa505b7bc9e020abb5d33dab5?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/chocolatey"
} | 2012-02-17T20:28:33 | 1520855944 | null |
IssueCommentEvent | true | {"issue":{"milestone":null,"created_at":"2012-01-10T17:37:32Z","title":"Remove sys warning","user":{"id":174703,"login":"pksunkara","url":"https://api.github.com/users/pksunkara","gravatar_id":"39863b6141d1be3ec211dca4b061cd5e","avatar_url":"https://secure.gravatar.com/avatar/39863b6141d1be3ec211dca4b061cd5e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"labels":[],"updated_at":"2012-01-25T17:27:12Z","state":"open","id":2794171,"html_url":"https://github.com/cloudhead/node-static/issues/44","closed_at":null,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"body":"https://github.com/cloudhead/node-static/blob/master/lib/node-static.js#L2","number":44,"url":"https://api.github.com/repos/cloudhead/node-static/issues/44","comments":2,"assignee":null},"comment":{"created_at":"2012-01-25T17:27:12Z","user":{"id":63387,"login":"majek","url":"https://api.github.com/users/majek","gravatar_id":"d4e1d473a995ef37b3e03e9e6006c3e3","avatar_url":"https://secure.gravatar.com/avatar/d4e1d473a995ef37b3e03e9e6006c3e3?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"updated_at":"2012-01-25T17:27:12Z","id":3654829,"body":"This is quite annoying indeed.","url":"https://api.github.com/repos/cloudhead/node-static/issues/comments/3654829"},"action":"created"} | {
"id": 799844,
"name": "cloudhead/node-static",
"url": "https://api.github.dev/repos/cloudhead/node-static"
} | {
"id": 63387,
"login": "majek",
"gravatar_id": "d4e1d473a995ef37b3e03e9e6006c3e3",
"avatar_url": "https://secure.gravatar.com/avatar/d4e1d473a995ef37b3e03e9e6006c3e3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/majek"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-01-25T17:27:14 | 1514312870 | null |
IssueCommentEvent | true | {"issue":{"milestone":null,"user":{"id":299626,"login":"niklasfi","url":"https://api.github.com/users/niklasfi","avatar_url":"https://secure.gravatar.com/avatar/5bcb104dad7a36b15cb5dc58f88e7e9b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"5bcb104dad7a36b15cb5dc58f88e7e9b"},"created_at":"2012-02-11T14:22:56Z","title":"remove sys is now called util warning by not require()ing sys","state":"open","labels":[],"updated_at":"2012-02-15T17:44:07Z","id":3185135,"pull_request":{"patch_url":"https://github.com/cloudhead/node-static/pull/45.patch","html_url":"https://github.com/cloudhead/node-static/pull/45","diff_url":"https://github.com/cloudhead/node-static/pull/45.diff"},"closed_at":null,"html_url":"https://github.com/cloudhead/node-static/issues/45","body":"this seems to do the trick, since you never used sys.","number":45,"url":"https://api.github.com/repos/cloudhead/node-static/issues/45","comments":2,"assignee":null},"comment":{"user":{"id":43438,"login":"timoxley","url":"https://api.github.com/users/timoxley","avatar_url":"https://secure.gravatar.com/avatar/f0deca4576206207a882928e7ff32ddb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"f0deca4576206207a882928e7ff32ddb"},"created_at":"2012-02-15T17:44:07Z","updated_at":"2012-02-15T17:44:07Z","id":3985091,"body":"+1","url":"https://api.github.com/repos/cloudhead/node-static/issues/comments/3985091"},"action":"created"} | {
"id": 799844,
"name": "cloudhead/node-static",
"url": "https://api.github.dev/repos/cloudhead/node-static"
} | {
"id": 43438,
"login": "timoxley",
"gravatar_id": "f0deca4576206207a882928e7ff32ddb",
"avatar_url": "https://secure.gravatar.com/avatar/f0deca4576206207a882928e7ff32ddb?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/timoxley"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-02-15T17:44:08 | 1520090709 | null |
IssueCommentEvent | true | {"issue":{"title":"edit to readme.md","milestone":null,"user":{"id":1313884,"login":"bbowden","url":"https://api.github.com/users/bbowden","avatar_url":"https://secure.gravatar.com/avatar/9d397ae4e6d66eefd09ff5043b7b8517?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"9d397ae4e6d66eefd09ff5043b7b8517"},"created_at":"2012-01-09T01:35:08Z","labels":[],"updated_at":"2012-01-18T23:46:08Z","state":"open","id":2764282,"closed_at":null,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"html_url":"https://github.com/codem/DisplayAnything/issues/3","body":"James,\r\nNext time I will have learnt more about github but meanwhile here are a couple of edits for readme.md:\r\n\r\nLine 72: change status to static\r\nLine 75: change DisplayAnythingVideoGallery to DisplayAnythingYouTubeGallery\r\nLine 93: change FeatureImage to SomeImage\r\n\r\nI'm using the code straight from the read me and I'm now getting the admin page to load but only getting the \"Loading uploader...\" message so far. I'm travelling for the rest of the week so may not get a chance to sort out my last bugs till next week. If they can be addressed with updates to the documentation, I'll let you know.\r\n\r\nCongratulations on this module. Its exactly what I was looking for - no dependancies on other modules and I can implement my own front end without having to hack existing code.\r\n\r\ncheers\r\nbruce","number":3,"url":"https://api.github.com/repos/codem/DisplayAnything/issues/3","comments":3,"assignee":null},"comment":{"user":{"id":603960,"login":"civkati","url":"https://api.github.com/users/civkati","avatar_url":"https://secure.gravatar.com/avatar/ce1e0923869ac905cdb952292040357e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"ce1e0923869ac905cdb952292040357e"},"created_at":"2012-01-18T23:46:08Z","updated_at":"2012-01-18T23:46:08Z","id":3555437,"body":"The rel attribute carries around some JSON encode information about the gallery.\r\n\r\nHave you pulled the latest version from Github ? looks like some JS is not being fired. Try clearing your cache and reloading.\r\n\r\nAlso, what browser is this appearing in?\r\n","url":"https://api.github.com/repos/codem/DisplayAnything/issues/comments/3555437"},"action":"created"} | {
"id": 2882674,
"name": "codem/DisplayAnything",
"url": "https://api.github.dev/repos/codem/DisplayAnything"
} | {
"id": 603960,
"login": "civkati",
"gravatar_id": "ce1e0923869ac905cdb952292040357e",
"avatar_url": "https://secure.gravatar.com/avatar/ce1e0923869ac905cdb952292040357e?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/civkati"
} | {
"id": 735575,
"login": "codem",
"gravatar_id": "d59bb11b388ffcd2096cd6c43027d757",
"avatar_url": "https://secure.gravatar.com/avatar/d59bb11b388ffcd2096cd6c43027d757?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/codem"
} | 2012-01-18T23:46:09 | 1512613973 | null |
IssueCommentEvent | true | {"issue":{"milestone":null,"created_at":"2010-08-01T23:48:09Z","title":"Create FitNesse Task","user":{"id":85854,"login":"brettveenstra","url":"https://api.github.com/users/brettveenstra","avatar_url":"https://secure.gravatar.com/avatar/b14f65904f680f03ac413c44226baf8a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"b14f65904f680f03ac413c44226baf8a"},"labels":[],"updated_at":"2012-01-31T12:19:46Z","state":"open","id":266062,"html_url":"https://github.com/derickbailey/Albacore/issues/97","pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"closed_at":null,"body":"Using the command line [REST calls|http://fitnesse.org/FitNesse.UserGuide.CommandLineRestCommands], you can run your FitNesse Acceptance tests.\n\nCurrently, DbFit is what we use and it'd be great to have integration with Albacore!\n\n\n\n desc \"Run a Suite of Tests\"\n fit-suite :suiteA do |fit|\n fit.jar_file_path = some_path\n fit.suite = \"SomeSuitePageName\"\n fit.fitnesse_root_path = some_other_path\n end","number":97,"url":"https://api.github.com/repos/derickbailey/Albacore/issues/97","comments":1,"assignee":null},"comment":{"created_at":"2012-01-31T12:19:46Z","user":{"id":193115,"login":"haf","url":"https://api.github.com/users/haf","avatar_url":"https://secure.gravatar.com/avatar/1698e0dceda985e2b71b15b5567dd795?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"1698e0dceda985e2b71b15b5567dd795"},"updated_at":"2012-01-31T12:19:46Z","id":3737967,"body":"You code sample: have you got that code implementation handy for a pull request?","url":"https://api.github.com/repos/derickbailey/Albacore/issues/comments/3737967"},"action":"created"} | {
"id": 312852,
"name": "derickbailey/Albacore",
"url": "https://api.github.dev/repos/derickbailey/Albacore"
} | {
"id": 193115,
"login": "haf",
"gravatar_id": "1698e0dceda985e2b71b15b5567dd795",
"avatar_url": "https://secure.gravatar.com/avatar/1698e0dceda985e2b71b15b5567dd795?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/haf"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-01-31T12:19:47 | 1515754837 | null |
IssueCommentEvent | true | {"issue":{"milestone":null,"created_at":"2012-01-05T00:19:52Z","title":"Db fixes.","user":{"id":542942,"login":"Kreegoth","url":"https://api.github.com/users/Kreegoth","gravatar_id":"a08a114057196142794cdf2ac32af70a","avatar_url":"https://secure.gravatar.com/avatar/a08a114057196142794cdf2ac32af70a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"labels":[],"updated_at":"2012-01-05T20:20:55Z","state":"open","id":2730245,"html_url":"https://github.com/fallenangelX/Infinity/issues/18","closed_at":null,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"body":"DELETE FROM `creature_template_addon` WHERE (`entry`=16978);\r\nINSERT INTO `creature_template_addon` (`entry`, `mount`, `bytes1`, `b2_0_sheath`, `b2_1_pvp_state`, `emote`, `moveflags`, `auras`) VALUES (16978, 0, 0, 1, 0, 0, 0, '');\r\n\r\nLieutenant Commander Thalvos has aura that is supposed to make him Stealth type. But the aura does not work correctly or something and he is invisible to all players except for a GM with GM on. Removing this aura fixes the problem.\r\n\r\nDELETE FROM `creature_questrelation` WHERE `quest` = 9344;\r\nDELETE FROM `gameobject_questrelation` WHERE `quest` = 9344;\r\nUPDATE `item_template` SET `StartQuest`=0 WHERE `StartQuest` = 9344;\r\nDELETE FROM `creature_involvedrelation` WHERE `quest` = 9344;\r\nDELETE FROM `gameobject_involvedrelation` WHERE `quest` = 9344;\r\nREPLACE INTO `quest_template` (`entry`, `Method`, `ZoneOrSort`, `MinLevel`, `QuestLevel`, `Type`, `RequiredClasses`, `RequiredRaces`, `RequiredSkill`, `RequiredSkillValue`, `RepObjectiveFaction`, `RepObjectiveValue`, `RequiredMinRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepFaction`, `RequiredMaxRepValue`, `SuggestedPlayers`, `LimitTime`, `QuestFlags`, `SpecialFlags`, `CharTitleId`, `PlayersSlain`, `BonusTalents`, `PrevQuestId`, `NextQuestId`, `ExclusiveGroup`, `NextQuestInChain`, `RewXPId`, `SrcItemId`, `SrcItemCount`, `SrcSpell`, `Title`, `Details`, `Objectives`, `OfferRewardText`, `RequestItemsText`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `ReqItemId1`, `ReqItemId2`, `ReqItemId3`, `ReqItemId4`, `ReqItemId5`, `ReqItemId6`, `ReqItemCount1`, `ReqItemCount2`, `ReqItemCount3`, `ReqItemCount4`, `ReqItemCount5`, `ReqItemCount6`, `ReqSourceId1`, `ReqSourceId2`, `ReqSourceId3`, `ReqSourceId4`, `ReqSourceCount1`, `ReqSourceCount2`, `ReqSourceCount3`, `ReqSourceCount4`, `ReqCreatureOrGOId1`, `ReqCreatureOrGOId2`, `ReqCreatureOrGOId3`, `ReqCreatureOrGOId4`, `ReqCreatureOrGOCount1`, `ReqCreatureOrGOCount2`, `ReqCreatureOrGOCount3`, `ReqCreatureOrGOCount4`, `ReqSpellCast1`, `ReqSpellCast2`, `ReqSpellCast3`, `ReqSpellCast4`, `RewChoiceItemId1`, `RewChoiceItemId2`, `RewChoiceItemId3`, `RewChoiceItemId4`, `RewChoiceItemId5`, `RewChoiceItemId6`, `RewChoiceItemCount1`, `RewChoiceItemCount2`, `RewChoiceItemCount3`, `RewChoiceItemCount4`, `RewChoiceItemCount5`, `RewChoiceItemCount6`, `RewItemId1`, `RewItemId2`, `RewItemId3`, `RewItemId4`, `RewItemCount1`, `RewItemCount2`, `RewItemCount3`, `RewItemCount4`, `RewRepFaction1`, `RewRepFaction2`, `RewRepFaction3`, `RewRepFaction4`, `RewRepFaction5`, `RewRepValueId1`, `RewRepValueId2`, `RewRepValueId3`, `RewRepValueId4`, `RewRepValueId5`, `RewRepValue1`, `RewRepValue2`, `RewRepValue3`, `RewRepValue4`, `RewRepValue5`, `RewHonorAddition`, `RewHonorMultiplier`, `RewOrReqMoney`, `RewMoneyMaxLevel`, `RewSpell`, `RewSpellCast`, `RewMailTemplateId`, `RewMailDelaySecs`, `PointMapId`, `PointX`, `PointY`, `PointOpt`, `DetailsEmote1`, `DetailsEmote2`, `DetailsEmote3`, `DetailsEmote4`, `DetailsEmoteDelay1`, `DetailsEmoteDelay2`, `DetailsEmoteDelay3`, `DetailsEmoteDelay4`, `IncompleteEmote`, `CompleteEmote`, `OfferRewardEmote1`, `OfferRewardEmote2`, `OfferRewardEmote3`, `OfferRewardEmote4`, `OfferRewardEmoteDelay1`, `OfferRewardEmoteDelay2`, `OfferRewardEmoteDelay3`, `OfferRewardEmoteDelay4`, `StartScript`, `CompleteScript`) VALUES (9344, 2, 3483, 255, 61, 0, 0, 690, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 136, 0, 0, 0, 0, 0, 0, 0, 9345, 3, 0, 0, 0, 'A Hasty Departure', 'Greetings, $N. Outland is a perilous place, as many of our expedition quickly learned. I\\'m afraid young Grelag may have learned that lesson firsthand.$B$BGrelag is a promising student, but he lacks patience! He eagerly studies the history of his people, but he sometimes forgets the threats of the present day.$B$BHe departed for the Spinebreaker Post, ignorant of the Legion and fel orc presences. I fear something may have happened to him.', 'Far Seer Regulkut wants you to track down her student Grelag. ', '<Grelag winces as he tries to stand up.>$B$BI should\\'ve followed Far Seer Regulkut\\'s advice and waited for the bodyguards she was going to send with me. I\\'m fortunate that she thought to send someone after me.$B$BI wouldn\\'t have been able to make it back to Thrallmar on my own. I\\'ve been doing what I can for this leg, but without my supplies, the outlook is grim.', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2940, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);\r\n\r\nThis quest is obsolete and unobtainable. Yet in the DB since it it shown as a prequest to preparing the salve it is unobtainable but is required for quests that exist.\r\n\r\nI have more and will post them when I have them fixed and queries for them.","number":18,"url":"https://api.github.com/repos/fallenangelX/Infinity/issues/18","comments":14,"assignee":null},"comment":{"created_at":"2012-01-05T20:20:55Z","user":{"id":542942,"login":"Kreegoth","url":"https://api.github.com/users/Kreegoth","gravatar_id":"a08a114057196142794cdf2ac32af70a","avatar_url":"https://secure.gravatar.com/avatar/a08a114057196142794cdf2ac32af70a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"updated_at":"2012-01-05T20:20:55Z","id":3375706,"body":"No worries its not an emergency LOL i just wanna help and learn to help more if i can. I mean im alot more knowledgeable than i come off as i think but there is always more to learn.\r\n\r\nAtm im trying to fix a Gossip script in Howling Fjord. Bat handler camille offers a ride to you for the quest \"A test at sea\" if you have the quest but she does not offer the option for a bat for the quest \"The Windrunner Fleet\" if you have that quest. I Looked in the DB for how the one was set up and now it works for the windrunner fleet but wont work for the Test at sea one lol I cant get her to offer both at once. Must have missed a column.","url":"https://api.github.com/repos/fallenangelX/Infinity/issues/comments/3375706"},"action":"created"} | {
"id": 2952627,
"name": "fallenangelX/Infinity",
"url": "https://api.github.dev/repos/fallenangelX/Infinity"
} | {
"id": 542942,
"login": "Kreegoth",
"gravatar_id": "a08a114057196142794cdf2ac32af70a",
"avatar_url": "https://secure.gravatar.com/avatar/a08a114057196142794cdf2ac32af70a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/Kreegoth"
} | {
"id": 1253810,
"login": "fallenangelX",
"gravatar_id": "d41d8cd98f00b204e9800998ecf8427e",
"avatar_url": "https://secure.gravatar.com/avatar/d41d8cd98f00b204e9800998ecf8427e?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/fallenangelX"
} | 2012-01-05T20:20:55 | 1509460480 | null |
IssueCommentEvent | true | {"issue":{"user":{"id":4600,"login":"aantix","url":"https://api.github.com/users/aantix","gravatar_id":"66c680f88e8c379fe408d32299dfb4e6","avatar_url":"https://secure.gravatar.com/avatar/66c680f88e8c379fe408d32299dfb4e6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"milestone":null,"created_at":"2012-02-09T02:13:40Z","title":"Added flush_all and delete methods.","state":"closed","updated_at":"2012-02-09T09:22:46Z","labels":[],"id":3151313,"closed_at":"2012-02-09T09:18:56Z","pull_request":{"patch_url":"https://github.com/fguillen/MemcacheMock/pull/2.patch","html_url":"https://github.com/fguillen/MemcacheMock/pull/2","diff_url":"https://github.com/fguillen/MemcacheMock/pull/2.diff"},"html_url":"https://github.com/fguillen/MemcacheMock/issues/2","body":"<eom>","number":2,"url":"https://api.github.com/repos/fguillen/MemcacheMock/issues/2","comments":2,"assignee":null},"comment":{"user":{"id":23043,"login":"fguillen","url":"https://api.github.com/users/fguillen","gravatar_id":"6f952bee7570a3db2ecba5b06c0062b3","avatar_url":"https://secure.gravatar.com/avatar/6f952bee7570a3db2ecba5b06c0062b3?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-02-09T09:22:46Z","updated_at":"2012-02-09T09:22:46Z","id":3884393,"body":"@aantix Relased v0.0.9 with your changes.","url":"https://api.github.com/repos/fguillen/MemcacheMock/issues/comments/3884393"},"action":"created"} | {
"id": 3218845,
"name": "fguillen/MemcacheMock",
"url": "https://api.github.dev/repos/fguillen/MemcacheMock"
} | {
"id": 23043,
"login": "fguillen",
"gravatar_id": "6f952bee7570a3db2ecba5b06c0062b3",
"avatar_url": "https://secure.gravatar.com/avatar/6f952bee7570a3db2ecba5b06c0062b3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/fguillen"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-02-09T09:22:46 | 1518325644 | null |
IssueCommentEvent | true | {"issue":{"milestone":{"created_at":"2011-07-11T13:51:53Z","title":"0.4.0","creator":{"id":719,"login":"gregbell","url":"https://api.github.com/users/gregbell","avatar_url":"https://secure.gravatar.com/avatar/7963372d1017675cbf3407e2935e9d77?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"7963372d1017675cbf3407e2935e9d77"},"open_issues":14,"state":"open","due_on":"2012-01-17T08:00:00Z","closed_issues":8,"description":"","number":6,"url":"https://api.github.com/repos/gregbell/active_admin/milestones/6"},"created_at":"2011-11-30T15:17:53Z","title":"Resources with i18n in chinese breaks controllers & routes generation","user":{"id":45299,"login":"pcreux","url":"https://api.github.com/users/pcreux","avatar_url":"https://secure.gravatar.com/avatar/25a07538df2545604409a6216b4a3bc8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"25a07538df2545604409a6216b4a3bc8"},"labels":[{"name":"Bug","color":"e10c02","url":"https://api.github.com/repos/gregbell/active_admin/labels/Bug"},{"name":"Edge","color":"ededed","url":"https://api.github.com/repos/gregbell/active_admin/labels/Edge"},{"name":"I18n","color":"02d7e1","url":"https://api.github.com/repos/gregbell/active_admin/labels/I18n"}],"updated_at":"2012-01-12T06:00:06Z","state":"open","id":2402935,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"html_url":"https://github.com/gregbell/active_admin/issues/799","closed_at":null,"body":"The routes and controllers are generated using the i18n translations. This approach fails when translation have non safe characters (such as accents, or are written in Chinese).\r\n\r\nNaming should use a \"safe_name\" for underscored and camelcased strings.","number":799,"url":"https://api.github.com/repos/gregbell/active_admin/issues/799","comments":8,"assignee":{"id":45299,"login":"pcreux","url":"https://api.github.com/users/pcreux","avatar_url":"https://secure.gravatar.com/avatar/25a07538df2545604409a6216b4a3bc8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"25a07538df2545604409a6216b4a3bc8"}},"comment":{"created_at":"2012-01-12T06:00:06Z","user":{"id":69175,"login":"jdmorani","url":"https://api.github.com/users/jdmorani","avatar_url":"https://secure.gravatar.com/avatar/232201372f022447559c323ec162d58f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"232201372f022447559c323ec162d58f"},"updated_at":"2012-01-12T06:00:06Z","id":3458826,"body":"Works great with i18n pluralization as well (:one, :few, :other). Without this patch, internationalized and pluralized models will have named routes that are improperly generated.\r\n","url":"https://api.github.com/repos/gregbell/active_admin/issues/comments/3458826"},"action":"created"} | {
"id": 611921,
"name": "gregbell/active_admin",
"url": "https://api.github.dev/repos/gregbell/active_admin"
} | {
"id": 69175,
"login": "jdmorani",
"gravatar_id": "232201372f022447559c323ec162d58f",
"avatar_url": "https://secure.gravatar.com/avatar/232201372f022447559c323ec162d58f?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/jdmorani"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-01-12T06:00:07 | 1510925161 | null |
IssueCommentEvent | true | {"issue":{"title":"Clean up some tests, a bit of tidying, etc","milestone":null,"user":{"id":47146,"login":"maniksurtani","url":"https://api.github.com/users/maniksurtani","avatar_url":"https://secure.gravatar.com/avatar/88d5dec763d2b7bc2a95685d53c7dfc8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"88d5dec763d2b7bc2a95685d53c7dfc8"},"created_at":"2012-01-18T08:13:41Z","labels":[],"updated_at":"2012-01-18T11:04:00Z","state":"open","id":2879719,"closed_at":null,"pull_request":{"patch_url":"https://github.com/infinispan/infinispan/pull/854.patch","html_url":"https://github.com/infinispan/infinispan/pull/854","diff_url":"https://github.com/infinispan/infinispan/pull/854.diff"},"html_url":"https://github.com/infinispan/infinispan/issues/854","body":"","number":854,"url":"https://api.github.com/repos/infinispan/infinispan/issues/854","comments":1,"assignee":null},"comment":{"user":{"id":42573,"login":"Sanne","url":"https://api.github.com/users/Sanne","avatar_url":"https://secure.gravatar.com/avatar/6886c741845f42bd459dc5dade7b1fc2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"6886c741845f42bd459dc5dade7b1fc2"},"created_at":"2012-01-18T11:04:00Z","updated_at":"2012-01-18T11:04:00Z","id":3544073,"body":"running tests","url":"https://api.github.com/repos/infinispan/infinispan/issues/comments/3544073"},"action":"created"} | {
"id": 1050944,
"name": "infinispan/infinispan",
"url": "https://api.github.dev/repos/infinispan/infinispan"
} | {
"id": 42573,
"login": "Sanne",
"gravatar_id": "6886c741845f42bd459dc5dade7b1fc2",
"avatar_url": "https://secure.gravatar.com/avatar/6886c741845f42bd459dc5dade7b1fc2?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/Sanne"
} | {
"id": 458093,
"login": "infinispan",
"gravatar_id": "0fb77c892345331382006ea0b2c8a020",
"avatar_url": "https://secure.gravatar.com/avatar/0fb77c892345331382006ea0b2c8a020?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/infinispan"
} | 2012-01-18T11:04:01 | 1512413292 | null |
IssueCommentEvent | true | {"comment":{"created_at":"2012-03-04T17:56:07Z","url":"https://api.github.com/repos/itspikachu/pokemon-vp/issues/comments/4311584","user":{"login":"hikarit","url":"https://api.github.com/users/hikarit","avatar_url":"https://secure.gravatar.com/avatar/9bb8ae0130e5ed9881fa51b86d258cff?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"9bb8ae0130e5ed9881fa51b86d258cff","id":1499933},"updated_at":"2012-03-04T17:56:07Z","body":"Johto and Kanto could perhaps cross over very little in some areas, but progressively more as you approach Tohjo Falls.","id":4311584},"action":"created","issue":{"html_url":"https://github.com/itspikachu/pokemon-vp/issues/2","title":"Mixing region pokemons, starters?","comments":5,"number":2,"created_at":"2012-03-04T17:22:00Z","state":"open","url":"https://api.github.com/repos/itspikachu/pokemon-vp/issues/2","user":{"login":"Vidyapoky","url":"https://api.github.com/users/Vidyapoky","avatar_url":"https://secure.gravatar.com/avatar/96981626b09e4deadfdd03ddc6adaec7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"96981626b09e4deadfdd03ddc6adaec7","id":1499989},"closed_at":null,"updated_at":"2012-03-04T17:56:07Z","assignee":null,"labels":[],"milestone":null,"body":"Should we make that you can practicaly get all pokemons in one region or just leave it as it is now? That would also mean that Unova region would have just it's own pokemons. \r\n\r\nAlso what about starters? Will they be catchable in wild?\r\nIf they will be catchable, shouldn't we make them ultra rare? So that picking starter actually has meaning and not: lol i will take this one i will catch other 2 anyway, lol.\r\n","id":3497394,"pull_request":{"html_url":null,"patch_url":null,"diff_url":null}}} | {
"id": 3618494,
"name": "itspikachu/pokemon-vp",
"url": "https://api.github.dev/repos/itspikachu/pokemon-vp"
} | {
"id": 1499933,
"login": "hikarit",
"gravatar_id": "9bb8ae0130e5ed9881fa51b86d258cff",
"avatar_url": "https://secure.gravatar.com/avatar/9bb8ae0130e5ed9881fa51b86d258cff?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/hikarit"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-03-04T17:56:07 | 1526247649 | null |
IssueCommentEvent | true | {"issue":{"user":{"id":32362,"login":"ndgiang84","url":"https://api.github.com/users/ndgiang84","gravatar_id":"94b9abda3e0c0ef40f94d1d3ca226ed6","avatar_url":"https://secure.gravatar.com/avatar/94b9abda3e0c0ef40f94d1d3ca226ed6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"title":"Invalid gemspec","milestone":null,"created_at":"2012-02-16T10:27:09Z","updated_at":"2012-02-16T15:06:43Z","state":"open","labels":[],"id":3248780,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"html_url":"https://github.com/jeffersongirao/dwolla/issues/1","closed_at":null,"body":"Hi Jeff,\r\n\r\nI got this when running `bundle install`:\r\n\r\n```ruby\r\nInstalling jeffersongirao_faraday-stack (0.1.5) \r\nInstalling dwolla (0.0.13) Invalid gemspec in [/Users/ndgiang84/.rvm/gems/ruby-1.9.2-p180/specifications/dwolla-0.0.13.gemspec]: Illformed requirement [\"#<Syck::DefaultKey:0x00000102c5c2d8> 0.1.5\"]\r\n```\r\n\r\nmy system:\r\n\r\n- RVM 1.6.2\r\n- Ruby 1.9.2-p180\r\n- Rubygems 1.8.10\r\n- MacOS 10.6.6\r\n\r\n-Giang","number":1,"url":"https://api.github.com/repos/jeffersongirao/dwolla/issues/1","comments":1,"assignee":null},"comment":{"user":{"id":70795,"login":"jeffersongirao","url":"https://api.github.com/users/jeffersongirao","gravatar_id":"0174690418338eb9972303c8f01611dd","avatar_url":"https://secure.gravatar.com/avatar/0174690418338eb9972303c8f01611dd?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-02-16T15:06:43Z","updated_at":"2012-02-16T15:06:43Z","id":4002279,"body":"Hello Giang, \r\n\r\nI can't reproduce the issue here yet, can you try to create a new gemset with RVM? If the error persists please let me know the output of your `gem list`, maybe some gem conflict is happening. Thank you.","url":"https://api.github.com/repos/jeffersongirao/dwolla/issues/comments/4002279"},"action":"created"} | {
"id": 3181090,
"name": "jeffersongirao/dwolla",
"url": "https://api.github.dev/repos/jeffersongirao/dwolla"
} | {
"id": 70795,
"login": "jeffersongirao",
"gravatar_id": "0174690418338eb9972303c8f01611dd",
"avatar_url": "https://secure.gravatar.com/avatar/0174690418338eb9972303c8f01611dd?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/jeffersongirao"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-02-16T15:07:03 | 1520390716 | null |
IssueCommentEvent | true | {"issue":{"user":{"id":63572,"login":"npdoty","url":"https://api.github.com/users/npdoty","avatar_url":"https://secure.gravatar.com/avatar/8814d360183729ed9aaf69afa4161267?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"8814d360183729ed9aaf69afa4161267"},"created_at":"2012-02-02T23:00:34Z","milestone":{"creator":{"id":244154,"login":"m0hit","url":"https://api.github.com/users/m0hit","avatar_url":"https://secure.gravatar.com/avatar/9299460d426359098a4f7834f6dd8c29?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"9299460d426359098a4f7834f6dd8c29"},"created_at":"2011-06-06T01:59:44Z","title":"v1. privacypatterns.org","open_issues":1,"state":"open","due_on":"2012-02-18T08:00:00Z","closed_issues":7,"description":"The first release of privacypatterns.org. \bThis includes writing of the specs for the website to showcase the patterns along with a basic setup for collaboration from internal and external participants. ","number":1,"url":"https://api.github.com/repos/m0hit/privacypatterns/milestones/1"},"title":"Apache configuration returns 403 for directory style pages","state":"open","updated_at":"2012-02-13T02:17:44Z","labels":[],"id":3075929,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"html_url":"https://github.com/m0hit/privacypatterns/issues/50","closed_at":null,"body":"http://staging.privacypatterns.org/about/\r\nhttp://staging.privacypatterns.org/patterns/\r\n\r\nHelp!","number":50,"url":"https://api.github.com/repos/m0hit/privacypatterns/issues/50","comments":4,"assignee":{"id":244154,"login":"m0hit","url":"https://api.github.com/users/m0hit","avatar_url":"https://secure.gravatar.com/avatar/9299460d426359098a4f7834f6dd8c29?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"9299460d426359098a4f7834f6dd8c29"}},"comment":{"user":{"id":244154,"login":"m0hit","url":"https://api.github.com/users/m0hit","avatar_url":"https://secure.gravatar.com/avatar/9299460d426359098a4f7834f6dd8c29?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"9299460d426359098a4f7834f6dd8c29"},"created_at":"2012-02-13T02:17:44Z","updated_at":"2012-02-13T02:17:44Z","id":3933450,"body":"@jlzych do you think it's possible to name the files inside directories as index.html easily. \r\n\r\nThat is \r\n``patterns/patterns.html``\r\nwill be changed to \r\n``patterns/index.html``\r\n\r\nThis seems to be inline with apache standards. The other option seems to be - create mod_rewrite rules that rewrite directory/directory.html to directory/index.html. This does not seem to be a clean solution. I have not found a cleaner way to do it in Apache. \r\n\r\nAnother option is to just run a cherrypy server, on staging\r\n","url":"https://api.github.com/repos/m0hit/privacypatterns/issues/comments/3933450"},"action":"created"} | {
"id": 1845108,
"name": "m0hit/privacypatterns",
"url": "https://api.github.dev/repos/m0hit/privacypatterns"
} | {
"id": 244154,
"login": "m0hit",
"gravatar_id": "9299460d426359098a4f7834f6dd8c29",
"avatar_url": "https://secure.gravatar.com/avatar/9299460d426359098a4f7834f6dd8c29?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/m0hit"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-02-13T02:17:44 | 1519219886 | null |
IssueCommentEvent | true | {"issue":{"user":{"id":203661,"login":"akidee","url":"https://api.github.com/users/akidee","avatar_url":"https://secure.gravatar.com/avatar/1bc7af82c19c150e3f4e27a45587d56c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"1bc7af82c19c150e3f4e27a45587d56c"},"title":"Compiled JS includes additional dependency (buggy without wrapper)","milestone":null,"created_at":"2012-01-29T11:48:04Z","updated_at":"2012-02-19T05:10:21Z","state":"open","labels":[],"id":3010872,"closed_at":null,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"html_url":"https://github.com/maxtaco/coffee-script/issues/1","body":"Compiling iced CS to JS includes the problem that a new dependency is added: iced-coffee-script. CS' strength is that you can use the compiled JS out of the box, and iced should work in the same way: you can execute the compiled JS without any additional dependencies. Compiling a CS file with the -b flag will omit the wrapper, but the variable \"iced\" will be undefined.","number":1,"url":"https://api.github.com/repos/maxtaco/coffee-script/issues/1","comments":25,"assignee":null},"comment":{"user":{"id":2242,"login":"softprops","url":"https://api.github.com/users/softprops","avatar_url":"https://secure.gravatar.com/avatar/355a2b203154bf8a9423fcdecf9e44cc?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"355a2b203154bf8a9423fcdecf9e44cc"},"created_at":"2012-02-19T05:10:21Z","updated_at":"2012-02-19T05:10:21Z","id":4039874,"body":"Hi max. \r\n\r\nI'm using the `p` version of your compiler and I still get dependent build artifacts in the javascript output of compilation. \r\n\r\nWith vanilla coffeescript, I can invoke the CoffeeScript `compile` function with the optional `bare` argument and the compiled javascript output has not dependencies on coffeescript itself. \r\n\r\nWith doing the same with iced coffeescript I get iced dependencies in the compiled javascript. When issuing a standard CoffeeScript.compile with no args, the outputted javascript contains a call to an undefined `require` method. I think this is because the default runtime assumption is `node`. When I provide the `bare` argument to compile I get an undefined error on a reference to `iced` on a line containing `__iced_deferrals = new iced.Deferrals(__iced_k, {});`.\r\n\r\nIs there any way I could pass in an a flag to the compile method's arguments to tell the `iced` version of the compiler do to the inlining of the dependencies required for the outputted javascript?","url":"https://api.github.com/repos/maxtaco/coffee-script/issues/comments/4039874"},"action":"created"} | {
"id": 2766429,
"name": "maxtaco/coffee-script",
"url": "https://api.github.dev/repos/maxtaco/coffee-script"
} | {
"id": 2242,
"login": "softprops",
"gravatar_id": "355a2b203154bf8a9423fcdecf9e44cc",
"avatar_url": "https://secure.gravatar.com/avatar/355a2b203154bf8a9423fcdecf9e44cc?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/softprops"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-02-19T05:10:22 | 1521170247 | null |
IssueCommentEvent | true | {"issue":{"milestone":null,"created_at":"2012-01-30T10:45:48Z","title":"syntax errors fail silently","user":{"id":17650,"login":"bradphelan","url":"https://api.github.com/users/bradphelan","avatar_url":"https://secure.gravatar.com/avatar/53f7def58ca1dfdc13369dfd5e2aaace?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"53f7def58ca1dfdc13369dfd5e2aaace"},"labels":[],"updated_at":"2012-01-30T12:03:13Z","state":"open","id":3018761,"html_url":"https://github.com/metaskills/less-rails/issues/21","pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"closed_at":null,"body":"I don't get any errors if there is a syntax error in my less file. Is this intended behaviour or is there some configuration option to turn this on. I get semantic errors passed to my html such as that some mixin is not defined but if I just type some crap into the file then nothing is reported. ","number":21,"url":"https://api.github.com/repos/metaskills/less-rails/issues/21","comments":1,"assignee":null},"comment":{"created_at":"2012-01-30T12:03:13Z","user":{"id":2381,"login":"metaskills","url":"https://api.github.com/users/metaskills","avatar_url":"https://secure.gravatar.com/avatar/802f7b7813d7c349a84d444d43cb31ee?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"802f7b7813d7c349a84d444d43cb31ee"},"updated_at":"2012-01-30T12:03:13Z","id":3718444,"body":"That is a feature of (1) less itself, then (2) tilt which is under (3) sprockets which renders a page using tilts parse errors. So it should work just fine. I do not know of any configuration values to make it happen either. Should be on by default. \r\n\r\nI just did a check with lessc at the command line and no errors. So perhaps less does not report errors? I'll have to investigate further. This could be a bug with Less.js or Less.rb.","url":"https://api.github.com/repos/metaskills/less-rails/issues/comments/3718444"},"action":"created"} | {
"id": 2454588,
"name": "metaskills/less-rails",
"url": "https://api.github.dev/repos/metaskills/less-rails"
} | {
"id": 2381,
"login": "metaskills",
"gravatar_id": "802f7b7813d7c349a84d444d43cb31ee",
"avatar_url": "https://secure.gravatar.com/avatar/802f7b7813d7c349a84d444d43cb31ee?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/metaskills"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-01-30T12:03:16 | 1515419841 | null |
IssueCommentEvent | true | {"comment":{"created_at":"2012-03-02T22:44:11Z","url":"https://api.github.com/repos/openlayers/openlayers/issues/comments/4295528","user":{"login":"elemoine","url":"https://api.github.com/users/elemoine","avatar_url":"https://secure.gravatar.com/avatar/e2b67f966fd11c57d9fe99ccebd473d4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"e2b67f966fd11c57d9fe99ccebd473d4","id":76594},"updated_at":"2012-03-02T22:44:11Z","body":"I really don't like passing \"down\", \"up\", \"out\" arguments to the \"up\" and \"done\" callbacks. I think this is hard to explain in the docs and it will confuse people.\r\n\r\nI don't think this right-click thing is a big issue, so I'd like this to be deal with after 2.12. What do others think?","id":4295528},"action":"created","issue":{"title":"Handler.Drag bug: drag and simultaneously press the right click","html_url":"https://github.com/openlayers/openlayers/issues/228","comments":2,"number":228,"created_at":"2012-02-16T22:03:26Z","state":"open","url":"https://api.github.com/repos/openlayers/openlayers/issues/228","user":{"login":"jorix","url":"https://api.github.com/users/jorix","avatar_url":"https://secure.gravatar.com/avatar/32141f72307c8fa931f904c287a22eee?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"32141f72307c8fa931f904c287a22eee","id":1099278},"updated_at":"2012-03-02T22:44:11Z","closed_at":null,"assignee":null,"labels":[],"milestone":null,"body":"If while dragging is pressed simultaneously right click: no cursor restored and `document.onselectstart == OpenLayers.Function.False`\r\n\r\nFor example in [example.html](http://www.openlayers.org/dev/examples/example.html):\r\n\r\n * keep left mouse button.\r\n * press right mouse button.\r\n * release the left mouse button and then the right button.\r\n * IE, Chrome & Safari: try by selecting a text out of the map, oops! does not work.\r\n * FF, Chrome & Safari: press any option from the popup menu. Oops! the cursor is still dragging.\r\n\r\n**Tickets reporting the bug**: [3141](http://trac.osgeo.org/openlayers/ticket/3141), [3193](http://trac.osgeo.org/openlayers/ticket/3193) and [3523](http://trac.osgeo.org/openlayers/ticket/3523)\r\n\r\n\r\nProposal:\r\n------------\r\nTrigger \"up\" by pressing the right click while dragging.\r\n\r\nImplementation Details:\r\n---------------------------------- \r\n\r\nCallbacks \"up\" and \"done\" receiving a second argument indicating the type (\"up\", \"out\" or \"down\"), to distinguish the reason of the trigger. \r\n\r\nAll tests of controls and handlers work correctly.","id":3259329,"pull_request":{"html_url":"https://github.com/openlayers/openlayers/pull/228","patch_url":"https://github.com/openlayers/openlayers/pull/228.patch","diff_url":"https://github.com/openlayers/openlayers/pull/228.diff"}}} | {
"id": 2407157,
"name": "openlayers/openlayers",
"url": "https://api.github.dev/repos/openlayers/openlayers"
} | {
"id": 76594,
"login": "elemoine",
"gravatar_id": "e2b67f966fd11c57d9fe99ccebd473d4",
"avatar_url": "https://secure.gravatar.com/avatar/e2b67f966fd11c57d9fe99ccebd473d4?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/elemoine"
} | {
"id": 240579,
"login": "openlayers",
"gravatar_id": "1f200ffd067f28b931a76df9800bda9a",
"avatar_url": "https://secure.gravatar.com/avatar/1f200ffd067f28b931a76df9800bda9a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/openlayers"
} | 2012-03-02T22:44:12 | 1525903398 | null |
IssueCommentEvent | true | {"issue":{"title":"Can't mock Java classes?","user":{"id":318501,"login":"cespare","url":"https://api.github.com/users/cespare","avatar_url":"https://secure.gravatar.com/avatar/2656eba8a324b297f94ed97c9806e15a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"2656eba8a324b297f94ed97c9806e15a"},"milestone":null,"created_at":"2012-02-03T03:11:56Z","state":"open","labels":[],"updated_at":"2012-02-04T18:30:27Z","id":3078024,"closed_at":null,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"html_url":"https://github.com/paulbutcher/ScalaMock/issues/7","body":"I first noticed this when trying to mock a `DatagramSocket`, but reproduced a minimal example by just using `Object`. You can see the change as a single commit on my fork of the example scalamock project [here](https://github.com/cespare/ScalaMockExample/commit/5759df2aa82a2f4f00ba30854a44f338e6d37c56). (By the way, I'm using sbt 0.11.2. Not sure if that matters.)\r\n\r\nRunning `generate-mocks` seems to work, but creates invalid code that doesn't compile when you try to run `test`:\r\n\r\n\r\n > test\r\n [info] Compiling 5 Scala sources and 2 Java sources to /home/caleb/test/ScalaMockExample/target/scala-2.9.1/mock-classes...\r\n [error] /home/caleb/test/ScalaMockExample/target/scala-2.9.1/src_managed/mock/scala/java/net/DatagramSocket$JavaFeatures.java:8: `]' expected but identifier found.\r\n [error] public static java.lang.Class[_] implClass = (java.lang.Class[_])org.scalamock.ReflectionUtilities.getObjectField(clazz, \"implClass\");\r\n [error]\r\n ...\r\n\r\nApologies if this is covered somewhere in the docs. I didn't read anything specifically about mocking pure Java classes, but I was hoping that would work as my code generally has at least a few java standard library dependencies that would be nice to mock.\r\n\r\nThanks!","number":7,"url":"https://api.github.com/repos/paulbutcher/ScalaMock/issues/7","comments":5,"assignee":null},"comment":{"user":{"id":61163,"login":"paulbutcher","url":"https://api.github.com/users/paulbutcher","avatar_url":"https://secure.gravatar.com/avatar/4c3f6ae3543413647e6b3734c184f017?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"4c3f6ae3543413647e6b3734c184f017"},"created_at":"2012-02-04T18:30:27Z","updated_at":"2012-02-04T18:30:27Z","id":3812089,"body":"A couple of possibilities spring to mind:\r\n\r\n* Use a proxy mock (which doesn't suffer from the same restriction)\r\n* Implement a wrapper class or trait and mock that\r\n\r\nOr, in the specific case of `Random` set the seed and avoid mocking altogether :-)\r\n\r\nI will give some thought to ways in which I can relax this restriction in the future.","url":"https://api.github.com/repos/paulbutcher/ScalaMock/issues/comments/3812089"},"action":"created"} | {
"id": 2639404,
"name": "paulbutcher/ScalaMock",
"url": "https://api.github.dev/repos/paulbutcher/ScalaMock"
} | {
"id": 61163,
"login": "paulbutcher",
"gravatar_id": "4c3f6ae3543413647e6b3734c184f017",
"avatar_url": "https://secure.gravatar.com/avatar/4c3f6ae3543413647e6b3734c184f017?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/paulbutcher"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-02-04T18:30:28 | 1517044104 | null |
IssueCommentEvent | true | {"issue":{"title":"Better description for Mojolicious","user":{"id":30094,"login":"kraih","url":"https://api.github.com/users/kraih","gravatar_id":"d9fae208c6398bc6172b97ad62427842","avatar_url":"https://secure.gravatar.com/avatar/d9fae208c6398bc6172b97ad62427842?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-01-15T14:17:53Z","milestone":null,"labels":[],"state":"open","updated_at":"2012-01-15T15:52:08Z","id":2846027,"closed_at":null,"pull_request":{"patch_url":"https://github.com/perl-doc-cats/perlfaq/pull/24.patch","html_url":"https://github.com/perl-doc-cats/perlfaq/pull/24","diff_url":"https://github.com/perl-doc-cats/perlfaq/pull/24.diff"},"html_url":"https://github.com/perl-doc-cats/perlfaq/issues/24","body":"A better description for Mojolicious.\r\n\r\nNot sure why you would want to list disadvantages for each framework though. If someone new to Perl reaches that FAQ from a search engine, they are most likely comparing frameworks for multiple languages. Surely not the best first impression, i'd rather like to see links to the official framework websites.","number":24,"url":"https://api.github.com/repos/perl-doc-cats/perlfaq/issues/24","comments":7,"assignee":null},"comment":{"user":{"id":30094,"login":"kraih","url":"https://api.github.com/users/kraih","gravatar_id":"d9fae208c6398bc6172b97ad62427842","avatar_url":"https://secure.gravatar.com/avatar/d9fae208c6398bc6172b97ad62427842?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-01-15T15:52:08Z","updated_at":"2012-01-15T15:52:08Z","id":3499719,"body":"What else is \"don't have the desire or ability to use CPAN dependencies\" supposed to imply?","url":"https://api.github.com/repos/perl-doc-cats/perlfaq/issues/comments/3499719"},"action":"created"} | {
"id": 2273545,
"name": "perl-doc-cats/perlfaq",
"url": "https://api.github.dev/repos/perl-doc-cats/perlfaq"
} | {
"id": 30094,
"login": "kraih",
"gravatar_id": "d9fae208c6398bc6172b97ad62427842",
"avatar_url": "https://secure.gravatar.com/avatar/d9fae208c6398bc6172b97ad62427842?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/kraih"
} | {
"id": 1006302,
"login": "perl-doc-cats",
"gravatar_id": "210eba2432aa6cf31fc60c3e3ccfcd33",
"avatar_url": "https://secure.gravatar.com/avatar/210eba2432aa6cf31fc60c3e3ccfcd33?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/perl-doc-cats"
} | 2012-01-15T15:52:08 | 1511667002 | null |
IssueCommentEvent | true | {"issue":{"milestone":null,"created_at":"2012-01-28T22:31:15Z","title":"make `undefined` an argument in your IIFE","user":{"id":4303,"login":"jdalton","url":"https://api.github.com/users/jdalton","avatar_url":"https://secure.gravatar.com/avatar/299a3d891ff1920b69c364d061007043?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"299a3d891ff1920b69c364d061007043"},"labels":[],"updated_at":"2012-01-29T02:07:32Z","state":"closed","id":3008084,"html_url":"https://github.com/petermichaux/polyfill/issues/2","closed_at":"2012-01-28T23:12:21Z","pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"body":"You should move your immediately invoked function expression to inclose all polyfills and then have one of its arguments be `undefined`.\r\n\r\n~~~ js\r\n;(function(undefined) {\r\n...\r\n}());\r\n~~~","number":2,"url":"https://api.github.com/repos/petermichaux/polyfill/issues/2","comments":7,"assignee":null},"comment":{"created_at":"2012-01-29T02:07:32Z","user":{"id":4303,"login":"jdalton","url":"https://api.github.com/users/jdalton","avatar_url":"https://secure.gravatar.com/avatar/299a3d891ff1920b69c364d061007043?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"299a3d891ff1920b69c364d061007043"},"updated_at":"2012-01-29T02:07:32Z","id":3705690,"body":"> I really don't think I'm clever enough to know every edge case that might exist.\r\n\r\nIt's not about being clever, just understanding what the overly verbose spec is trying to accomplish and then implementing it better. You already so it somewhat in other places like when you check `if (this == null) {`.\r\n\r\n> I did use the \"number != number\" instead of isNaN check since isNaN might be redefined.\r\n\r\n~~~ js\r\nvar tricky = Object(NaN);\r\nconsole.log(tricky == tricky); // true\r\nconsole.log(isNaN(tricky)); // true\r\n~~~\r\n","url":"https://api.github.com/repos/petermichaux/polyfill/issues/comments/3705690"},"action":"created"} | {
"id": 3292638,
"name": "petermichaux/polyfill",
"url": "https://api.github.dev/repos/petermichaux/polyfill"
} | {
"id": 4303,
"login": "jdalton",
"gravatar_id": "299a3d891ff1920b69c364d061007043",
"avatar_url": "https://secure.gravatar.com/avatar/299a3d891ff1920b69c364d061007043?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/jdalton"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-01-29T02:07:33 | 1515185526 | null |
IssueCommentEvent | true | {"issue":{"title":"HTTP error messages should not leak back end details.","milestone":null,"created_at":"2012-02-17T02:24:09Z","user":{"id":50418,"login":"hedgehog","url":"https://api.github.com/users/hedgehog","avatar_url":"https://secure.gravatar.com/avatar/e87b25ac6bec6427d102828128f8ac80?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"e87b25ac6bec6427d102828128f8ac80"},"updated_at":"2012-02-19T20:28:51Z","labels":[],"state":"open","id":3262235,"html_url":"https://github.com/postrank-labs/goliath/issues/146","closed_at":null,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"body":"With this API:\r\n\r\n class MyApiRoutes < Goliath::API\r\n\r\n use Goliath::Rack::Tracer # log trace statistics\r\n use Goliath::Rack::DefaultMimeType # cleanup accepted media types\r\n use Goliath::Rack::Params # parse & merge query and body parameters\r\n use Goliath::Rack::Heartbeat # respond to /status with 200, OK (monitoring, etc)\r\n\r\n # If you are using Golaith version <=0.9.1 you need to Goliath::Rack::ValidationError\r\n # to prevent the request from remaining open after an error occurs\r\n #use Goliath::Rack::ValidationError\r\n use Goliath::Rack::Validation::RequestMethod, %w(POST) # allow POST requests only\r\n #use Goliath::Rack::Validation::RequiredParam, {:key => 'echo'} # must provide ?echo= query or body param\r\n\r\n plugin ::Goliath::Plugin::Latency # output reactor latency every second\r\n\r\n post \"/mine\", MyAPI\r\n\r\n def response(env)\r\n raise RuntimeException.new(\"#response is ignored when using maps, so this exception won't raise. See spec/integration/rack_routes_spec.\")\r\n end\r\n\r\n end\r\n\r\n\r\nand this spec:\r\n\r\n it \"should be a 500 on empty POST\" do\r\n with_api(MyApiRoutes) do\r\n post_request({}, err) do |c|\r\n c.response_header.status.should == 500\r\n c.response.should match /Some informative yet generic message/\r\n c.response_header['CONTENT_LENGTH'].should == '2'\r\n end\r\n end\r\n end\r\n\r\nyou will see that the reponse tells the end user something about the back end implementation:\r\n\r\n expected \"{\\\"error\\\":\\\"uninitialized constant MyApiRoutes::RuntimeException\\\"}\" to match /Some informative yet generic message/\r\n","number":146,"url":"https://api.github.com/repos/postrank-labs/goliath/issues/146","comments":1,"assignee":null},"comment":{"created_at":"2012-02-19T20:28:51Z","user":{"id":10652,"login":"igrigorik","url":"https://api.github.com/users/igrigorik","avatar_url":"https://secure.gravatar.com/avatar/a17f0025641b4be419a6cd3845e55dd2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"a17f0025641b4be419a6cd3845e55dd2"},"updated_at":"2012-02-19T20:28:51Z","id":4044882,"body":"Yeah, in principle I can see the following behavior:\r\n\r\n- In dev mode, leave as currently implemented\r\n- in prod, return a generic \"500 Error\" message, and log exception internally","url":"https://api.github.com/repos/postrank-labs/goliath/issues/comments/4044882"},"action":"created"} | {
"id": 1227666,
"name": "postrank-labs/goliath",
"url": "https://api.github.dev/repos/postrank-labs/goliath"
} | {
"id": 10652,
"login": "igrigorik",
"gravatar_id": "a17f0025641b4be419a6cd3845e55dd2",
"avatar_url": "https://secure.gravatar.com/avatar/a17f0025641b4be419a6cd3845e55dd2?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/igrigorik"
} | {
"id": 550975,
"login": "postrank-labs",
"gravatar_id": "3b679600ef91737ed500bc8d052355c4",
"avatar_url": "https://secure.gravatar.com/avatar/3b679600ef91737ed500bc8d052355c4?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/postrank-labs"
} | 2012-02-19T20:28:52 | 1521272726 | null |
IssueCommentEvent | true | {"issue":{"milestone":null,"created_at":"2012-01-30T13:56:05Z","title":"Page Paint Times","user":{"id":106187,"login":"jsonin","url":"https://api.github.com/users/jsonin","gravatar_id":"e60c25039b94cb3c2dfb3b03378c7d00","avatar_url":"https://secure.gravatar.com/avatar/e60c25039b94cb3c2dfb3b03378c7d00?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"updated_at":"2012-01-30T19:14:00Z","labels":[{"name":"Bug","url":"https://api.github.com/repos/rescuedcode/StaffPlan/labels/Bug","color":"e10c02"}],"state":"open","id":3020606,"html_url":"https://github.com/rescuedcode/StaffPlan/issues/12","pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"closed_at":null,"body":"The individual staffplan page paint time seems to be very high on first load (and I've checked it across 3 networks).\r\nIs that an issue with heroku or ?\r\n\r\nNot needed now, but the ultimate goal should be around 15ms.","number":12,"url":"https://api.github.com/repos/rescuedcode/StaffPlan/issues/12","comments":1,"assignee":null},"comment":{"created_at":"2012-01-30T19:14:00Z","user":{"id":2804,"login":"fermion","url":"https://api.github.com/users/fermion","gravatar_id":"725d78780e24d930b9f3a910a10f71cb","avatar_url":"https://secure.gravatar.com/avatar/725d78780e24d930b9f3a910a10f71cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"updated_at":"2012-01-30T19:14:00Z","id":3725563,"body":"It's probably got more to do with the your machine than the network. The amount of data transferred is relatively normal as is *my* browser's load time (a 3.4Ghz core i7 iMac, lots of RAM, lots of SSD and FiOS) with a clean browser cache:\r\n\r\nhttp://p.fermion.us/3y1s343p0U2u1r40432K\r\n\r\nWe'll need to more clearly define what these requirements are and how we'll measure them, page paint is too vague to be useful. Fortunately there are tools that we can use to consistently measure these across machines. Because so much of the work is being done in client the speed/performance of the individual's machine is going to factor heavily.","url":"https://api.github.com/repos/rescuedcode/StaffPlan/issues/comments/3725563"},"action":"created"} | {
"id": 3012278,
"name": "rescuedcode/StaffPlan",
"url": "https://api.github.dev/repos/rescuedcode/StaffPlan"
} | {
"id": 2804,
"login": "fermion",
"gravatar_id": "725d78780e24d930b9f3a910a10f71cb",
"avatar_url": "https://secure.gravatar.com/avatar/725d78780e24d930b9f3a910a10f71cb?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/fermion"
} | {
"id": 998968,
"login": "rescuedcode",
"gravatar_id": "6c3751c583893f58850d50b756729e2e",
"avatar_url": "https://secure.gravatar.com/avatar/6c3751c583893f58850d50b756729e2e?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/rescuedcode"
} | 2012-01-30T19:14:01 | 1515534690 | null |
IssueCommentEvent | true | {"issue":{"milestone":null,"user":{"id":973480,"login":"bdellegrazie","url":"https://api.github.com/users/bdellegrazie","avatar_url":"https://secure.gravatar.com/avatar/a3436628449ba0058d8e98331d2e88ff?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"a3436628449ba0058d8e98331d2e88ff"},"created_at":"2012-02-16T10:06:14Z","title":"FindCppcheck fails with cppcheck 1.5.3","state":"open","labels":[],"updated_at":"2012-02-16T10:08:52Z","id":3248565,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"closed_at":null,"html_url":"https://github.com/rpavlik/cmake-modules/issues/10","body":"Hi,\r\n\r\nI'm using your cmake-modules to apply cppcheck to our sources (thanks!), however I found a small issue when using cppcheck version 1.5.3.\r\n\r\nIn cppcheck version 1.5.3, the unused functions test is enabled with: --enable=unusedFunction, however in your Findcppcheck.cmake module you have this as:\r\n --enable=unusedFunctions\r\n(note the additional 's').\r\n\r\nI'm not sure what the earlier behaviour was but the current version does not work.\r\nSince this is a trivial fix I haven't created a pull request, but I'll try putting a diff in an additional comment.\r\n\r\nThanks,\r\nBrett","number":10,"url":"https://api.github.com/repos/rpavlik/cmake-modules/issues/10","comments":1,"assignee":null},"comment":{"user":{"id":973480,"login":"bdellegrazie","url":"https://api.github.com/users/bdellegrazie","avatar_url":"https://secure.gravatar.com/avatar/a3436628449ba0058d8e98331d2e88ff?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"a3436628449ba0058d8e98331d2e88ff"},"created_at":"2012-02-16T10:08:52Z","updated_at":"2012-02-16T10:08:52Z","id":3997980,"body":"```\r\ndiff --git a/Findcppcheck.cmake b/Findcppcheck.cmake\r\nindex 02d351b..cf81cd1 100644\r\n-- a/Findcppcheck.cmake\r\n++ b/Findcppcheck.cmake\r\n@@ -103,7 +103,7 @@ if(CPPCHECK_EXECUTABLE)\r\n\tif(\"${CPPCHECK_STYLE_ARG}\" STREQUAL \"--enable=style\")\r\n\r\n\t\t_cppcheck_set_arg_var(CPPCHECK_UNUSEDFUNC_ARG\r\n\t\t\t\"--enable=unusedFunctions\")\r\n\t\t\t\"--enable=unusedFunction\")\r\n\t\t_cppcheck_set_arg_var(CPPCHECK_INFORMATION_ARG \"--enable=information\")\r\n\t\t_cppcheck_set_arg_var(CPPCHECK_MISSINGINCLUDE_ARG\r\n\t\t\t\"--enable=missingInclude\")\r\n```","url":"https://api.github.com/repos/rpavlik/cmake-modules/issues/comments/3997980"},"action":"created"} | {
"id": 987281,
"name": "rpavlik/cmake-modules",
"url": "https://api.github.dev/repos/rpavlik/cmake-modules"
} | {
"id": 973480,
"login": "bdellegrazie",
"gravatar_id": "a3436628449ba0058d8e98331d2e88ff",
"avatar_url": "https://secure.gravatar.com/avatar/a3436628449ba0058d8e98331d2e88ff?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/bdellegrazie"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-02-16T10:08:53 | 1520319232 | null |
IssueCommentEvent | true | {"issue":{"title":"Change period funcs to return identifiable types, add funcs for checking types","milestone":null,"user":{"id":141844,"login":"aviflax","url":"https://api.github.com/users/aviflax","avatar_url":"https://secure.gravatar.com/avatar/81716107a9f18397945286898e2165f8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"81716107a9f18397945286898e2165f8"},"created_at":"2012-01-17T03:48:12Z","labels":[],"updated_at":"2012-01-22T03:44:03Z","state":"open","id":2863805,"pull_request":{"patch_url":"https://github.com/seancorfield/clj-time/pull/7.patch","html_url":"https://github.com/seancorfield/clj-time/pull/7","diff_url":"https://github.com/seancorfield/clj-time/pull/7.diff"},"html_url":"https://github.com/seancorfield/clj-time/issues/7","closed_at":null,"body":"These changes would cover the use cases I have for [my program](https://github.com/aviflax/rollups/blob/master/clojure/rollup.clj), wherein I’m currently instantiating and checking against Joda classes.","number":7,"url":"https://api.github.com/repos/seancorfield/clj-time/issues/7","comments":2,"assignee":null},"comment":{"user":{"id":141844,"login":"aviflax","url":"https://api.github.com/users/aviflax","avatar_url":"https://secure.gravatar.com/avatar/81716107a9f18397945286898e2165f8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"81716107a9f18397945286898e2165f8"},"created_at":"2012-01-22T03:44:03Z","updated_at":"2012-01-22T03:44:03Z","id":3601001,"body":"Years, etc., and Period all implement [ReadablePeriod](http://joda-time.sourceforge.net/api-release/org/joda/time/ReadablePeriod.html). Wouldn’t that be sufficient?","url":"https://api.github.com/repos/seancorfield/clj-time/issues/comments/3601001"},"action":"created"} | {
"id": 2581048,
"name": "seancorfield/clj-time",
"url": "https://api.github.dev/repos/seancorfield/clj-time"
} | {
"id": 141844,
"login": "aviflax",
"gravatar_id": "81716107a9f18397945286898e2165f8",
"avatar_url": "https://secure.gravatar.com/avatar/81716107a9f18397945286898e2165f8?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/aviflax"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-01-22T03:44:05 | 1513383816 | null |
IssueCommentEvent | true | {"issue":{"milestone":null,"created_at":"2012-01-09T21:10:44Z","title":"Support 'add to contacts' for legislator offices","user":{"id":4592,"login":"klondike","url":"https://api.github.com/users/klondike","avatar_url":"https://secure.gravatar.com/avatar/5baca72f595aed11b919133fe2483a79?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"5baca72f595aed11b919133fe2483a79"},"updated_at":"2012-01-29T23:25:50Z","labels":[],"state":"open","id":2775481,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"closed_at":null,"html_url":"https://github.com/sunlightlabs/congress/issues/514","body":"http://developer.android.com/resources/articles/contacts.html","number":514,"url":"https://api.github.com/repos/sunlightlabs/congress/issues/514","comments":6,"assignee":null},"comment":{"created_at":"2012-01-29T23:25:50Z","user":{"id":174433,"login":"smoak","url":"https://api.github.com/users/smoak","avatar_url":"https://secure.gravatar.com/avatar/14931edf1067df94f7b8307b36dde0fa?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"14931edf1067df94f7b8307b36dde0fa"},"updated_at":"2012-01-29T23:25:50Z","id":3712390,"body":"That mostly worked. I still get the same error as above, but I managed to fix it by moving the import up:\r\n\r\n diff --git a/src/com/sunlightlabs/android/congress/fragments/YouTubeFragment.java b/src/com/sunlightlabs/android/congress/fragments/YouTubeFragment.java\r\n index d3425be..4f0f21d 100644\r\n --- a/src/com/sunlightlabs/android/congress/fragments/YouTubeFragment.java\r\n +++ b/src/com/sunlightlabs/android/congress/fragments/YouTubeFragment.java\r\n @@ -21,6 +21,7 @@ import android.widget.ListView;\r\n import android.widget.TextView;\r\n \r\n import com.sunlightlabs.android.congress.R;\r\n +import com.sunlightlabs.youtube.Video;\r\n import com.sunlightlabs.android.congress.fragments.YouTubeFragment.VideoAdapter.VideoHolder;\r\n import com.sunlightlabs.android.congress.notifications.Footer;\r\n import com.sunlightlabs.android.congress.notifications.Subscriber;\r\n @@ -33,7 +34,6 @@ import com.sunlightlabs.android.congress.utils.FragmentUtils;\r\n import com.sunlightlabs.android.congress.utils.ImageUtils;\r\n import com.sunlightlabs.android.congress.utils.Utils;\r\n import com.sunlightlabs.congress.models.Legislator;\r\n -import com.sunlightlabs.youtube.Video;\r\n \r\n public class YouTubeFragment extends ListFragment implements LoadsThumb, LoadsYoutubeVideos {\r\n private List<Video> videos;\r\n\r\nI think this is due to a bug in the sun java compiler (which I am using) and not the one Eclipse uses:\r\n\r\n http://bugs.sun.com/bugdatabase/view_bug.do;jsessionid=75fc24d972c23e4c8c426b8f3?bug_id=6431987\r\n\r\nSo it's all fixed on my machine now after moving the import statement up. Pretty strange\r\n ","url":"https://api.github.com/repos/sunlightlabs/congress/issues/comments/3712390"},"action":"created"} | {
"id": 276256,
"name": "sunlightlabs/congress",
"url": "https://api.github.dev/repos/sunlightlabs/congress"
} | {
"id": 174433,
"login": "smoak",
"gravatar_id": "14931edf1067df94f7b8307b36dde0fa",
"avatar_url": "https://secure.gravatar.com/avatar/14931edf1067df94f7b8307b36dde0fa?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/smoak"
} | {
"id": 40420,
"login": "sunlightlabs",
"gravatar_id": "83fc7b3fdb0a6d29e064ebb44f0efa8c",
"avatar_url": "https://secure.gravatar.com/avatar/83fc7b3fdb0a6d29e064ebb44f0efa8c?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/sunlightlabs"
} | 2012-01-29T23:25:51 | 1515311516 | null |
IssueCommentEvent | true | {"issue":{"created_at":"2012-02-04T19:54:09Z","user":{"id":127811,"login":"kbond","url":"https://api.github.com/users/kbond","avatar_url":"https://secure.gravatar.com/avatar/d64dd257ad0745f676d423dc03e4a37c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"d64dd257ad0745f676d423dc03e4a37c"},"milestone":null,"title":"enable configuration to be dumped with new Symfony2 ``config:dump-reference`` command","updated_at":"2012-02-04T22:12:09Z","state":"open","labels":[],"id":3095516,"closed_at":null,"html_url":"https://github.com/symfony/AsseticBundle/issues/62","pull_request":{"patch_url":"https://github.com/symfony/AsseticBundle/pull/62.patch","html_url":"https://github.com/symfony/AsseticBundle/pull/62","diff_url":"https://github.com/symfony/AsseticBundle/pull/62.diff"},"body":"ref: https://github.com/symfony/symfony/commit/79a957be77d3afbb8b3ddbb83a330e05d85b876a","number":62,"url":"https://api.github.com/repos/symfony/AsseticBundle/issues/62","comments":2,"assignee":null},"comment":{"created_at":"2012-02-04T22:12:09Z","user":{"id":127811,"login":"kbond","url":"https://api.github.com/users/kbond","avatar_url":"https://secure.gravatar.com/avatar/d64dd257ad0745f676d423dc03e4a37c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"d64dd257ad0745f676d423dc03e4a37c"},"updated_at":"2012-02-04T22:12:09Z","id":3813782,"body":"nope","url":"https://api.github.com/repos/symfony/AsseticBundle/issues/comments/3813782"},"action":"created"} | {
"id": 1902260,
"name": "symfony/AsseticBundle",
"url": "https://api.github.dev/repos/symfony/AsseticBundle"
} | {
"id": 127811,
"login": "kbond",
"gravatar_id": "d64dd257ad0745f676d423dc03e4a37c",
"avatar_url": "https://secure.gravatar.com/avatar/d64dd257ad0745f676d423dc03e4a37c?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/kbond"
} | {
"id": 143937,
"login": "symfony",
"gravatar_id": "bc6312a5b583c4258c9fad11122c6e31",
"avatar_url": "https://secure.gravatar.com/avatar/bc6312a5b583c4258c9fad11122c6e31?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/symfony"
} | 2012-02-04T22:12:09 | 1517073466 | null |
IssueCommentEvent | true | {"issue":{"user":{"id":72736,"login":"Malific","url":"https://api.github.com/users/Malific","gravatar_id":"65c67ebfb584d4d81737d2fa8d0ab432","avatar_url":"https://secure.gravatar.com/avatar/65c67ebfb584d4d81737d2fa8d0ab432?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"title":"PEX not giving out perms for Jobs","milestone":null,"created_at":"2012-02-15T02:17:40Z","labels":[],"updated_at":"2012-02-15T18:06:04Z","state":"open","id":3229370,"html_url":"https://github.com/t3hk0d3/PermissionsEx/issues/261","closed_at":null,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"body":"jobs 2.6.2 (http://dev.bukkit.org/server-mods/jobs/)\r\npex 1.18\r\n\r\nChildren perms don't seem to work properly.\r\n\r\nIf we do jobs.join.* people have permissions to join all jobs. But we want specific permissions groups to have specific jobs. However when we post individual job nodes like jobs.join.woodcutter it won't give out the permission properly and the job is unjoinable.\r\n\r\nSimilar issue with jobs.world.* and jobs.world.world. When we use the global perm is works for all but individual settings will not. Again there are certain worlds we do not want them to use jobs in.\r\n\r\nEverything worked fine under 1.17 but 1.18 does not seem to function properly. We unfortunately cannot revert to 1.17 as we have several \"required\" plugins for the server which don't work properly without using 1.18.\r\n\r\nWe receive no errors messages in console. The only indications we get are the fact that they don't have access unless we use the * perms.","number":261,"url":"https://api.github.com/repos/t3hk0d3/PermissionsEx/issues/261","comments":1,"assignee":null},"comment":{"user":{"id":1125943,"login":"fultrim","url":"https://api.github.com/users/fultrim","gravatar_id":"a70614fd84561eaebbc8974c03506cf0","avatar_url":"https://secure.gravatar.com/avatar/a70614fd84561eaebbc8974c03506cf0?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-02-15T18:06:04Z","updated_at":"2012-02-15T18:06:04Z","id":3985474,"body":"In PEX 1.18 there is a child perm bug that affects several plugins. There is a work around till it is fixed in PEX. \r\n\r\nUser negative perms. Remember to place the negative before you place the wildcard.\r\n\r\n- plugin.perm.child1\r\n- plugin.perm.child2\r\n- plugin.perm.child3\r\n- plugin.perm.child4\r\n- plugin.perm.*","url":"https://api.github.com/repos/t3hk0d3/PermissionsEx/issues/comments/3985474"},"action":"created"} | {
"id": 1626780,
"name": "t3hk0d3/PermissionsEx",
"url": "https://api.github.dev/repos/t3hk0d3/PermissionsEx"
} | {
"id": 1125943,
"login": "fultrim",
"gravatar_id": "a70614fd84561eaebbc8974c03506cf0",
"avatar_url": "https://secure.gravatar.com/avatar/a70614fd84561eaebbc8974c03506cf0?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/fultrim"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-02-15T18:06:05 | 1520097508 | null |
IssueCommentEvent | true | {"issue":{"milestone":null,"created_at":"2012-01-25T19:33:38Z","title":"Configuration Management","user":{"id":84115,"login":"JulianBirch","url":"https://api.github.com/users/JulianBirch","avatar_url":"https://secure.gravatar.com/avatar/88299e4a8e125373865856ed7c7c8b11?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"88299e4a8e125373865856ed7c7c8b11"},"labels":[],"updated_at":"2012-01-27T12:12:48Z","state":"open","id":2970040,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"html_url":"https://github.com/technomancy/leiningen/issues/379","closed_at":null,"body":"Apologies if this is a bit vague, but I thought the idea was worth suggesting,\r\n\r\nI'm starting with the following assumptions: \r\n * we'd like to use lein to run things in production\r\n * we prefer Clojure as a data format to alternatives\r\n * it's desirable to make any solution work on Heroku and similar services\r\n\r\nSo, a proposal: add an environment variable LEIN_CONFIG. Say the value is \"live\". Then lein would read config/live.clj and get a hashmap. It would then merge this with the project. This would then be available to whatever plugins were used to run the application on live.\r\n\r\nHope you like the idea.","number":379,"url":"https://api.github.com/repos/technomancy/leiningen/issues/379","comments":5,"assignee":null},"comment":{"created_at":"2012-01-27T12:12:48Z","user":{"id":84115,"login":"JulianBirch","url":"https://api.github.com/users/JulianBirch","avatar_url":"https://secure.gravatar.com/avatar/88299e4a8e125373865856ed7c7c8b11?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"88299e4a8e125373865856ed7c7c8b11"},"updated_at":"2012-01-27T12:12:48Z","id":3685779,"body":"> I actually like this idea so much that I implemented it a few weeks ago. =)\r\n\r\nThat's the second time I've proposed a feature to find it's now in the README, I'm embarrassed. A couple of suggestions:\r\n\r\nEvery environment in one file can become unmanageable. It would be nice to be able to switch off recursive merging as well. Maybe allow ^:replace in the project.clj to indicate that this value should be straight replaced rather than merged?","url":"https://api.github.com/repos/technomancy/leiningen/issues/comments/3685779"},"action":"created"} | {
"id": 356756,
"name": "technomancy/leiningen",
"url": "https://api.github.dev/repos/technomancy/leiningen"
} | {
"id": 84115,
"login": "JulianBirch",
"gravatar_id": "88299e4a8e125373865856ed7c7c8b11",
"avatar_url": "https://secure.gravatar.com/avatar/88299e4a8e125373865856ed7c7c8b11?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/JulianBirch"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-01-27T12:12:50 | 1514850129 | null |
IssueCommentEvent | true | {"issue":{"milestone":null,"created_at":"2012-01-26T21:31:37Z","title":"Update app/helpers/transloadit_helper.rb","user":{"id":299383,"login":"michikono","url":"https://api.github.com/users/michikono","avatar_url":"https://secure.gravatar.com/avatar/a303a6b1006bba2befbb64ff3898875f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"a303a6b1006bba2befbb64ff3898875f"},"labels":[],"updated_at":"2012-01-26T22:00:38Z","state":"open","id":2986379,"html_url":"https://github.com/transloadit/rails-sdk/issues/20","closed_at":null,"pull_request":{"patch_url":"https://github.com/transloadit/rails-sdk/pull/20.patch","html_url":"https://github.com/transloadit/rails-sdk/pull/20","diff_url":"https://github.com/transloadit/rails-sdk/pull/20.diff"},"body":"As discussed here: https://github.com/transloadit/rails-sdk/issues/19\r\n\r\nSorry about the separate thread -- didn't know how to add code to an existing thread.","number":20,"url":"https://api.github.com/repos/transloadit/rails-sdk/issues/20","comments":2,"assignee":null},"comment":{"created_at":"2012-01-26T22:00:38Z","user":{"id":299383,"login":"michikono","url":"https://api.github.com/users/michikono","avatar_url":"https://secure.gravatar.com/avatar/a303a6b1006bba2befbb64ff3898875f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"a303a6b1006bba2befbb64ff3898875f"},"updated_at":"2012-01-26T22:00:38Z","id":3677644,"body":"Sorry about the two threads. My comments will be in https://github.com/transloadit/rails-sdk/issues/19\r\nI'll leave this open since it has the actual pull request, which you can close once a resolution is reached. Thanks.","url":"https://api.github.com/repos/transloadit/rails-sdk/issues/comments/3677644"},"action":"created"} | {
"id": 1422169,
"name": "transloadit/rails-sdk",
"url": "https://api.github.dev/repos/transloadit/rails-sdk"
} | {
"id": 299383,
"login": "michikono",
"gravatar_id": "a303a6b1006bba2befbb64ff3898875f",
"avatar_url": "https://secure.gravatar.com/avatar/a303a6b1006bba2befbb64ff3898875f?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/michikono"
} | {
"id": 125754,
"login": "transloadit",
"gravatar_id": "4b4a87da98b260bc6e9a6db1b4b4d283",
"avatar_url": "https://secure.gravatar.com/avatar/4b4a87da98b260bc6e9a6db1b4b4d283?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/transloadit"
} | 2012-01-26T22:00:38 | 1514704601 | null |
IssueCommentEvent | true | {"issue":{"title":"Temporary scraps should not disappear after using an item from the menu","milestone":null,"user":{"id":1217066,"login":"nfmangano","url":"https://api.github.com/users/nfmangano","gravatar_id":"fd5a31db53799b1cdac0436b75c8b32a","avatar_url":"https://secure.gravatar.com/avatar/fd5a31db53799b1cdac0436b75c8b32a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-01-13T00:34:52Z","updated_at":"2012-01-19T23:15:50Z","labels":[{"name":"Bug","url":"https://api.github.com/repos/uci-sdcl/CalicoClient/labels/Bug","color":"e10c02"},{"name":"Feature to implement","url":"https://api.github.com/repos/uci-sdcl/CalicoClient/labels/Feature+to+implement","color":"d7e102"}],"state":"open","id":2826072,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"html_url":"https://github.com/uci-sdcl/CalicoClient/issues/39","closed_at":null,"body":"A temporary scrap should only disappear after the user has tapped anywhere outside the temporary scrap.","number":39,"url":"https://api.github.com/repos/uci-sdcl/CalicoClient/issues/39","comments":1,"assignee":{"id":1266599,"login":"waynehuang3","url":"https://api.github.com/users/waynehuang3","gravatar_id":"523565998d5df2d2a6e417bb5b3fb1d8","avatar_url":"https://secure.gravatar.com/avatar/523565998d5df2d2a6e417bb5b3fb1d8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"}},"comment":{"user":{"id":1266599,"login":"waynehuang3","url":"https://api.github.com/users/waynehuang3","gravatar_id":"523565998d5df2d2a6e417bb5b3fb1d8","avatar_url":"https://secure.gravatar.com/avatar/523565998d5df2d2a6e417bb5b3fb1d8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-01-19T23:15:50Z","updated_at":"2012-01-19T23:15:50Z","id":3576248,"body":"Mostly fixed except for copy/drag menu item","url":"https://api.github.com/repos/uci-sdcl/CalicoClient/issues/comments/3576248"},"action":"created"} | {
"id": 2840562,
"name": "uci-sdcl/CalicoClient",
"url": "https://api.github.dev/repos/uci-sdcl/CalicoClient"
} | {
"id": 1266599,
"login": "waynehuang3",
"gravatar_id": "523565998d5df2d2a6e417bb5b3fb1d8",
"avatar_url": "https://secure.gravatar.com/avatar/523565998d5df2d2a6e417bb5b3fb1d8?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/waynehuang3"
} | {
"id": 1174032,
"login": "uci-sdcl",
"gravatar_id": "c5b814e4dae7469d8366316c885b0ccc",
"avatar_url": "https://secure.gravatar.com/avatar/c5b814e4dae7469d8366316c885b0ccc?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/uci-sdcl"
} | 2012-01-19T23:15:51 | 1512919859 | null |
IssueCommentEvent | true | {"comment":{"created_at":"2012-03-04T11:49:16Z","url":"https://api.github.com/repos/woothemes/woocommerce/issues/comments/4309223","user":{"login":"mikejolley","url":"https://api.github.com/users/mikejolley","avatar_url":"https://secure.gravatar.com/avatar/9b87f99f47e30735e1136c5141531fdf?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"9b87f99f47e30735e1136c5141531fdf","id":90977},"updated_at":"2012-03-04T11:49:16Z","body":"'^ maybe he's using a browser where there's a JavaScript error preventing super fish working? That may cause those styles...","id":4309223},"action":"created","issue":{"html_url":"https://github.com/woothemes/woocommerce/issues/746","title":"WooCommerce appending `display: none; visibility: hidden` to Navigation `wp_nav_menuI();` at DOM level","comments":4,"number":746,"created_at":"2012-03-03T22:05:21Z","state":"open","url":"https://api.github.com/repos/woothemes/woocommerce/issues/746","user":{"login":"brianfeister","url":"https://api.github.com/users/brianfeister","avatar_url":"https://secure.gravatar.com/avatar/7fb7201e192a22fdf50563167969c546?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"7fb7201e192a22fdf50563167969c546","id":806536},"closed_at":null,"updated_at":"2012-03-04T11:49:16Z","assignee":null,"labels":[],"milestone":null,"body":" Is there a logic to this that I'm missing? I'm trying to extend the functionality of an existing website which has custom CSS and WooThemes has made it so that I can no longer see the layered navigation on `:hover` of the parents. Specifically, this is caused by `display: none; visibility: hidden` being appended to the DOM a the `ul.sub-menu` element. I just spent a while trying to trackdown where WooCommerce was doing this with no success. When I disable the plugin, the appended CSS styles at the DOM level go away again.\r\n\r\n ","id":3492543,"pull_request":{"html_url":null,"patch_url":null,"diff_url":null}}} | {
"id": 2179920,
"name": "woothemes/woocommerce",
"url": "https://api.github.dev/repos/woothemes/woocommerce"
} | {
"id": 90977,
"login": "mikejolley",
"gravatar_id": "9b87f99f47e30735e1136c5141531fdf",
"avatar_url": "https://secure.gravatar.com/avatar/9b87f99f47e30735e1136c5141531fdf?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/mikejolley"
} | {
"id": 473596,
"login": "woothemes",
"gravatar_id": "379ccfdd056fd6c80ec6d9eba655a6f3",
"avatar_url": "https://secure.gravatar.com/avatar/379ccfdd056fd6c80ec6d9eba655a6f3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/woothemes"
} | 2012-03-04T11:49:18 | 1526201246 | null |
IssueCommentEvent | true | {"issue":{"title":"misc updates/fixes","user":{"id":153388,"login":"ojab","url":"https://api.github.com/users/ojab","gravatar_id":"832253b7927c77b78be05489196929b4","avatar_url":"https://secure.gravatar.com/avatar/832253b7927c77b78be05489196929b4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-01-14T14:45:50Z","milestone":null,"labels":[],"state":"open","updated_at":"2012-01-14T14:58:28Z","id":2841178,"html_url":"https://github.com/xtraeme/xbps-packages/issues/21","pull_request":{"patch_url":"https://github.com/xtraeme/xbps-packages/pull/21.patch","html_url":"https://github.com/xtraeme/xbps-packages/pull/21","diff_url":"https://github.com/xtraeme/xbps-packages/pull/21.diff"},"closed_at":null,"body":"Please note that perl-Test-Simple has 'version=1.005000002'.\r\nHow such version numbers should be dealt, considering that '' is version_revision separator? ","number":21,"url":"https://api.github.com/repos/xtraeme/xbps-packages/issues/21","comments":1,"assignee":null},"comment":{"user":{"id":860073,"login":"xtraeme","url":"https://api.github.com/users/xtraeme","gravatar_id":"30f576e0b565d6f4c8fbd1366f34ea7a","avatar_url":"https://secure.gravatar.com/avatar/30f576e0b565d6f4c8fbd1366f34ea7a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-01-14T14:58:28Z","updated_at":"2012-01-14T14:58:28Z","id":3492626,"body":"This pull request looks good, with one exception:\r\n\r\n- Please move gstreamer stuff (if possible) in the qt package to a subpkg, to make qt not depend on gstreamer by default.\r\n\r\nThanks.","url":"https://api.github.com/repos/xtraeme/xbps-packages/issues/comments/3492626"},"action":"created"} | {
"id": 2060910,
"name": "xtraeme/xbps-packages",
"url": "https://api.github.dev/repos/xtraeme/xbps-packages"
} | {
"id": 860073,
"login": "xtraeme",
"gravatar_id": "30f576e0b565d6f4c8fbd1366f34ea7a",
"avatar_url": "https://secure.gravatar.com/avatar/30f576e0b565d6f4c8fbd1366f34ea7a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/xtraeme"
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-01-14T14:58:29 | 1511537656 | null |
IssueCommentEvent | true | {"issue_id":9058753,"comment_id":11755895} | {
"id": 5023209,
"name": "AFIncrementalStore",
"url": "https://github.com/AFNetworking/AFIncrementalStore"
} | {
"id": null,
"login": "matzew",
"gravatar_id": "df135e9a2604ec2ce5d12ad049a8c99b",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": "AFNetworking",
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-12-29T18:06:58 | null | {"repository":{"stargazers":883,"owner":"AFNetworking","has_wiki":true,"created_at":"2012-07-13T11:18:49-07:00","open_issues":21,"pushed_at":"2012-12-27T13:12:32-08:00","description":"Core Data Persistence with AFNetworking, Done Right","forks":95,"organization":"AFNetworking","fork":false,"size":444,"has_downloads":true,"language":"Objective-C","watchers":883,"private":false,"has_issues":true},"actor_attributes":{"company":"JBoss, by Red Hat","type":"User","name":"Matthias Wessendorf","blog":"http://matthiaswessendorf.wordpress.com","location":"Emsdetten, Germany","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/AFNetworking/AFIncrementalStore/issues/123#issuecomment-11755895"} |
IssueCommentEvent | true | {"issue_id":8101887,"comment_id":10127782} | {
"id": 2120929,
"name": "bumblebee-ppa",
"url": "https://github.com/Bumblebee-Project/bumblebee-ppa"
} | {
"id": null,
"login": "ArchangeGabriel",
"gravatar_id": "8f7c694b1c93600b7f6f92b9b2925ff9",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": "Bumblebee-Project",
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-11-06T21:09:12 | null | {"repository":{"homepage":" https://launchpad.net/~bumblebee","created_at":"2011-07-28T14:46:41-07:00","owner":"Bumblebee-Project","pushed_at":"2012-11-06T12:57:42-08:00","description":"Buildscripts for Bumblebee packages (bbswitch, bumblebee, virtualgl, ...) for Ubuntu PPA","forks":0,"has_downloads":true,"watchers":8,"has_issues":true,"organization":"Bumblebee-Project","stargazers":8,"fork":true,"size":172,"has_wiki":false,"language":"Perl","private":false,"open_issues":3},"actor_attributes":{"name":"Bruno Pagani","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/Bumblebee-Project/bumblebee-ppa/issues/3#issuecomment-10127782"} |
IssueCommentEvent | true | {"comment_id":10755974,"issue_id":8713029} | {
"id": 6056629,
"name": "coolreader-kindle-qt",
"url": "https://github.com/CrazyCoder/coolreader-kindle-qt"
} | {
"id": null,
"login": "CrazyCoder",
"gravatar_id": "0ff652685122f4500dd4f3c21fb32da2",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-11-27T12:29:44 | null | {"repository":{"has_wiki":false,"language":"C++","owner":"CrazyCoder","has_issues":true,"homepage":"","description":"Cool Reader 3 port for Kindle Paperwhite, Touch, 4NT, 3, DX","watchers":8,"created_at":"2012-10-03T00:16:48-07:00","stargazers":8,"fork":false,"size":20105,"open_issues":1,"has_downloads":true,"pushed_at":"2012-11-25T15:41:46-08:00","forks":4,"private":false},"actor_attributes":{"type":"User","location":"Saint-Petersburg, Russia","name":"Serge Baranov","blog":"amip.tools-for.net","company":"JetBrains","email":"[email protected]"},"url":"https://github.com/CrazyCoder/coolreader-kindle-qt/issues/1#issuecomment-10755974"} |
IssueCommentEvent | true | {"issue_id":7469026,"comment_id":9430912} | {
"id": 1257087,
"name": "druntime",
"url": "https://github.com/D-Programming-Language/druntime"
} | {
"id": null,
"login": "andralex",
"gravatar_id": "84f8321680c16c6dcf8203a54be03930",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": "D-Programming-Language",
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-10-15T02:16:50 | null | {"repository":{"has_downloads":true,"owner":"D-Programming-Language","pushed_at":"2012-10-14T19:16:03-07:00","homepage":"d-programming-language.org","forks":90,"has_issues":false,"has_wiki":false,"language":"D","description":"Low level runtime library for the D programming language","fork":false,"size":888,"open_issues":15,"organization":"D-Programming-Language","watchers":195,"created_at":"2011-01-14T23:01:38-08:00","private":false,"stargazers":195},"actor_attributes":{"type":"User","name":"Andrei Alexandrescu","blog":"http://erdani.com","company":"Facebook","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/D-Programming-Language/druntime/issues/316#issuecomment-9430912"} |
IssueCommentEvent | true | {"issue_id":4577518,"comment_id":6411629} | {
"id": null,
"name": "druntime",
"url": "https://github.com/D-Programming-Language/druntime"
} | {
"id": null,
"login": "LightBender",
"gravatar_id": "5a8fdb491fc14d7492fbcb678cbdf3ee",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": "D-Programming-Language",
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-06-18T22:51:59 | null | {"repository":{"has_issues":false,"has_wiki":false,"forks":75,"description":"Low level runtime library for the D programming language","open_issues":22,"language":"D","pushed_at":"2012-06-18T13:50:38-07:00","fork":false,"created_at":"2011-01-14T23:01:38-08:00","homepage":"d-programming-language.org","watchers":174,"size":724,"private":false,"has_downloads":true,"owner":"D-Programming-Language","organization":"D-Programming-Language"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/D-Programming-Language/druntime/issues/218#issuecomment-6411629"} |
IssueCommentEvent | true | {"issue_id":2302107,"comment_id":6834590} | {
"id": null,
"name": "druntime",
"url": "https://github.com/D-Programming-Language/druntime"
} | {
"id": null,
"login": "andralex",
"gravatar_id": "84f8321680c16c6dcf8203a54be03930",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": "D-Programming-Language",
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-07-08T20:55:55 | null | {"repository":{"homepage":"d-programming-language.org","owner":"D-Programming-Language","language":"D","pushed_at":"2012-07-08T13:51:23-07:00","forks":76,"open_issues":26,"description":"Low level runtime library for the D programming language","has_issues":false,"has_downloads":true,"created_at":"2011-01-14T23:01:38-08:00","fork":false,"size":652,"private":false,"watchers":176,"has_wiki":false,"organization":"D-Programming-Language"},"actor_attributes":{"company":"Facebook","name":"Andrei Alexandrescu","blog":"http://erdani.com","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/D-Programming-Language/druntime/issues/86#issuecomment-6834590"} |
IssueCommentEvent | true | {"comment_id":10441992,"issue_id":8064162} | {
"id": 6509195,
"name": "rfm_ecomanager_logger",
"url": "https://github.com/JackKelly/rfm_ecomanager_logger"
} | {
"id": null,
"login": "JackKelly",
"gravatar_id": "16a7c04ad452db4e79d241a5047d5006",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-11-16T09:57:30 | null | {"repository":{"has_wiki":true,"stargazers":0,"owner":"JackKelly","language":"Python","open_issues":2,"pushed_at":"2012-11-12T23:31:56-08:00","forks":0,"fork":false,"size":380,"has_downloads":true,"created_at":"2012-11-02T09:40:16-07:00","has_issues":true,"private":false,"description":"Python front-end for the rfm_edf_ecomanager RF base unit","watchers":0},"actor_attributes":{"type":"User","blog":"jack-kelly.com","name":"Jack Kelly","location":"London","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/JackKelly/rfm_ecomanager_logger/issues/4#issuecomment-10441992"} |
IssueCommentEvent | true | {"issue_id":4220072,"comment_id":5563530} | {
"id": null,
"name": "KA-Ice-Cream-Sony",
"url": "https://github.com/Krabappel2548/KA-Ice-Cream-Sony"
} | {
"id": null,
"login": "3e70",
"gravatar_id": "28e86e0b7196491829990a6623d0865a",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-05-07T23:24:21 | null | {"repository":{"description":"KA Ice Cream Sony rom Android 4.0.3","watchers":3,"has_downloads":true,"created_at":"2012/03/15 04:13:45 -0700","homepage":"","fork":false,"has_issues":true,"has_wiki":true,"forks":1,"size":92,"private":false,"owner":"Krabappel2548","open_issues":15,"pushed_at":"2012/03/15 04:17:11 -0700"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/Krabappel2548/KA-Ice-Cream-Sony/issues/38#issuecomment-5563530"} |
IssueCommentEvent | true | {"comment_id":8251618,"issue_id":6624935} | {
"id": null,
"name": "GnomishInboxShrinker",
"url": "https://github.com/TekNoLogic/GnomishInboxShrinker"
} | {
"id": null,
"login": "jheric",
"gravatar_id": "b669b40e6a74c1b2b5ac1bc05b6c9a45",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": "TekNoLogic",
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-09-04T03:33:02 | null | {"repository":{"has_downloads":true,"owner":"TekNoLogic","language":"Lua","pushed_at":"2012-09-02T15:48:44-07:00","organization":"TekNoLogic","forks":0,"has_wiki":true,"homepage":"http://www.tekkub.net/","watchers":5,"stargazers":5,"fork":false,"size":120,"open_issues":1,"created_at":"2010-04-19T11:30:41-07:00","description":"WoW Addon - A simple, scrolling inbox","private":false,"has_issues":true},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/TekNoLogic/GnomishInboxShrinker/issues/2#issuecomment-8251618"} |
IssueCommentEvent | true | {"issue_id":7259988,"comment_id":9088112} | {
"id": 2928948,
"name": "azure-sdk-for-java",
"url": "https://github.com/WindowsAzure/azure-sdk-for-java"
} | {
"id": null,
"login": "pabloaliscioni",
"gravatar_id": "13bc2f31a2d5b167b6fb634f9a5764c3",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": "WindowsAzure",
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-10-02T21:40:55 | null | {"repository":{"homepage":"http://www.windowsazure.com/en-us/develop/java","stargazers":117,"language":"Java","owner":"WindowsAzure","has_issues":true,"organization":"WindowsAzure","description":"Windows Azure SDK for Java","has_wiki":true,"created_at":"2011-12-06T15:33:56-08:00","open_issues":65,"fork":false,"size":564,"pushed_at":"2012-09-28T16:54:15-07:00","forks":31,"watchers":117,"private":false,"has_downloads":true},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/WindowsAzure/azure-sdk-for-java/issues/156#issuecomment-9088112"} |
IssueCommentEvent | true | {"issue_id":6618875,"comment_id":8244028} | {
"id": null,
"name": "activity-schema",
"url": "https://github.com/activitystreams/activity-schema"
} | {
"id": null,
"login": "jasnell",
"gravatar_id": "830962eaddef175acc258804975835f1",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": "activitystreams",
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-09-03T17:58:40 | null | {"repository":{"created_at":"2010-03-09T19:51:26-08:00","pushed_at":"2012-08-30T11:10:28-07:00","organization":"activitystreams","description":"Atom Activity Base Schema","forks":5,"owner":"activitystreams","has_wiki":false,"watchers":25,"stargazers":25,"open_issues":2,"has_issues":true,"fork":false,"size":176,"has_downloads":true,"homepage":"http://activitystrea.ms/schema/1.0/","private":false},"actor_attributes":{"name":"James M Snell","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/activitystreams/activity-schema/issues/2#issuecomment-8244028"} |
IssueCommentEvent | true | {"issue_id":5153848,"comment_id":6446520} | {
"id": null,
"name": "python-flickr-api",
"url": "https://github.com/alexis-mignon/python-flickr-api"
} | {
"id": null,
"login": "LM555",
"gravatar_id": "cdf248ac40684dbcc8edbebe0e1b491b",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-06-20T07:13:26 | null | {"repository":{"open_issues":1,"has_downloads":true,"description":"A python implementation of the Flickr API","fork":false,"has_issues":true,"language":"Python","size":228,"private":false,"created_at":"2012-03-27T13:58:41-07:00","owner":"alexis-mignon","has_wiki":true,"pushed_at":"2012-06-19T14:40:14-07:00","homepage":"http://code.google.com/p/python-flickr-api/","forks":5,"watchers":14},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/alexis-mignon/python-flickr-api/issues/7#issuecomment-6446520"} |
IssueCommentEvent | true | {"issue_id":6425440,"comment_id":8028274} | {
"id": null,
"name": "WatirMelonCucumber",
"url": "https://github.com/alisterscott/WatirMelonCucumber"
} | {
"id": null,
"login": "travisbot",
"gravatar_id": "eaafec56c36c18928c31d7c5d7126d10",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-08-25T22:55:10 | null | {"repository":{"has_wiki":true,"pushed_at":"2012-02-27T17:34:51-08:00","watchers":37,"stargazers":37,"forks":20,"owner":"alisterscott","open_issues":1,"homepage":"http://watirmelon.com/","has_issues":true,"language":"Ruby","created_at":"2011-01-19T21:47:18-08:00","description":"Green on the outside, red on the inside","fork":false,"size":128,"has_downloads":true,"private":false},"actor_attributes":{"company":"Travis CI","email":"[email protected]","name":"The Travis Bot","blog":"http://travis-ci.org","location":"Berlin, Germany","type":"User"},"url":"https://github.com/alisterscott/WatirMelonCucumber/issues/1#issuecomment-8028274"} |
IssueCommentEvent | true | {"issue_id":7672045,"comment_id":9636205} | {
"id": 481040,
"name": "CodeIgniter-Ion-Auth",
"url": "https://github.com/benedmunds/CodeIgniter-Ion-Auth"
} | {
"id": null,
"login": "benedmunds",
"gravatar_id": "22f21d5c22b930fd35dd98f25dedf6a4",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-10-20T21:28:00 | null | {"repository":{"watchers":845,"owner":"benedmunds","created_at":"2010-01-20T11:19:39-08:00","description":"Simple and Lightweight Auth System based on Redux Auth 2","stargazers":845,"has_wiki":true,"has_issues":true,"pushed_at":"2012-10-20T14:25:34-07:00","master_branch":"2","forks":218,"open_issues":6,"fork":false,"size":436,"language":"PHP","private":false,"has_downloads":true,"homepage":""},"actor_attributes":{"location":"Phenix City, AL, USA","email":"[email protected]","name":"Ben Edmunds","blog":"http://benedmunds.com","type":"User"},"url":"https://github.com/benedmunds/CodeIgniter-Ion-Auth/issues/330#issuecomment-9636205"} |
IssueCommentEvent | true | {"issue_id":4338289,"comment_id":5492010} | {
"id": null,
"name": "CodeIgniter-Ion-Auth",
"url": "https://github.com/benedmunds/CodeIgniter-Ion-Auth"
} | {
"id": null,
"login": "Militis",
"gravatar_id": "25b1705fc0ee1960d52177b3f5d3312b",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-05-03T16:41:28 | null | {"repository":{"master_branch":"2","description":"Simple and Lightweight Auth System based on Redux Auth 2","has_wiki":true,"language":"PHP","created_at":"2010/01/20 11:19:39 -0800","watchers":665,"homepage":"","fork":false,"open_issues":1,"size":456,"private":false,"pushed_at":"2012/05/03 07:28:23 -0700","owner":"benedmunds","has_issues":true,"forks":142,"has_downloads":true},"actor_attributes":{"name":"Militis","location":"Texas","type":"User","email":"[email protected]"},"url":"https://github.com/benedmunds/CodeIgniter-Ion-Auth/issues/210#issuecomment-5492010"} |
IssueCommentEvent | true | {"comment_id":9686548,"issue_id":7780518} | {
"id": 5755093,
"name": "Bookshare-EPUB3-Search",
"url": "https://github.com/benetech/Bookshare-EPUB3-Search"
} | {
"id": null,
"login": "michaelkantor",
"gravatar_id": "344a047daedc3d68148a8a00d7b2630b",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": "benetech",
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-10-23T01:02:09 | null | {"repository":{"has_issues":true,"created_at":"2012-09-10T13:03:33-07:00","description":"","owner":"benetech","open_issues":8,"pushed_at":"2012-10-20T18:11:16-07:00","forks":0,"organization":"benetech","watchers":0,"has_downloads":true,"stargazers":0,"fork":false,"size":21691,"language":"JavaScript","private":false,"has_wiki":true},"actor_attributes":{"company":"VMware/WaveMaker","type":"User","name":"Michael Kantor","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/benetech/Bookshare-EPUB3-Search/issues/13#issuecomment-9686548"} |
IssueCommentEvent | true | {"comment_id":6844367,"issue_id":5479784} | {
"id": null,
"name": "django-userena",
"url": "https://github.com/bread-and-pepper/django-userena"
} | {
"id": null,
"login": "wunki",
"gravatar_id": "d280fa9db61bc1d7d8a73f207511e346",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": "bread-and-pepper",
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-07-09T11:46:59 | null | {"repository":{"homepage":"http://django-userena.org","owner":"bread-and-pepper","language":"Python","pushed_at":"2012-07-09T04:46:52-07:00","forks":126,"open_issues":10,"description":"Accounts for Django made beautifully simple","has_issues":true,"has_downloads":true,"created_at":"2010-07-05T11:03:33-07:00","fork":false,"size":180,"private":false,"watchers":467,"has_wiki":false,"organization":"bread-and-pepper"},"actor_attributes":{"blog":"www.wunki.org","type":"User","name":"Petar Radošević","company":"Bread & Pepper","email":"[email protected]","location":"Leiden, Netherlands"},"url":"https://github.com/bread-and-pepper/django-userena/issues/213#issuecomment-6844367"} |
IssueCommentEvent | true | {"issue_id":7806238,"comment_id":9722500} | {
"id": 1920949,
"name": "liferay-plugins",
"url": "https://github.com/brianchandotcom/liferay-plugins"
} | {
"id": null,
"login": "brianchandotcom",
"gravatar_id": "820bdfae0927075dec1dc2087c81b19d",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-10-23T23:33:29 | null | {"repository":{"has_wiki":false,"homepage":"","owner":"brianchandotcom","open_issues":13,"created_at":"2011-06-19T15:19:17-07:00","description":"","watchers":13,"pushed_at":"2012-10-23T16:32:27-07:00","stargazers":13,"forks":4,"fork":true,"size":10816,"has_downloads":true,"private":false,"has_issues":false,"language":"Java"},"actor_attributes":{"email":"[email protected]","location":"Los Angeles, CA","type":"User","name":"Brian Chan","blog":"http://www.liferay.com/web/brian.chan/blog","company":"Liferay, Inc."},"url":"https://github.com/brianchandotcom/liferay-plugins/issues/1031#issuecomment-9722500"} |
IssueCommentEvent | true | {"issue_id":8052604,"comment_id":10014043} | {
"id": 4925382,
"name": "BTAndroidWebViewSelection",
"url": "https://github.com/btate/BTAndroidWebViewSelection"
} | {
"id": null,
"login": "btate",
"gravatar_id": "53cb1db777f6a850c383a050a7416889",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-11-02T13:23:47 | null | {"repository":{"has_downloads":true,"owner":"btate","has_issues":true,"language":"Java","has_wiki":true,"watchers":9,"stargazers":9,"fork":false,"size":144,"open_issues":5,"created_at":"2012-07-06T06:46:30-07:00","private":false,"pushed_at":"2012-07-24T13:10:40-07:00","description":"Example user selection for android web views.","forks":7},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/btate/BTAndroidWebViewSelection/issues/6#issuecomment-10014043"} |
IssueCommentEvent | true | {"issue_id":3380679,"comment_id":6687076} | {
"id": null,
"name": "buddycloud-webclient",
"url": "https://github.com/buddycloud/buddycloud-webclient"
} | {
"id": null,
"login": "fahrertuer",
"gravatar_id": "3e2e4fc58788ef3a359fa4d79da81484",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": "buddycloud",
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-06-30T17:56:51 | null | {"repository":{"watchers":45,"has_wiki":true,"owner":"buddycloud","created_at":"2011-03-16T10:29:31-07:00","open_issues":26,"organization":"buddycloud","homepage":"https://buddycloud.org/wiki/Install","has_issues":true,"master_branch":"master","fork":false,"size":48349,"has_downloads":true,"language":"CoffeeScript","pushed_at":"2012-06-30T10:46:21-07:00","forks":9,"description":"Everything you need to build and run the buddycloud webclient on your domain.","private":false},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/buddycloud/buddycloud-webclient/issues/55#issuecomment-6687076"} |
IssueCommentEvent | true | {"issue_id":6155990,"comment_id":7793537} | {
"id": null,
"name": "buddycloud-webclient",
"url": "https://github.com/buddycloud/buddycloud-webclient"
} | {
"id": null,
"login": "lloydwatkin",
"gravatar_id": "119f0492b4596d6e81cf5dcf9ae30883",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": "buddycloud",
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-08-16T17:58:39 | null | {"repository":{"forks":13,"language":"CoffeeScript","created_at":"2011-03-16T10:29:31-07:00","description":"Everything you need to build and run the buddycloud webclient on your domain.","owner":"buddycloud","master_branch":"master","has_downloads":true,"stargazers":49,"has_wiki":false,"watchers":49,"fork":false,"size":49969,"organization":"buddycloud","homepage":"https://buddycloud.org/wiki/Install","private":false,"open_issues":12,"has_issues":true,"pushed_at":"2012-08-16T08:05:00-07:00"},"actor_attributes":{"blog":"http://www.evilprofessor.co.uk","location":"Bristol, United Kingdom","email":"[email protected]","company":"Surevine","type":"User","name":"Lloyd Watkin"},"url":"https://github.com/buddycloud/buddycloud-webclient/issues/128#issuecomment-7793537"} |
IssueCommentEvent | true | {"issue_id":2620387,"comment_id":5384487} | {
"id": null,
"name": "buddycloud-webclient",
"url": "https://github.com/buddycloud/buddycloud-webclient"
} | {
"id": null,
"login": "tkoski",
"gravatar_id": "a0c6e63b9b8b8d4f6faa3c9ea62f43bf",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": "buddycloud",
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-04-27T16:04:03 | null | {"repository":{"watchers":39,"open_issues":29,"organization":"buddycloud","pushed_at":"2012/04/27 05:07:20 -0700","homepage":"https://buddycloud.org/wiki/Install","language":"CoffeeScript","has_issues":true,"has_downloads":true,"forks":9,"fork":false,"created_at":"2011/03/16 10:29:31 -0700","master_branch":"master","size":43838,"private":false,"owner":"buddycloud","has_wiki":true,"description":"Everything you need to build and run the buddycloud webclient on your domain."},"actor_attributes":{"name":"Tuomas Koski","location":"Paris","type":"User","email":"[email protected]"},"url":"https://github.com/buddycloud/buddycloud-webclient/issues/30#issuecomment-5384487"} |
IssueCommentEvent | true | {"issue_id":4816288,"comment_id":6386378} | {
"id": null,
"name": "portaldesuportemarykay",
"url": "https://github.com/corenzan/portaldesuportemarykay"
} | {
"id": null,
"login": "haggen",
"gravatar_id": "f4a2f1453c4dac0714462c02d9677aa8",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": "corenzan",
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-06-18T00:40:49 | null | {"repository":{"has_issues":true,"has_wiki":false,"forks":1,"description":"","open_issues":18,"language":"JavaScript","pushed_at":"2012-06-17T16:19:49-07:00","fork":false,"created_at":"2012-05-29T15:47:11-07:00","watchers":1,"size":3576,"private":false,"has_downloads":true,"owner":"corenzan","organization":"corenzan"},"actor_attributes":{"name":"Arthur Corenzan","company":"","location":"São Paulo, Brazil","type":"User","email":"[email protected]"},"url":"https://github.com/corenzan/portaldesuportemarykay/issues/3#issuecomment-6386378"} |
IssueCommentEvent | true | {"comment_id":11037878,"issue_id":8039730} | {
"id": 4366666,
"name": "redmine_mylyn_connector",
"url": "https://github.com/danmunn/redmine_mylyn_connector"
} | {
"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-12-05T11:24:50 | null | {"repository":{"owner":"danmunn","language":"Ruby","watchers":28,"has_downloads":true,"has_issues":true,"homepage":"danmunn.github.com/redmine_mylyn_connector","stargazers":28,"master_branch":"stable-2.8","fork":true,"size":156,"has_wiki":false,"created_at":"2012-05-18T00:12:49-07:00","description":"API Connector for mylyn [redmine-myln-connector] as developed originally by Sven Krzyzak (sourceforge.net/projects/redmin-mylyncon)","open_issues":7,"pushed_at":"2012-06-12T07:02:51-07:00","forks":4,"private":false},"actor_attributes":{"name":"Terence Miller","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/danmunn/redmine_mylyn_connector/issues/10#issuecomment-11037878"} |
IssueCommentEvent | true | {"issue_id":3913660,"comment_id":6113771} | {
"id": null,
"name": "jenkins-ansicolor-plugin",
"url": "https://github.com/dblock/jenkins-ansicolor-plugin"
} | {
"id": null,
"login": "toddmazierski",
"gravatar_id": "98c845ee29333ebeeaa9ffdf09624a34",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-06-04T22:55:40 | null | {"repository":{"pushed_at":"2012-06-04T14:52:04-07:00","watchers":15,"homepage":"https://wiki.jenkins-ci.org/display/JENKINS/AnsiColor+Plugin","has_downloads":true,"fork":false,"has_issues":true,"forks":7,"size":136,"private":false,"has_wiki":true,"owner":"dblock","description":"Jenkins ANSI Color Plugin","open_issues":3,"language":"Java","created_at":"2011-09-02T08:49:24-07:00"},"actor_attributes":{"name":"Todd Mazierski","blog":"http://toddmazierski.com","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/dblock/jenkins-ansicolor-plugin/issues/5#issuecomment-6113771"} |
IssueCommentEvent | true | {"issue_id":6114923,"comment_id":7610368} | {
"id": null,
"name": "DoctrineMongoODMModule",
"url": "https://github.com/doctrine/DoctrineMongoODMModule"
} | {
"id": null,
"login": "Ocramius",
"gravatar_id": "3cf7a8ab0bccee5b65d39b50a170a555",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": "doctrine",
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-08-09T10:15:18 | null | {"repository":{"description":"Zend Framework 2 Module for Doctrine MongoDB ODM","open_issues":2,"has_issues":true,"owner":"doctrine","created_at":"2012-01-12T19:51:43-08:00","has_downloads":true,"organization":"doctrine","stargazers":27,"fork":false,"size":172,"homepage":"http://www.doctrine-project.org/jira","has_wiki":true,"watchers":27,"private":false,"pushed_at":"2012-08-02T12:09:19-07:00","forks":10,"language":"PHP"},"actor_attributes":{"email":"[email protected]","name":"Marco Pivetta","blog":"http://ocramius.github.com/","company":"Com2-Gmbh","type":"User","location":"Frankfurt, Germany"},"url":"https://github.com/doctrine/DoctrineMongoODMModule/issues/28#issuecomment-7610368"} |
IssueCommentEvent | true | {"issue_id":8589959,"comment_id":10941870} | {
"id": 3811969,
"name": "less.js-middleware",
"url": "https://github.com/emberfeather/less.js-middleware"
} | {
"id": null,
"login": "Zoramite",
"gravatar_id": "87649c32c60eede49adf4af87e1aa2ac",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": "emberfeather",
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-12-03T05:17:01 | null | {"repository":{"stargazers":78,"owner":"emberfeather","has_issues":true,"created_at":"2012-03-23T12:51:26-07:00","organization":"emberfeather","description":"Connect Middleware for LESS.js compiling","has_downloads":true,"pushed_at":"2012-11-29T18:36:25-08:00","forks":15,"open_issues":1,"has_wiki":true,"language":"JavaScript","fork":false,"size":160,"watchers":78,"private":false,"homepage":""},"actor_attributes":{"blog":"http://forthedeveloper.com","name":"Randy Merrill","email":"[email protected]","location":"California, USA","type":"User"},"url":"https://github.com/emberfeather/less.js-middleware/issues/18#issuecomment-10941870"} |
IssueCommentEvent | true | {"comment_id":7939448,"issue_id":5999916} | {
"id": null,
"name": "bootstrap-datepicker",
"url": "https://github.com/eternicode/bootstrap-datepicker"
} | {
"id": null,
"login": "eternicode",
"gravatar_id": "d0d81c25265918acc35d089c7098276f",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-08-22T16:08:52 | null | {"repository":{"has_downloads":true,"owner":"eternicode","homepage":"http://www.eyecon.ro/bootstrap-datepicker/","stargazers":832,"pushed_at":"2012-08-22T08:40:49-07:00","forks":186,"has_wiki":true,"language":"JavaScript","created_at":"2012-03-16T18:11:40-07:00","description":"A datepicker for @twitter bootstrap; originally by Stefan Petre of eyecon.ro, improvements by @eternicode","watchers":832,"fork":false,"size":316,"open_issues":65,"has_issues":true,"private":false},"actor_attributes":{"name":"Andrew Rowls","type":"User","email":"[email protected]"},"url":"https://github.com/eternicode/bootstrap-datepicker/issues/154#issuecomment-7939448"} |
IssueCommentEvent | true | {"issue_id":3974913,"comment_id":4985819} | {
"id": null,
"name": "bootstrap-datepicker",
"url": "https://github.com/eternicode/bootstrap-datepicker"
} | {
"id": null,
"login": "Garito",
"gravatar_id": "113332716d745576282fd7c0d0d2478d",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-04-05T21:08:24 | null | {"repository":{"has_issues":true,"forks":18,"homepage":"http://www.eyecon.ro/bootstrap-datepicker/","has_wiki":true,"fork":false,"language":"JavaScript","open_issues":5,"watchers":65,"size":204,"private":false,"created_at":"2012/03/16 18:11:40 -0700","pushed_at":"2012/04/04 05:29:16 -0700","owner":"eternicode","description":"A datepicker for @twitter bootstrap; originally by Stefan Petre of eyecon.ro, improvements by @eternicode","has_downloads":true},"actor_attributes":{"name":"Garito","company":"Sistes","blog":"http://twitter.com/garito","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/eternicode/bootstrap-datepicker/issues/24#issuecomment-4985819"} |
IssueCommentEvent | true | {"issue_id":3114479,"comment_id":8411853} | {
"id": null,
"name": "simple-json",
"url": "https://github.com/facebook-csharp-sdk/simple-json"
} | {
"id": null,
"login": "prabirshrestha",
"gravatar_id": "08580f0e341ffc9146050ac8d368a8e2",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": "facebook-csharp-sdk",
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-09-10T01:46:34 | null | {"repository":{"forks":7,"owner":"facebook-csharp-sdk","has_downloads":true,"description":"JSON library for .NET 2.0+/SL4+/WP7/WindowsStore with optional support for dynamic and DataContract","created_at":"2012-01-05T14:55:07-08:00","stargazers":37,"has_wiki":true,"watchers":37,"fork":false,"size":176,"open_issues":6,"has_issues":true,"private":false,"homepage":"","language":"C#","pushed_at":"2012-09-04T16:42:01-07:00","organization":"facebook-csharp-sdk"},"actor_attributes":{"email":"[email protected]","name":"Prabir Shrestha","blog":"http://blog.prabir.me","type":"User","location":"Tampa, FL"},"url":"https://github.com/facebook-csharp-sdk/simple-json/issues/2#issuecomment-8411853"} |
IssueCommentEvent | true | {"issue_id":6172790,"comment_id":7730340} | {
"id": null,
"name": "loofah-activerecord",
"url": "https://github.com/flavorjones/loofah-activerecord"
} | {
"id": null,
"login": "flavorjones",
"gravatar_id": "bd6e7860b5a891bff077aeaeb5434e60",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-08-14T15:55:16 | null | {"repository":{"forks":4,"language":"Ruby","created_at":"2010-07-20T20:41:50-07:00","description":"ActiveRecord sanitization using Loofah and Nokogiri","owner":"flavorjones","has_downloads":true,"stargazers":12,"has_wiki":true,"watchers":12,"fork":false,"size":128,"private":false,"open_issues":2,"has_issues":true,"pushed_at":"2011-08-18T06:28:14-07:00"},"actor_attributes":{"type":"User","name":"Mike Dalessio","blog":"http://mike.daless.io/","company":"Benchmark Solutions","location":"New York City / New Jersey","email":"[email protected]"},"url":"https://github.com/flavorjones/loofah-activerecord/issues/2#issuecomment-7730340"} |
IssueCommentEvent | true | {"comment_id":9157319,"issue_id":5994413} | {
"id": 173134,
"name": "github-flavored-markdown",
"url": "https://github.com/github/github-flavored-markdown"
} | {
"id": null,
"login": "kcbanner",
"gravatar_id": "38376eac12b4c4b4815dca5c735b3d43",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": "github",
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-10-04T21:10:33 | null | {"repository":{"homepage":"http://github.github.com/github-flavored-markdown/","has_wiki":true,"language":"JavaScript","master_branch":"gh-pages","stargazers":228,"owner":"github","description":"","open_issues":57,"created_at":"2009-04-10T16:01:43-07:00","fork":false,"size":148,"has_downloads":true,"pushed_at":"2012-08-08T14:53:40-07:00","forks":67,"has_issues":true,"private":false,"watchers":228,"organization":"github"},"actor_attributes":{"name":"Casey Banner","blog":"http://www.caseybanner.ca/","type":"User","email":"[email protected]","location":"Waterloo, ON"},"url":"https://github.com/github/github-flavored-markdown/issues/58#issuecomment-9157319"} |
IssueCommentEvent | true | {"issue_id":8790226,"comment_id":10863998} | {
"id": 5730886,
"name": "grunt-contrib-requirejs",
"url": "https://github.com/gruntjs/grunt-contrib-requirejs"
} | {
"id": null,
"login": "stevensacks",
"gravatar_id": "197db09f30ae36cc201006eb1deeb4b5",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": "gruntjs",
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-11-29T20:05:55 | null | {"repository":{"owner":"gruntjs","homepage":"http://gruntjs.com/","created_at":"2012-09-08T11:21:05-07:00","organization":"gruntjs","description":"Optimize RequireJS projects using r.js.","pushed_at":"2012-11-28T06:45:48-08:00","forks":2,"has_downloads":true,"watchers":11,"fork":false,"size":188,"has_issues":true,"open_issues":4,"stargazers":11,"private":false,"language":"JavaScript","has_wiki":true},"actor_attributes":{"name":"Steven Sacks","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/gruntjs/grunt-contrib-requirejs/issues/6#issuecomment-10863998"} |
IssueCommentEvent | true | {"issue_id":5264761,"comment_id":6593403} | {
"id": null,
"name": "PPRevealSideViewController",
"url": "https://github.com/ipup/PPRevealSideViewController"
} | {
"id": null,
"login": "oziee",
"gravatar_id": "59ec67c2b2144e74479b3d707b2bafe4",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": "ipup",
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-06-27T02:47:20 | null | {"repository":{"homepage":"www.ipup.pro","owner":"ipup","has_downloads":true,"has_issues":true,"organization":"ipup","description":"A new container controller to easily push views on side like Path or Facebook","has_wiki":true,"fork":false,"size":200,"created_at":"2012-02-21T12:55:23-08:00","pushed_at":"2012-06-23T05:33:06-07:00","watchers":185,"forks":25,"private":false,"open_issues":1,"language":"Objective-C"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/ipup/PPRevealSideViewController/issues/6#issuecomment-6593403"} |
IssueCommentEvent | true | {"issue_id":4631734,"comment_id":5773942} | {
"id": null,
"name": "conheca-seu-vereador",
"url": "https://github.com/jonny-data/conheca-seu-vereador"
} | {
"id": null,
"login": "rodrigorm",
"gravatar_id": "7da56a63cbd95d3c5d741f7fccdf0511",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": "jonny-data",
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-05-17T20:56:31 | null | {"repository":{"watchers":8,"has_downloads":true,"organization":"jonny-data","description":"Desafio de Dados Abertos da Câmara Municipal de São Paulo","created_at":"2012/05/11 08:08:47 -0700","has_issues":true,"has_wiki":true,"forks":6,"fork":false,"size":156,"private":false,"open_issues":0,"owner":"jonny-data","pushed_at":"2012/05/17 13:55:40 -0700"},"actor_attributes":{"name":"Rodrigo Moyle","company":"Mkt Virtual","location":"Santos/SP - Brazil","blog":"blog.rodrigorm.com.br","type":"User","email":"[email protected]"},"url":"https://github.com/jonny-data/conheca-seu-vereador/issues/5#issuecomment-5773942"} |
IssueCommentEvent | true | {"issue_id":3382340,"comment_id":4698894} | {
"id": null,
"name": "leaguevine-ultistats",
"url": "https://github.com/leaguevine/leaguevine-ultistats"
} | {
"id": null,
"login": "mliu7",
"gravatar_id": "8cbf54ff7efb435360a9224012ac9a87",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-03-26T17:16:50 | null | {"repository":{"homepage":"","has_downloads":true,"has_issues":true,"language":"JavaScript","forks":3,"fork":false,"created_at":"2012/01/16 08:38:14 -0800","has_wiki":true,"description":"","size":140,"private":false,"owner":"leaguevine","open_issues":8,"watchers":11,"pushed_at":"2012/03/26 09:29:37 -0700"},"actor_attributes":{"name":"Mark Liu","company":"Leaguevine Inc.","location":"Chicago, IL","blog":"http://markliu.me","type":"User","email":"[email protected]"},"url":"https://github.com/leaguevine/leaguevine-ultistats/issues/3#issuecomment-4698894"} |
IssueCommentEvent | true | {"issue_id":5438761,"comment_id":6772986} | {
"id": null,
"name": "Python-Beispiele",
"url": "https://github.com/leon-frischauf/Python-Beispiele"
} | {
"id": null,
"login": "leon-frischauf",
"gravatar_id": "f12d09644a19960376bbe86c6d347929",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-07-05T07:41:25 | null | {"repository":{"description":"Python Anfänger Beispiele","has_downloads":true,"owner":"leon-frischauf","created_at":"2012-07-05T00:01:34-07:00","pushed_at":"2012-07-05T00:26:55-07:00","watchers":2,"forks":2,"has_wiki":true,"fork":false,"size":124,"open_issues":1,"private":false,"has_issues":true},"actor_attributes":{"type":"User","email":"[email protected]","location":"Vienna","name":"Leon Frischauf","blog":"www.mathespass.at"},"url":"https://github.com/leon-frischauf/Python-Beispiele/issues/1#issuecomment-6772986"} |
IssueCommentEvent | true | {"issue_id":8065897,"comment_id":10173312} | {
"id": 5814269,
"name": "spelunker-deathmatch",
"url": "https://github.com/lizthegrey/spelunker-deathmatch"
} | {
"id": null,
"login": "kailiang",
"gravatar_id": "d87e9bee05181b30db0f17ffd8b6ce39",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-11-08T02:02:34 | null | {"repository":{"forks":0,"stargazers":0,"owner":"lizthegrey","language":"JavaScript","has_wiki":true,"open_issues":29,"created_at":"2012-09-14T13:16:12-07:00","fork":false,"size":592,"description":"","private":false,"watchers":0,"has_issues":true,"has_downloads":true,"pushed_at":"2012-11-07T17:57:08-08:00"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/lizthegrey/spelunker-deathmatch/issues/98#issuecomment-10173312"} |
IssueCommentEvent | true | {"comment_id":11216068,"issue_id":9157349} | {
"id": 5814269,
"name": "spelunker-deathmatch",
"url": "https://github.com/lizthegrey/spelunker-deathmatch"
} | {
"id": null,
"login": "HikaruYami",
"gravatar_id": "27d6901222a376f3f52dd5ecd22c0e84",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-12-10T20:30:42 | null | {"repository":{"has_wiki":true,"description":"","stargazers":0,"owner":"lizthegrey","language":"JavaScript","pushed_at":"2012-12-10T12:27:00-08:00","forks":1,"has_issues":true,"fork":false,"size":984,"has_downloads":true,"private":false,"open_issues":10,"created_at":"2012-09-14T13:16:12-07:00","watchers":0},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/lizthegrey/spelunker-deathmatch/issues/199#issuecomment-11216068"} |
IssueCommentEvent | true | {"issue_id":4945560,"comment_id":6531323} | {
"id": null,
"name": "web-based-epub-reader",
"url": "https://github.com/logiclord/web-based-epub-reader"
} | {
"id": null,
"login": "logiclord",
"gravatar_id": "295a9f1d92ecaaecfc0644b61c137390",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-06-24T08:03:57 | null | {"repository":{"created_at":"2012-05-05T21:52:49-07:00","description":"It will be a web based epub reader using infusion framework.","watchers":2,"owner":"logiclord","open_issues":9,"has_downloads":true,"fork":false,"size":48808,"has_issues":true,"language":"JavaScript","pushed_at":"2012-06-24T01:01:26-07:00","forks":1,"private":false,"has_wiki":true},"actor_attributes":{"blog":"http://logiclord.com","name":"Gaurav Aggarwal","location":"Delhi","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/logiclord/web-based-epub-reader/issues/1#issuecomment-6531323"} |
IssueCommentEvent | true | {"issue_id":3618406,"comment_id":4515256} | {
"id": null,
"name": "less-rails-bootstrap",
"url": "https://github.com/metaskills/less-rails-bootstrap"
} | {
"id": null,
"login": "barmstrong",
"gravatar_id": "c036cacc476ff03266fac8b91493c30d",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-03-15T07:54:03 | null | {"repository":{"has_wiki":true,"homepage":"","open_issues":1,"watchers":358,"fork":false,"pushed_at":"2012/03/13 04:25:13 -0700","language":"Ruby","size":132,"private":false,"owner":"metaskills","has_downloads":true,"created_at":"2011/09/25 12:10:02 -0700","has_issues":true,"description":"CSS toolkit from Twitter For Rails 3.1 Asset Pipeline","forks":57},"actor_attributes":{"name":"Brian Armstrong","blog":"","type":"User","email":"[email protected]"},"url":"https://github.com/metaskills/less-rails-bootstrap/issues/38#issuecomment-4515256"} |
IssueCommentEvent | true | {"issue_id":3790080,"comment_id":5531186} | {
"id": null,
"name": "titleloan-public",
"url": "https://github.com/netcloudesigns/titleloan-public"
} | {
"id": null,
"login": "dtrce",
"gravatar_id": "52f3b1266cd7e96f7ec653df9a9fcfe1",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": "netcloudesigns",
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-05-05T22:53:44 | null | {"repository":{"description":"","watchers":1,"has_downloads":true,"created_at":"2012/02/01 13:11:14 -0800","organization":"netcloudesigns","homepage":"","fork":false,"has_issues":true,"has_wiki":true,"forks":1,"size":84,"private":false,"owner":"netcloudesigns","open_issues":13,"pushed_at":"2012/02/01 13:17:34 -0800"},"actor_attributes":{"name":"","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/netcloudesigns/titleloan-public/issues/29#issuecomment-5531186"} |
IssueCommentEvent | true | {"issue_id":4906472,"comment_id":6124114} | {
"id": null,
"name": "Platform-API-plugin",
"url": "https://github.com/nodesagency/Platform-API-plugin"
} | {
"id": null,
"login": "AD7six",
"gravatar_id": "876a61b58a729fcf71048529885d64dc",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": "nodesagency",
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-06-05T12:50:44 | null | {"repository":{"watchers":4,"has_downloads":true,"organization":"nodesagency","master_branch":"develop","homepage":"http://www.nodesagency.com/","fork":false,"has_issues":true,"has_wiki":true,"forks":2,"size":152,"private":false,"owner":"nodesagency","open_issues":1,"pushed_at":"2012-06-05T05:38:46-07:00","description":"CakePHP 2.1 plugin for easy REST JSON API","language":"PHP","created_at":"2012-01-02T07:14:10-08:00"},"actor_attributes":{"name":"Andy Dawson","company":"Nodes.dk","location":"Spain","blog":"ad7six.com/cv","type":"User","email":"[email protected]"},"url":"https://github.com/nodesagency/Platform-API-plugin/issues/3#issuecomment-6124114"} |
IssueCommentEvent | true | {"issue_id":4381343,"comment_id":5457450} | {
"id": null,
"name": "machinist-couchrest-model",
"url": "https://github.com/pezra/machinist-couchrest-model"
} | {
"id": null,
"login": "Jimflip",
"gravatar_id": "068a366d75adbde5644ef48c040f883a",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-05-02T09:42:40 | null | {"repository":{"description":"TODO: one-line summary of your gem","has_wiki":true,"language":"Ruby","created_at":"2011/05/20 10:15:04 -0700","watchers":2,"fork":false,"open_issues":2,"size":100,"private":false,"pushed_at":"2012/03/07 12:11:55 -0800","owner":"pezra","has_issues":true,"forks":4,"has_downloads":true},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/pezra/machinist-couchrest-model/issues/3#issuecomment-5457450"} |
IssueCommentEvent | true | {"issue_id":8665872,"comment_id":10746566} | {
"id": 1909222,
"name": "puppetlabs-openstack",
"url": "https://github.com/puppetlabs/puppetlabs-openstack"
} | {
"id": null,
"login": "joejulian",
"gravatar_id": "397332958e072b6eb1a8f34d925a9daa",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": "puppetlabs",
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-11-27T05:17:50 | null | {"repository":{"open_issues":9,"language":"Puppet","owner":"puppetlabs","homepage":"","watchers":132,"has_downloads":true,"stargazers":132,"description":"Stores openstack project","has_issues":true,"created_at":"2011-06-16T20:33:14-07:00","organization":"puppetlabs","fork":false,"size":220,"has_wiki":false,"pushed_at":"2012-11-25T20:09:13-08:00","forks":51,"private":false},"actor_attributes":{"location":"Seattle, WA","name":"Joe Julian","blog":"http://joejulian.name","type":"User","email":"[email protected]"},"url":"https://github.com/puppetlabs/puppetlabs-openstack/issues/147#issuecomment-10746566"} |
IssueCommentEvent | true | {"comment_id":10407997,"issue_id":7706975} | {
"id": 924562,
"name": "rabbitmq-dotnet-client",
"url": "https://github.com/rabbitmq/rabbitmq-dotnet-client"
} | {
"id": null,
"login": "emile",
"gravatar_id": "19cfdba316bbb399500af9ba1013f2c1",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": "rabbitmq",
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-11-15T13:12:13 | null | {"repository":{"pushed_at":"2012-11-15T03:10:07-08:00","forks":11,"owner":"rabbitmq","has_downloads":true,"created_at":"2010-09-20T03:34:56-07:00","homepage":"http://hg.rabbitmq.com/rabbitmq-dotnet-client/","organization":"rabbitmq","has_wiki":true,"description":"RabbitMQ .NET client","fork":false,"size":308,"open_issues":4,"has_issues":true,"watchers":29,"language":"C#","private":false,"stargazers":29},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/10#issuecomment-10407997"} |
IssueCommentEvent | true | {"comment_id":6498078,"issue_id":5200371} | {
"id": null,
"name": "rightscale_cookbooks",
"url": "https://github.com/rightscale/rightscale_cookbooks"
} | {
"id": null,
"login": "deanonishi",
"gravatar_id": "4f3de2fdec0ad7b49af355bc5191d6ab",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": "rightscale",
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-06-22T00:27:30 | null | {"repository":{"organization":"rightscale","owner":"rightscale","has_downloads":true,"has_issues":true,"language":"Ruby","pushed_at":"2012-06-21T17:16:50-07:00","forks":15,"has_wiki":true,"fork":false,"size":988,"created_at":"2012-04-26T11:11:17-07:00","description":"","watchers":24,"private":false,"open_issues":2},"actor_attributes":{"email":"[email protected]","name":"Dean Onishi","blog":"www.rightscale.com","location":"Santa Barbara, CA","company":"RightScale","type":"User"},"url":"https://github.com/rightscale/rightscale_cookbooks/issues/125#issuecomment-6498078"} |
IssueCommentEvent | true | {"issue_id":5029288,"comment_id":6282891} | {
"id": null,
"name": "rightscale_cookbooks",
"url": "https://github.com/rightscale/rightscale_cookbooks"
} | {
"id": null,
"login": "arangamani",
"gravatar_id": "6ff021800637b88cbe17d1330cbcc1a5",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": "rightscale",
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-06-12T21:06:09 | null | {"repository":{"organization":"rightscale","has_issues":true,"has_wiki":true,"forks":12,"language":"Ruby","created_at":"2012-04-26T11:11:17-07:00","description":"","fork":false,"open_issues":5,"pushed_at":"2012-06-12T14:06:09-07:00","size":712,"private":false,"owner":"rightscale","watchers":17,"has_downloads":true},"actor_attributes":{"name":"Arangamanikkannan Manickam","company":"Rightscale Inc.","location":"Santa Barbara, CA","blog":"http://arangamani.wordpress.com","type":"User","email":"[email protected]"},"url":"https://github.com/rightscale/rightscale_cookbooks/issues/78#issuecomment-6282891"} |
IssueCommentEvent | true | {"issue_id":6286272,"comment_id":7815021} | {
"id": null,
"name": "JMSI18nRoutingBundle",
"url": "https://github.com/schmittjoh/JMSI18nRoutingBundle"
} | {
"id": null,
"login": "schmittjoh",
"gravatar_id": "96a13b96ece78afe3c2dc841edc4a8f5",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-08-17T10:51:36 | null | {"repository":{"forks":24,"language":"PHP","created_at":"2011-07-19T00:25:41-07:00","description":"Allows you to internationalize your routing","owner":"schmittjoh","has_downloads":true,"stargazers":116,"has_wiki":false,"watchers":116,"fork":false,"size":128,"homepage":"http://jmsyst.com/bundles/JMSI18nRoutingBundle","private":false,"open_issues":7,"has_issues":true,"pushed_at":"2012-08-14T15:26:39-07:00"},"actor_attributes":{"email":"[email protected]","name":"Johannes","blog":"http://jmsyst.com","location":"","company":"","type":"User"},"url":"https://github.com/schmittjoh/JMSI18nRoutingBundle/issues/63#issuecomment-7815021"} |
IssueCommentEvent | true | {"issue_id":5040544,"comment_id":6301487} | {
"id": null,
"name": "JMSI18nRoutingBundle",
"url": "https://github.com/schmittjoh/JMSI18nRoutingBundle"
} | {
"id": null,
"login": "madc",
"gravatar_id": "4848722d59574b46a844a8b4999f7e77",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-06-13T13:51:38 | null | {"repository":{"has_issues":true,"has_wiki":false,"forks":19,"description":"Allows you to internationalize your routing","open_issues":6,"language":"PHP","pushed_at":"2012-04-21T18:31:22-07:00","fork":false,"created_at":"2011-07-19T00:25:41-07:00","homepage":"http://jmsyst.com/bundles/JMSI18nRoutingBundle","watchers":104,"size":268,"private":false,"has_downloads":true,"owner":"schmittjoh"},"actor_attributes":{"name":"Matthias Esterl","company":"","location":"Graz / Austria","blog":"http://madcity.at","type":"User","email":"[email protected]"},"url":"https://github.com/schmittjoh/JMSI18nRoutingBundle/issues/46#issuecomment-6301487"} |
IssueCommentEvent | true | {"comment_id":10891555,"issue_id":8284024} | {
"id": 2453375,
"name": "JMSTranslationBundle",
"url": "https://github.com/schmittjoh/JMSTranslationBundle"
} | {
"id": null,
"login": "Elfet",
"gravatar_id": "1ac427f8c39a2b512b4fe77c0fbff685",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-11-30T14:58:07 | null | {"repository":{"watchers":109,"owner":"schmittjoh","has_downloads":true,"homepage":"http://jmsyst.com/bundles/JMSTranslationBundle","stargazers":109,"has_issues":true,"created_at":"2011-09-24T22:16:00-07:00","description":"Puts the Symfony2 Translation Component on steroids","open_issues":12,"has_wiki":false,"pushed_at":"2012-11-06T15:09:06-08:00","forks":31,"fork":false,"size":228,"private":false,"language":"PHP"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/schmittjoh/JMSTranslationBundle/issues/82#issuecomment-10891555"} |
IssueCommentEvent | true | {"issue_id":4653245,"comment_id":5808251} | {
"id": null,
"name": "sharedearth-net",
"url": "https://github.com/sharedearth-net/sharedearth-net"
} | {
"id": null,
"login": "danimcgoo",
"gravatar_id": "f7c7df18b29825497c3c062cf9f73b9a",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": "sharedearth-net",
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-05-20T11:35:38 | null | {"repository":{"has_issues":true,"has_wiki":true,"homepage":"http://sharedearth.net","forks":6,"open_issues":1,"fork":false,"pushed_at":"2012/05/07 06:17:44 -0700","size":236,"private":false,"organization":"sharedearth-net","watchers":16,"owner":"sharedearth-net","has_downloads":true,"description":"sharedearth.net is a social networking platform for people and communities to share tangible possessions and skills.","language":"JavaScript","created_at":"2011/01/14 01:48:23 -0800"},"actor_attributes":{"name":"Dan Gooden","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/sharedearth-net/sharedearth-net/issues/70#issuecomment-5808251"} |
IssueCommentEvent | true | {"issue_id":8262262,"comment_id":10258673} | {
"id": 2664389,
"name": "Sublime-AdvancedNewFile",
"url": "https://github.com/skuroda/Sublime-AdvancedNewFile"
} | {
"id": null,
"login": "skuroda",
"gravatar_id": "96f47a342b2e49dff613d73d6ca3e3e1",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-11-10T19:17:41 | null | {"repository":{"homepage":"","owner":"skuroda","created_at":"2011-10-28T03:03:38-07:00","has_wiki":true,"has_issues":true,"description":"Sublime Advanced NewFile plugin","watchers":77,"open_issues":2,"pushed_at":"2012-11-09T11:24:57-08:00","forks":16,"stargazers":77,"fork":false,"size":184,"language":"Python","private":false,"has_downloads":true},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/skuroda/Sublime-AdvancedNewFile/issues/17#issuecomment-10258673"} |
IssueCommentEvent | true | {"issue_id":6098702,"comment_id":8976368} | {
"id": 5339587,
"name": "TestForWeavoraGitboard",
"url": "https://github.com/slavchoo/TestForWeavoraGitboard"
} | {
"id": null,
"login": "slavchoo",
"gravatar_id": "2ec1589f9418bb1477d2728d12ed8b23",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-09-28T13:33:45 | null | {"repository":{"owner":"slavchoo","has_downloads":true,"description":"test repository for gotboard","created_at":"2012-08-08T02:20:30-07:00","watchers":0,"has_issues":true,"has_wiki":true,"stargazers":0,"fork":false,"size":160,"pushed_at":"2012-09-20T07:08:29-07:00","forks":0,"open_issues":19,"private":false},"actor_attributes":{"type":"User","name":"Slava Belokurski","email":"[email protected]","company":"Weavora","location":"Minsk, Belarus"},"url":"https://github.com/slavchoo/TestForWeavoraGitboard/issues/4#issuecomment-8976368"} |
IssueCommentEvent | true | {"issue_id":3701637,"comment_id":4563848} | {
"id": null,
"name": "django-forms-builder",
"url": "https://github.com/stephenmcd/django-forms-builder"
} | {
"id": null,
"login": "stephenmcd",
"gravatar_id": "ce5bfd8756e2fae0e800bbea413e86b3",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-03-18T19:54:38 | null | {"repository":{"open_issues":3,"watchers":131,"pushed_at":"2012/03/10 22:02:00 -0800","homepage":"","fork":false,"has_downloads":false,"has_issues":true,"language":"Python","forks":35,"size":200,"private":false,"owner":"stephenmcd","created_at":"2010/05/29 05:17:24 -0700","has_wiki":false,"description":"A Django reusable app providing the ability for admin users to create their own forms."},"actor_attributes":{"name":"Stephen McDonald","company":"Jupo Systems","location":"Sydney Australia","blog":"http://jupo.org","type":"User","email":"[email protected]"},"url":"https://github.com/stephenmcd/django-forms-builder/issues/52#issuecomment-4563848"} |
IssueCommentEvent | true | {"issue_id":7476734,"comment_id":9304897} | {
"id": 5975659,
"name": "ios-imagefile-megapixel",
"url": "https://github.com/stomita/ios-imagefile-megapixel"
} | {
"id": null,
"login": "blueimp",
"gravatar_id": "7e629284a4e2aa3ddcde173456a05410",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-10-10T14:28:50 | null | {"repository":{"created_at":"2012-09-26T18:52:46-07:00","owner":"stomita","has_downloads":true,"has_issues":true,"pushed_at":"2012-10-10T07:04:51-07:00","forks":3,"has_wiki":true,"homepage":"","watchers":3,"fork":false,"size":148,"language":"JavaScript","open_issues":1,"stargazers":3,"private":false,"description":"Fixes iOS6 Safari's image file rendering issue for large size image (over mega-pixel), which causes unexpected subsampling when drawing it in canvas."},"actor_attributes":{"type":"User","name":"Sebastian Tschan","blog":"https://blueimp.net","company":"AQUANTUM","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/stomita/ios-imagefile-megapixel/issues/1#issuecomment-9304897"} |
IssueCommentEvent | true | {"comment_id":8184775,"issue_id":5502890} | {
"id": null,
"name": "php-contacts-importer",
"url": "https://github.com/svetlozar/php-contacts-importer"
} | {
"id": null,
"login": "elgarch",
"gravatar_id": "4e397cf6c6b8596465600a2bc51fb780",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-08-31T07:43:44 | null | {"repository":{"owner":"svetlozar","has_downloads":true,"has_wiki":true,"watchers":9,"stargazers":9,"language":"PHP","created_at":"2012-05-12T23:56:44-07:00","pushed_at":"2012-05-13T01:07:20-07:00","description":"PHP Contacts Importer (Yahoo, Gmail, Plaxo, Hotmail, AOL)","forks":1,"fork":false,"size":176,"open_issues":2,"private":false,"has_issues":true},"actor_attributes":{"type":"User","name":"El Garch","email":"[email protected]"},"url":"https://github.com/svetlozar/php-contacts-importer/issues/3#issuecomment-8184775"} |
IssueCommentEvent | true | {"issue_id":2489341,"comment_id":5367422} | {
"id": null,
"name": "jquery-week-calendar",
"url": "https://github.com/themouette/jquery-week-calendar"
} | {
"id": null,
"login": "K-Phoen",
"gravatar_id": "4c349728fbbd92f30ba0de5c3b0e4e8d",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-04-26T20:51:21 | null | {"repository":{"description":"A weekly calendar plugin based on jquery and jquery-ui","has_issues":true,"forks":77,"homepage":"http://groups.google.com/group/jquery-week-calendar","has_wiki":true,"language":"JavaScript","created_at":"2010/04/16 07:00:09 -0700","fork":true,"open_issues":57,"pushed_at":"2012/04/21 02:39:33 -0700","watchers":375,"size":208,"private":false,"owner":"themouette","has_downloads":true},"actor_attributes":{"name":"Kévin Gomez","company":"Carpe Hora","location":"Clermont-Ferrand / France","blog":"http://www.kevingomez.fr/","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/themouette/jquery-week-calendar/issues/104#issuecomment-5367422"} |
IssueCommentEvent | true | {"comment_id":8047221,"issue_id":6466163} | {
"id": null,
"name": "backboneboilerplate",
"url": "https://github.com/thomasdavis/backboneboilerplate"
} | {
"id": null,
"login": "travisbot",
"gravatar_id": "eaafec56c36c18928c31d7c5d7126d10",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-08-27T05:22:42 | null | {"repository":{"has_wiki":true,"pushed_at":"2012-08-26T21:43:30-07:00","watchers":376,"stargazers":376,"forks":48,"owner":"thomasdavis","open_issues":10,"homepage":"http://backboneboilerplate.com","has_issues":true,"language":"JavaScript","created_at":"2012-01-16T23:40:05-08:00","description":"The project aims at being a modular backbone environment with as little authority on development as possible such that developers can innovate and contribute in an attempt to mimic the success of backbone.js ambiguous nature.","fork":false,"size":172,"has_downloads":true,"private":false},"actor_attributes":{"blog":"http://travis-ci.org","email":"[email protected]","location":"Berlin, Germany","company":"Travis CI","type":"User","name":"The Travis Bot"},"url":"https://github.com/thomasdavis/backboneboilerplate/issues/29#issuecomment-8047221"} |
IssueCommentEvent | true | {"issue_id":8806438,"comment_id":11069651} | {
"id": 4489469,
"name": "puppet-etckeeper",
"url": "https://github.com/thomasvandoren/puppet-etckeeper"
} | {
"id": null,
"login": "thomasvandoren",
"gravatar_id": "6888870502aa1971b4b5361ccf689913",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-12-06T01:33:41 | null | {"repository":{"owner":"thomasvandoren","language":"Puppet","watchers":3,"homepage":"https://forge.puppetlabs.com/thomasvandoren/etckeeper","stargazers":3,"has_downloads":true,"has_issues":true,"fork":false,"size":168,"created_at":"2012-05-29T17:50:37-07:00","description":"Puppet module for etckeeper.","open_issues":2,"pushed_at":"2012-12-04T15:40:22-08:00","forks":5,"private":false,"has_wiki":true},"actor_attributes":{"company":"Cozi Group, Inc.","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709","blog":"http://blog.thomasvandoren.com/","location":"Seattle, WA","type":"User","name":"Thomas Van Doren"},"url":"https://github.com/thomasvandoren/puppet-etckeeper/issues/4#issuecomment-11069651"} |
IssueCommentEvent | true | {"comment_id":10258411,"issue_id":8264396} | {
"id": 1415400,
"name": "travis-watcher-macosx",
"url": "https://github.com/travis-ci/travis-watcher-macosx"
} | {
"id": null,
"login": "joshk",
"gravatar_id": "21b21efe14359ec323f9a70464b91e39",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": "travis-ci",
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-11-10T18:54:28 | null | {"repository":{"homepage":"","owner":"travis-ci","created_at":"2011-02-26T09:56:42-08:00","open_issues":1,"description":"The beginnings of a Mac client to watch and manage your Travis builds.","watchers":23,"pushed_at":"2012-11-10T10:34:41-08:00","forks":5,"has_downloads":true,"stargazers":23,"fork":false,"size":152,"language":"Objective-C","private":false,"organization":"travis-ci","has_issues":true,"has_wiki":true},"actor_attributes":{"type":"User","name":"Josh Kalderimis","blog":"http://blog.cookiestack.com","company":"Travis CI","location":"Amsterdam, The Netherlands","email":"[email protected]"},"url":"https://github.com/travis-ci/travis-watcher-macosx/issues/7#issuecomment-10258411"} |
IssueCommentEvent | true | {"issue_id":3884621,"comment_id":4832707} | {
"id": null,
"name": "TrsteelCkeditorBundle",
"url": "https://github.com/trsteel88/TrsteelCkeditorBundle"
} | {
"id": null,
"login": "trsteel88",
"gravatar_id": "159c09504cff51542c55f59527402e8f",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2012-03-29T22:26:56 | null | {"repository":{"homepage":"","has_downloads":true,"has_issues":true,"language":"PHP","forks":7,"fork":false,"created_at":"2012/01/13 23:00:44 -0800","has_wiki":true,"description":"Symfony2 bundle for easy integration of the CKEditor WYSIWYG","size":156,"private":false,"owner":"trsteel88","open_issues":2,"watchers":16,"pushed_at":"2012/03/16 06:52:05 -0700"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/trsteel88/TrsteelCkeditorBundle/issues/3#issuecomment-4832707"} |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.